Searched refs:read_pixels (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/tests/ |
H A D | Skbug6653.cpp | 16 static SkBitmap read_pixels(sk_sp<SkSurface> surface, SkColor initColor) { in read_pixels() function 57 SkBitmap b1 = read_pixels(s1, SK_ColorBLACK); in test_bug_6653() 63 SkBitmap b2 = read_pixels(s2, SK_ColorBLACK); in test_bug_6653() 68 s0->getCanvas()->drawImage(read_pixels(s3, SK_ColorBLACK).asImage(), 0, 0); in test_bug_6653() 79 SkBitmap b4 = read_pixels(s4, SK_ColorRED); in test_bug_6653() 80 SkBitmap b5 = read_pixels(s4, SK_ColorGREEN); in test_bug_6653()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | readpix.c | 1038 read_pixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, in read_pixels() function 1187 read_pixels(x, y, width, height, format, type, bufSize, pixels, true); in _mesa_ReadnPixelsARB_no_error() 1195 read_pixels(x, y, width, height, format, type, bufSize, pixels, false); in _mesa_ReadnPixelsARB()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeBufferApiTests.cpp | 160 ES2F_ADD_API_CASE(read_pixels, "Invalid glReadPixels() usage", in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeBufferApiTests.cpp | 167 void read_pixels (NegativeTestContext& ctx) in read_pixels() function 2003 {read_pixels, "read_pixels", "Invalid glReadPixels() usage" }, in getNegativeBufferApiTestFunctions()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeBufferApiTests.cpp | 170 ES3F_ADD_API_CASE(read_pixels, "Invalid glReadPixels() usage", in init()
|
Completed in 7 milliseconds