Home
last modified time | relevance | path

Searched refs:glReadPixels (Results 1 – 25 of 25) sorted by relevance

/external/quake/quake/src/QW/client/
Dgl_rmisc.c127 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()
Dgl_screen.c660 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/
Dgl_rmisc.cpp134 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()
Dglquake.h404 #define glReadPixels(...) do { glReadPixels(__VA_ARGS__); GLCHECK("glReadPixels");} while(0) macro
Dgl_screen.cpp627 glReadPixels (glx, gly, glwidth, glheight, GL_RGB, GL_UNSIGNED_BYTE, buffer+18 ); in SCR_ScreenShot_f()
/external/chromium/webkit/glue/
Dgl_bindings_skia_cmd_buffer.cc72 glReadPixels, in BindSkiaToCommandBufferGL()
/external/skia/gpu/src/android/
DGrGLDefaultInterface_android.cpp75 glReadPixels, in GrGLSetDefaultGLInterface()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DlibGLESv2.def95 glReadPixels @93
DlibGLESv2.cpp3956 void __stdcall glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum … in glReadPixels() function
/external/mesa3d/docs/
DMESA_copy_sub_buffer.spec70 corresponds to the lower-left pixel of the window, like glReadPixels.
DRELNOTES-6.325 GL_OES_read_format - allows one to query the fastest glReadPixels format
DVERSIONS94 - 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 …]
DREADME.CYGWIN172 not be "un-corrected" so glReadPixels may not return the same data
/external/skia/gpu/src/unix/
DGrGLDefaultInterface_unix.cpp96 gDefaultInterface.fReadPixels = glReadPixels; in GrGLSetDefaultGLInterface()
/external/skia/gpu/src/win/
DGrGLDefaultInterface_win.cpp76 gDefaultInterface.fReadPixels = glReadPixels; in GrGLSetDefaultGLInterface()
/external/skia/gpu/src/mac/
DGrGLDefaultInterface_mac.cpp80 gDefaultInterface.fReadPixels = glReadPixels; in GrGLSetDefaultGLInterface()
/external/skia/gpu/src/mesa/
DGrGLDefaultInterface_mesa.cpp95 gDefaultInterface.fReadPixels = glReadPixels; in GrGLSetDefaultGLInterface()
/external/webkit/Source/WebCore/platform/graphics/mac/
DWebGLLayer.mm132 glReadPixels(0, 0, width, height, GL_BGRA, GL_UNSIGNED_INT_8_8_8_8_REV, data);
/external/webkit/Tools/DumpRenderTree/mac/
DPixelDumpSupportMac.mm216glReadPixels(rect.origin.x, rect.origin.y, rect.size.width, rect.size.height, GL_RGBA, GL_UNSIGNED…
218glReadPixels(rect.origin.x, rect.origin.y, rect.size.width, rect.size.height, GL_RGBA, GL_UNSIGNED…
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp110 …::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/
Dgl2.h566 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, …
/external/mesa3d/include/GLES2/
Dgl2.h566 GL_APICALL void GL_APIENTRY glReadPixels (GLint x, GLint y, GLsizei width, GLsizei height, …
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp555glReadPixels(/* 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/
DSDL_glfuncs.h243 SDL_PROC_UNUSED(void,glReadPixels,(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, …
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1619809 …icsContext3DDefaultImpl::readBackFramebuffer): Temporarily disable pack alignment for glReadPixels.