/external/mesa3d/src/mesa/main/ |
D | pixel.h | 42 _mesa_PixelZoom( GLfloat xfactor, GLfloat yfactor );
|
D | pixel.c | 46 _mesa_PixelZoom( GLfloat xfactor, GLfloat yfactor ) in _mesa_PixelZoom() argument 50 if (ctx->Pixel.ZoomX == xfactor && in _mesa_PixelZoom() 55 ctx->Pixel.ZoomX = xfactor; in _mesa_PixelZoom()
|
D | dlist.c | 3741 save_PixelZoom(GLfloat xfactor, GLfloat yfactor) in save_PixelZoom() argument 3748 n[1].f = xfactor; in save_PixelZoom() 3752 CALL_PixelZoom(ctx->Exec, (xfactor, yfactor)); in save_PixelZoom()
|
/external/angle/src/libANGLE/ |
D | Context_gl_1_autogen.h | 148 void pixelZoom(GLfloat xfactor, GLfloat yfactor); \
|
D | validationGL1.cpp | 737 bool ValidatePixelZoom(const Context *, GLfloat xfactor, GLfloat yfactor) in ValidatePixelZoom() argument
|
D | validationGL1_autogen.h | 253 bool ValidatePixelZoom(const Context *context, GLfloat xfactor, GLfloat yfactor);
|
D | Context_gl.cpp | 1366 void Context::pixelZoom(GLfloat xfactor, GLfloat yfactor) in pixelZoom() argument
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | gldrv.h | 280 void (APIENTRY *glPixelZoom )( GLfloat xfactor, GLfloat yfactor );
|
/external/angle/src/libGL/ |
D | entry_points_gl_1_autogen.h | 262 ANGLE_EXPORT void GL_APIENTRY GL_PixelZoom(GLfloat xfactor, GLfloat yfactor);
|
D | entry_points_gl_1_autogen.cpp | 4095 void GL_APIENTRY GL_PixelZoom(GLfloat xfactor, GLfloat yfactor) in GL_PixelZoom() argument 4098 EVENT(context, GLPixelZoom, "context = %d, xfactor = %f, yfactor = %f", CID(context), xfactor, in GL_PixelZoom() 4105 (context->skipValidation() || ValidatePixelZoom(context, xfactor, yfactor)); in GL_PixelZoom() 4108 context->pixelZoom(xfactor, yfactor); in GL_PixelZoom() 4110 ANGLE_CAPTURE(PixelZoom, isCallValid, context, xfactor, yfactor); in GL_PixelZoom()
|
D | libGL_autogen.cpp | 935 void GL_APIENTRY glPixelZoom(GLfloat xfactor, GLfloat yfactor) in glPixelZoom() argument 937 return GL_PixelZoom(xfactor, yfactor); in glPixelZoom()
|
/external/mesa3d/include/GL/ |
D | gl.h | 1186 GLAPI void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );
|
D | glext.h | 5201 typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor); 5305 GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);
|
/external/mesa3d/src/glx/tests/ |
D | indirect_api.cpp | 251 void __indirect_glPixelZoom(GLfloat xfactor, GLfloat yfactor) { } in __indirect_glPixelZoom() argument
|
/external/libepoxy/prebuilt-intermediates/include/epoxy/ |
D | gl_generated.h | 8772 typedef void (GLAPIENTRY *PFNGLPIXELZOOMPROC)(GLfloat xfactor, GLfloat yfactor); 8773 typedef void (GLAPIENTRY *PFNGLPIXELZOOMXOESPROC)(GLfixed xfactor, GLfixed yfactor); 13960 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glPixelZoom)(GLfloat xfactor, GLfloat yfactor); 13962 EPOXY_PUBLIC void (EPOXY_CALLSPEC *epoxy_glPixelZoomxOES)(GLfixed xfactor, GLfixed yfactor);
|
/external/libepoxy/prebuilt-intermediates/src/ |
D | gl_generated_dispatch.c | 116435 GEN_THUNKS(glPixelZoom, (GLfloat xfactor, GLfloat yfactor), (xfactor, yfactor)) 116436 GEN_THUNKS(glPixelZoomxOES, (GLfixed xfactor, GLfixed yfactor), (xfactor, yfactor))
|
/external/swiftshader/include/GL/ |
D | glext.h | 5198 typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor); 5302 GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 1042 GLAPI void GLAPIENTRY glPixelZoom (GLfloat xfactor, GLfloat yfactor);
|