Home
last modified time | relevance | path

Searched refs:pixelsOut (Results 1 – 3 of 3) 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() argument
148 void TestCopyTexSubImage2D(int x, int y, int, PixelRect *pixelsOut) in TestCopyTexSubImage2D() argument
152 pixelsOut->toTexture2D(GL_TEXTURE_2D, destTexture.get()); in TestCopyTexSubImage2D()
156 readTexture2D(GL_TEXTURE_2D, destTexture.get(), kReadWidth, kReadHeight, pixelsOut); in TestCopyTexSubImage2D()
160 void TestCopyTexSubImageCube(int x, int y, int, PixelRect *pixelsOut) in TestCopyTexSubImageCube() argument
164 pixelsOut->toTexture2D(GL_TEXTURE_CUBE_MAP, destTexture.get()); in TestCopyTexSubImageCube()
169 pixelsOut); in TestCopyTexSubImageCube()
173 void TestCopyTexSubImage3D(int x, int y, int z, PixelRect *pixelsOut) in TestCopyTexSubImage3D() argument
177 pixelsOut->toTexture3D(destTexture.get(), kTextureDepth); in TestCopyTexSubImage3D()
181 readTexture3D(destTexture, kReadWidth, kReadHeight, z, pixelsOut); in TestCopyTexSubImage3D()
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.h335 uint8_t *pixelsOut);
DRenderer11.cpp3398 uint8_t *pixelsOut) in readFromAttachment() argument
3502 return packPixels(context, stagingHelper, packParams, pixelsOut); in readFromAttachment()
3508 uint8_t *pixelsOut) in packPixels() argument
3521 PackPixels(params, formatInfo.format(), inputPitch, source, pixelsOut); in packPixels()