Searched refs:glPixelZoom (Results 1 – 18 of 18) sorted by relevance
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 214 glPixelZoom = glPixelZoom@8
|
D | osmesa.def | 217 glPixelZoom
|
/external/mesa3d/docs/relnotes/ |
D | 7.0.4.rst | 32 - Fixed stack overflow when using glPixelZoom on Windows
|
D | 7.0.2.rst | 46 - Fixed a glCopyPixels/glPixelZoom bug (12417)
|
D | 6.5.3.rst | 62 - Assorted minor bug fixes in glCopy/DrawPixels, glPixelZoom, etc.
|
D | 7.11.1.rst | 382 - mesa: fix error handling for glPixelZoom
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 207 glPixelZoom = glPixelZoom@8
|
D | opengl32.def | 207 glPixelZoom
|
D | stw_context.c | 851 &glPixelZoom,
|
D | gldrv.h | 280 void (APIENTRY *glPixelZoom )( GLfloat xfactor, GLfloat yfactor );
|
/external/angle/src/libGL/ |
D | libGL_autogen.def | 187 glPixelZoom
|
D | libGL_autogen.cpp | 950 void GL_APIENTRY glPixelZoom(GLfloat xfactor, GLfloat yfactor) in glPixelZoom() function
|
/external/mesa3d/docs/ |
D | versions.rst | 210 - glPixelZoom implemented 926 - optimized glDrawPixels for glPixelZoom(1,-1) Bug Fixes: 1333 - glDrawPixels Z values when glPixelZoom!=1 were invalid (bug 687811) 1377 - glDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn't work
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_agl.cc | 1437 glPixelZoom(1.0, 1.0); in CreateMixingContext()
|
D | video_render_nsopengl.mm | 505 glPixelZoom(1.0, 1.0);
|
/external/mesa3d/include/GL/ |
D | gl.h | 1186 GLAPI void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 6117 glPixelZoom(1.0f, res->y_0_top ? -1.0f : 1.0f); in vrend_renderer_transfer_write_iov()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 1042 GLAPI void GLAPIENTRY glPixelZoom (GLfloat xfactor, GLfloat yfactor);
|