/third_party/mesa3d/src/mesa/main/ |
H A D | pixel.c | 47 _mesa_PixelZoom( GLfloat xfactor, GLfloat yfactor ) in _mesa_PixelZoom() 52 ctx->Pixel.ZoomY == yfactor) in _mesa_PixelZoom() 57 ctx->Pixel.ZoomY = yfactor; in _mesa_PixelZoom()
|
H A D | dlist.c | 3526 save_PixelZoom(GLfloat xfactor, GLfloat yfactor) in save_PixelZoom() argument 3534 n[2].f = yfactor; in save_PixelZoom() 3537 CALL_PixelZoom(ctx->Exec, (xfactor, yfactor)); in save_PixelZoom()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gl_1_autogen.h | 148 void pixelZoom(GLfloat xfactor, GLfloat yfactor); \
|
H A D | validationGL1.cpp | 947 GLfloat yfactor) in ValidatePixelZoom() 944 ValidatePixelZoom(const Context *, angle::EntryPoint entryPoint, GLfloat xfactor, GLfloat yfactor) ValidatePixelZoom() argument
|
H A D | validationGL1_autogen.h | 472 GLfloat yfactor);
|
H A D | Context_gl.cpp | 1361 void Context::pixelZoom(GLfloat xfactor, GLfloat yfactor) in pixelZoom() argument
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | gldrv.h | 280 void (APIENTRY *glPixelZoom )( GLfloat xfactor, GLfloat yfactor );
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.h | 262 ANGLE_EXPORT void GL_APIENTRY GL_PixelZoom(GLfloat xfactor, GLfloat yfactor);
|
H A D | entry_points_gl_1_autogen.cpp | 4277 void GL_APIENTRY GL_PixelZoom(GLfloat xfactor, GLfloat yfactor) in GL_PixelZoom() argument 4280 EVENT(context, GLPixelZoom, "context = %d, xfactor = %f, yfactor = %f", CID(context), xfactor, in GL_PixelZoom() 4281 yfactor); in GL_PixelZoom() 4288 ValidatePixelZoom(context, angle::EntryPoint::GLPixelZoom, xfactor, yfactor)); in GL_PixelZoom() 4291 context->pixelZoom(xfactor, yfactor); in GL_PixelZoom() 4293 ANGLE_CAPTURE(PixelZoom, isCallValid, context, xfactor, yfactor); in GL_PixelZoom()
|
H A D | libGL_autogen.cpp | 935 void GL_APIENTRY glPixelZoom(GLfloat xfactor, GLfloat yfactor) in glPixelZoom() argument 937 return GL_PixelZoom(xfactor, yfactor); in glPixelZoom()
|
/third_party/mesa3d/include/GL/ |
H A D | gl.h | 1184 GLAPI void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );
|
H A D | glext.h | 5201 typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor); 5305 GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);
|
/third_party/mesa3d/src/glx/tests/ |
H A D | indirect_api.cpp | 253 void __indirect_glPixelZoom(GLfloat xfactor, GLfloat yfactor) { } in __indirect_glPixelZoom() argument
|
/third_party/glfw/deps/glad/ |
H A D | gl.h | 2341 typedef void (GLAD_API_PTR *PFNGLPIXELZOOMPROC)(GLfloat xfactor, GLfloat yfactor);
|
/third_party/openGLES/api/GL/ |
H A D | glext.h | 5183 typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor); 5287 GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glext.h | 5198 typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor); 5302 GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glext.h | 5197 typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor); 5301 GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);
|