/external/quake/quake/src/QW/client/ |
D | gl_rmisc.c | 127 glReadPixels (0, 0, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, buffer); in R_Envmap_f() 133 glReadPixels (0, 0, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, buffer); in R_Envmap_f() 139 glReadPixels (0, 0, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, buffer); in R_Envmap_f() 145 glReadPixels (0, 0, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, buffer); in R_Envmap_f() 152 glReadPixels (0, 0, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, buffer); in R_Envmap_f() 159 glReadPixels (0, 0, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, buffer); in R_Envmap_f()
|
D | gl_screen.c | 660 glReadPixels (glx, gly, glwidth, glheight, GL_RGB, GL_UNSIGNED_BYTE, buffer+18 ); in SCR_ScreenShot_f() 881 glReadPixels (glx, gly, glwidth, glheight, GL_RGB, GL_UNSIGNED_BYTE, newbuf ); in SCR_RSShot_f()
|
/external/quake/quake/src/WinQuake/ |
D | gl_rmisc.cpp | 134 glReadPixels (0, 0, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, buffer); in R_Envmap_f() 140 glReadPixels (0, 0, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, buffer); in R_Envmap_f() 146 glReadPixels (0, 0, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, buffer); in R_Envmap_f() 152 glReadPixels (0, 0, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, buffer); in R_Envmap_f() 159 glReadPixels (0, 0, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, buffer); in R_Envmap_f() 166 glReadPixels (0, 0, 256, 256, GL_RGBA, GL_UNSIGNED_BYTE, buffer); in R_Envmap_f()
|
D | glquake.h | 404 #define glReadPixels(...) do { glReadPixels(__VA_ARGS__); GLCHECK("glReadPixels");} while(0) macro
|
D | gl_screen.cpp | 627 glReadPixels (glx, gly, glwidth, glheight, GL_RGB, GL_UNSIGNED_BYTE, buffer+18 ); in SCR_ScreenShot_f()
|
/external/chromium/webkit/glue/ |
D | gl_bindings_skia_cmd_buffer.cc | 72 glReadPixels, in BindSkiaToCommandBufferGL()
|
/external/skia/gpu/src/android/ |
D | GrGLDefaultInterface_android.cpp | 75 glReadPixels, in GrGLSetDefaultGLInterface()
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | libGLESv2.def | 95 glReadPixels @93
|
D | libGLESv2.cpp | 3956 void __stdcall glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum … in glReadPixels() function
|
/external/mesa3d/docs/ |
D | MESA_copy_sub_buffer.spec | 70 corresponds to the lower-left pixel of the window, like glReadPixels.
|
D | RELNOTES-6.3 | 25 GL_OES_read_format - allows one to query the fastest glReadPixels format
|
D | VERSIONS | 94 - glReadPixels() from depth buffer was wrong 168 - glReadPixels byte swapping was broken 239 - faster glReadPixels/glDrawPixels for GL_DEPTH and GL_UNSIGNED_SHORT 343 - glReadPixels aborted instead of normally catching some errors 388 - glReadPixels between glBegin/glEnd didn't generate an error. 558 - clipped width and height of glReadPixels was sometimes off by one 760 - glReadPixels with GLushort packed types was broken 795 - Better glReadPixels accuracy for 16bpp color - fixes lots of OpenGL 941 - glReadPixels was sometimes mistakenly clipped by the scissor box 1308 - glReadPixels from a clipped front color buffer didn't always work [all …]
|
D | README.CYGWIN | 172 not be "un-corrected" so glReadPixels may not return the same data
|
/external/skia/gpu/src/unix/ |
D | GrGLDefaultInterface_unix.cpp | 96 gDefaultInterface.fReadPixels = glReadPixels; in GrGLSetDefaultGLInterface()
|
/external/skia/gpu/src/win/ |
D | GrGLDefaultInterface_win.cpp | 76 gDefaultInterface.fReadPixels = glReadPixels; in GrGLSetDefaultGLInterface()
|
/external/skia/gpu/src/mac/ |
D | GrGLDefaultInterface_mac.cpp | 80 gDefaultInterface.fReadPixels = glReadPixels; in GrGLSetDefaultGLInterface()
|
/external/skia/gpu/src/mesa/ |
D | GrGLDefaultInterface_mesa.cpp | 95 gDefaultInterface.fReadPixels = glReadPixels; in GrGLSetDefaultGLInterface()
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | WebGLLayer.mm | 132 glReadPixels(0, 0, width, height, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, data);
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | PixelDumpSupportMac.mm | 216 …glReadPixels(rect.origin.x, rect.origin.y, rect.size.width, rect.size.height, GL_RGBA, GL_UNSIGNED… 218 …glReadPixels(rect.origin.x, rect.origin.y, rect.size.width, rect.size.height, GL_RGBA, GL_UNSIGNED…
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
D | GraphicsContext3DOpenGL.cpp | 110 …::glReadPixels(0, 0, m_currentWidth, m_currentHeight, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, pixels… in readRenderingResults() 864 ::glReadPixels(x, y, width, height, format, type, data); in readPixels()
|
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/ |
D | gl2.h | 566 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, …
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 566 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, …
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 555 …glReadPixels(/* x */ 0, /* y */ 0, rect.width(), rect.height(), GraphicsContext3D::RGBA, GraphicsC… in paint() 1146 glReadPixels(x, y, width, height, format, type, data); in readPixels()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_glfuncs.h | 243 SDL_PROC_UNUSED(void,glReadPixels,(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, …
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 19809 …icsContext3DDefaultImpl::readBackFramebuffer): Temporarily disable pack alignment for glReadPixels.
|