Searched defs:pixelsOut (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | WebGLReadOutsideFramebufferTest.cpp | 145 void TestReadPixels(int x, int y, int, PixelRect *pixelsOut) { pixelsOut->readFB(x, y); } in TestReadPixels() 148 void TestCopyTexSubImage2D(int x, int y, int, PixelRect *pixelsOut) in TestCopyTexSubImage2D() 160 void TestCopyTexSubImageCube(int x, int y, int, PixelRect *pixelsOut) in TestCopyTexSubImageCube() 173 void TestCopyTexSubImage2DArray(int x, int y, int z, PixelRect *pixelsOut) in TestCopyTexSubImage2DArray() 185 void TestCopyTexSubImage3D(int x, int y, int z, PixelRect *pixelsOut) in TestCopyTexSubImage3D() 197 void TestCopyTexImage2D(int x, int y, int, PixelRect *pixelsOut) in TestCopyTexImage2D() 209 void TestCopyTexImageCube(int x, int y, int, PixelRect *pixelsOut) in TestCopyTexImageCube()
|
/aosp_15_r20/hardware/google/gfxstream/host/tests/ |
D | TextureDraw_unittest.cpp | 78 std::vector<unsigned char> pixelsOut(bytes, 0xff); in TestTextureDrawBasic() local 146 std::vector<unsigned char> pixelsOut(bytes, 0xff); in TestTextureDrawLayer() local
|
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | PaletteTexture.cpp | 137 unsigned char* pixelsOut = new unsigned char[nPixels*colorSizeOut]; in uncompressTexture() local
|
/aosp_15_r20/hardware/google/gfxstream/host/ |
D | FrameBuffer.h | 809 void* pixelsOut; member
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.cpp | 3434 uint8_t *pixelsOut) in readFromAttachment() 3616 uint8_t *pixelsOut) in packPixels()
|