/external/chromium/webkit/glue/ |
gl_bindings_skia_cmd_buffer.cc | 72 glReadPixels,
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
GLToolbox.java | 72 GLES20.glReadPixels(0, 0, width, height, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, pixels); 73 checkGlError("glReadPixels"); 78 GLES20.glReadPixels(0, 0, width, height, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, pixels); 79 checkGlError("glReadPixels");
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_copy_texture_CHROMIUM_unittest.cc | 101 glReadPixels(0, 0, 2, 2, GL_RGBA, GL_UNSIGNED_BYTE, copied_pixels); 129 glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, copied_pixels); 153 glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, copied_pixels); 185 glReadPixels(0, 0, 2, 2, GL_RGBA, GL_UNSIGNED_BYTE, copied_pixels); 221 glReadPixels(0, 0, 2, 2, GL_RGBA, GL_UNSIGNED_BYTE, copied_pixels); 507 glReadPixels(0, 0, kWidth, kHeight, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
|
gl_readback_unittests.cc | 71 glReadPixels(0, 0, kWidth, kHeight, GL_RGBA, GL_UNSIGNED_BYTE, 0); 280 glReadPixels( 297 glReadPixels(
|
gl_test_utils.cc | 135 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, pixels.get()); 207 glReadPixels(0, 0, width, height, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
|
gl_depth_texture_unittest.cc | 187 glReadPixels(
|
/cts/tests/tests/opengl/libopengltest/ |
color_one.cpp | 113 glReadPixels(width/2, height/2, 1,1, GL_RGBA, GL_UNSIGNED_BYTE, (GLvoid*)&data);
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_ftable.h | 103 {"glReadPixels", (void*)glReadPixels},
|
/external/chromium_org/gpu/command_buffer/service/ |
gpu_state_tracer.cc | 55 glReadPixels(0,
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_copy_sub_buffer.spec | 70 corresponds to the lower-left pixel of the window, like glReadPixels.
|
/external/mesa3d/docs/ |
MESA_copy_sub_buffer.spec | 70 corresponds to the lower-left pixel of the window, like glReadPixels.
|
/cts/tests/tests/nativeopengl/standalone/jni/tests/ |
GLTest_test.cpp | 193 glReadPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, pixel);
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 130 {"glReadPixels", (void*)glReadPixels},
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 140 {"glReadPixels", (void *)glReadPixels},
|
/external/chromium_org/gpu/skia_bindings/ |
gl_bindings_skia_cmd_buffer.cc | 70 interface->fReadPixels = glReadPixels;
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLDispatch.cpp | 159 LOAD_GL_FUNC(glReadPixels);
|
/cts/tests/tests/media/src/android/media/cts/ |
TextureRender.java | 255 // glReadPixels gives us a ByteBuffer filled with what is essentially big-endian RGBA 274 GLES20.glReadPixels(0, 0, width, height, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE, buf);
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
RendererOneColorBufferTest.java | 211 GLES20.glReadPixels(mWidth/2, mHeight/2, 1, 1, GLES20.GL_RGBA, GLES20.GL_UNSIGNED_BYTE,
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
TextureTestRenderer.java | 122 gl.glReadPixels(mWidth / 2, mHeight / 2, 1, 1, GL10.GL_RGBA,
|
/external/chromium_org/ppapi/tests/ |
test_graphics_3d.cc | 161 glReadPixels(x, y, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, pixel_color);
|
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/ |
GrGLCreateNativeInterface_iOS.cpp | 72 interface->fReadPixels = glReadPixels;
|
/external/skia/src/gpu/gl/iOS/ |
GrGLCreateNativeInterface_iOS.cpp | 72 interface->fReadPixels = glReadPixels;
|
/frameworks/base/media/mca/filterfw/native/core/ |
gl_frame.cpp | 350 glReadPixels(0,
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_context.cpp | 193 hooks->gl.glReadPixels(viewport[0], viewport[1], viewport[2], viewport[3],
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
RenderEngine.cpp | 205 glReadPixels(l, b, w, h, GL_RGBA, GL_UNSIGNED_BYTE, pixels);
|