HomeSort by relevance Sort by last modified time
    Searched refs:ReadPixels (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 34 Provides a mechanism for DrawPixels and ReadPixels to efficiently
61 Accepted by the <format> parameter of ReadPixels and DrawPixels:
65 Accepted by the <type> parameter of ReadPixels and DrawPixels:
78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats).
102 Table 3.5: DrawPixels and ReadPixels formats. The third column
  /frameworks/base/opengl/libs/GLES2_dbg/test/
test_socket.cpp 400 static unsigned int copyTexImage2D, readPixels;
401 copyTexImage2D = 0, readPixels = 0;
416 static void ReadPixels(GLint x, GLint y, GLsizei width, GLsizei height,
426 readPixels++;
431 hooks.gl.glReadPixels = caller.ReadPixels;
437 ASSERT_EQ(1, readPixels);
  /external/skia/gpu/src/
GrGpuGL.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl_mangle.h     [all...]

Completed in 405 milliseconds