Home
last modified time | relevance | path

Searched defs:rgbaData (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DRobustClientMemoryTest.cpp114 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 DCopyTexImageTest.cpp314 GLColor rgbaData(255, 128, 64, 255); in testRGBAToBGRAConversion() local
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
H A DSurfaceTextureHelperTest.java152 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 DGlRectDrawerTest.java121 final ByteBuffer rgbaData = ByteBuffer.allocateDirect(WIDTH * HEIGHT * 4); in testRgbRendering() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp493 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/
DPixelStreamManagerTest.cpp184 std::vector<uint8_t> rgbaData(16 * 16 * 4, 20); in TEST() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/gl-host-common/
Dopengles.cpp403 android_setOpenglesScreenMask(int width, int height, const unsigned char* rgbaData) in android_setOpenglesScreenMask()
/aosp_15_r20/hardware/google/gfxstream/host/
DRenderWindow.cpp620 void RenderWindow::setScreenMask(int width, int height, const unsigned char* rgbaData) { in setScreenMask()
Dvirtio-gpu-gfxstream-renderer.cpp1016 const unsigned char* rgbaData) { in gfxstream_backend_set_screen_mask()
DRendererImpl.cpp536 void RendererImpl::setScreenMask(int width, int height, const unsigned char* rgbaData) { in setScreenMask()
/aosp_15_r20/external/skia/tests/
H A DProcessorTest.cpp328 GrColor* rgbaData = new GrColor[kTestTextureSize * kTestTextureSize]; in init() local