Searched defs:rgbaData (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | RobustClientMemoryTest.cpp | 114 std::vector<GLubyte> rgbaData(dataDimension * dataDimension * 4); in TEST_P() local 161 std::vector<GLubyte> rgbaData(dataDimension * dataDimension * 4); in TEST_P() local
|
H A D | CopyTexImageTest.cpp | 314 GLColor rgbaData(255, 128, 64, 255); in testRGBAToBGRAConversion() local
|
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
H A D | SurfaceTextureHelperTest.java | 152 final ByteBuffer rgbaData = ByteBuffer.allocateDirect(width * height * 4); in testThreeConstantColorFrames() local 223 final ByteBuffer rgbaData = ByteBuffer.allocateDirect(width * height * 4); in testLateReturnFrame() local
|
H A D | GlRectDrawerTest.java | 121 final ByteBuffer rgbaData = ByteBuffer.allocateDirect(WIDTH * HEIGHT * 4); in testRgbRendering() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/ |
D | TextureDraw.cpp | 493 void TextureDraw::setScreenMask(int width, int height, const unsigned char* rgbaData) { in setScreenMask()
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/runner/stream_manager/ |
D | PixelStreamManagerTest.cpp | 184 std::vector<uint8_t> rgbaData(16 * 16 * 4, 20); in TEST() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/gl-host-common/ |
D | opengles.cpp | 403 android_setOpenglesScreenMask(int width, int height, const unsigned char* rgbaData) in android_setOpenglesScreenMask()
|
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | RenderWindow.cpp | 620 void RenderWindow::setScreenMask(int width, int height, const unsigned char* rgbaData) { in setScreenMask()
|
D | virtio-gpu-gfxstream-renderer.cpp | 1016 const unsigned char* rgbaData) { in gfxstream_backend_set_screen_mask()
|
D | RendererImpl.cpp | 536 void RendererImpl::setScreenMask(int width, int height, const unsigned char* rgbaData) { in setScreenMask()
|
/aosp_15_r20/external/skia/tests/ |
H A D | ProcessorTest.cpp | 328 GrColor* rgbaData = new GrColor[kTestTextureSize * kTestTextureSize]; in init() local
|