Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
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()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp3461 uint8_t *pixelsOut) in readFromAttachment()
3643 uint8_t *pixelsOut) in packPixels()