Home
last modified time | relevance | path

Searched defs:pixelsOut (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DWebGLReadOutsideFramebufferTest.cpp145 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/
DTextureDraw_unittest.cpp78 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/
DPaletteTexture.cpp137 unsigned char* pixelsOut = new unsigned char[nPixels*colorSizeOut]; in uncompressTexture() local
/aosp_15_r20/hardware/google/gfxstream/host/
DFrameBuffer.h809 void* pixelsOut; member
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp3434 uint8_t *pixelsOut) in readFromAttachment()
3616 uint8_t *pixelsOut) in packPixels()