/third_party/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 51 ctx->Pixel.ZoomY == yfactor) in _mesa_PixelZoom() 56 ctx->Pixel.ZoomY = yfactor; in _mesa_PixelZoom()
|
D | dlist.c | 3607 save_PixelZoom(GLfloat xfactor, GLfloat yfactor) in save_PixelZoom() argument 3615 n[2].f = yfactor; in save_PixelZoom() 3618 CALL_PixelZoom(ctx->Exec, (xfactor, yfactor)); in save_PixelZoom()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_1_0_autogen.h | 149 void pixelZoom(GLfloat xfactor, GLfloat yfactor); \
|
D | validationGL1_autogen.h | 231 bool ValidatePixelZoom(Context *context, GLfloat xfactor, GLfloat yfactor);
|
D | validationGL1.cpp | 737 bool ValidatePixelZoom(Context *context, GLfloat xfactor, GLfloat yfactor) in ValidatePixelZoom() argument
|
D | Context_gl.cpp | 1397 void Context::pixelZoom(GLfloat xfactor, GLfloat yfactor) in pixelZoom() argument
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_fixed_point.txt | 125 void PixelZoomxOES(fixed xfactor, fixed yfactor);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_1_autogen.h | 148 void pixelZoom(GLfloat xfactor, GLfloat yfactor); \
|
D | validationGL1.cpp | 947 GLfloat yfactor) in ValidatePixelZoom() argument
|
D | validationGL1_autogen.h | 472 GLfloat yfactor);
|
D | Context_gl.cpp | 1361 void Context::pixelZoom(GLfloat xfactor, GLfloat yfactor) in pixelZoom() argument
|
/third_party/openGLES/extensions/OES/ |
D | OES_fixed_point.txt | 135 void PixelZoomxOES(fixed xfactor, fixed yfactor);
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_0_autogen.h | 241 ANGLE_EXPORT void GL_APIENTRY PixelZoom(GLfloat xfactor, GLfloat yfactor);
|
D | entry_points_gl_1_0_autogen.cpp | 3344 void GL_APIENTRY PixelZoom(GLfloat xfactor, GLfloat yfactor) in PixelZoom() argument 3346 EVENT("(GLfloat xfactor = %f, GLfloat yfactor = %f)", xfactor, yfactor); in PixelZoom() 3353 (context->skipValidation() || ValidatePixelZoom(context, xfactor, yfactor)); in PixelZoom() 3356 context->pixelZoom(xfactor, yfactor); in PixelZoom() 3358 ANGLE_CAPTURE(PixelZoom, isCallValid, context, xfactor, yfactor); in PixelZoom()
|
D | libGL_autogen.cpp | 950 void GL_APIENTRY glPixelZoom(GLfloat xfactor, GLfloat yfactor) in glPixelZoom() argument 952 return gl::PixelZoom(xfactor, yfactor); in glPixelZoom()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/ |
D | SDL_glfuncs.h | 297 SDL_PROC_UNUSED(void, glPixelZoom, (GLfloat xfactor, GLfloat yfactor))
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | gldrv.h | 280 void (APIENTRY *glPixelZoom )( GLfloat xfactor, GLfloat yfactor );
|
/third_party/skia/third_party/externals/angle2/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 | 4277 void GL_APIENTRY GL_PixelZoom(GLfloat xfactor, GLfloat yfactor) in GL_PixelZoom() argument 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()
|
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/ |
D | gl.h | 1184 GLAPI void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_opengl.h | 1239 GLAPI void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );
|
/third_party/mesa3d/src/glx/tests/ |
D | indirect_api.cpp | 253 void __indirect_glPixelZoom(GLfloat xfactor, GLfloat yfactor) { } in __indirect_glPixelZoom() argument
|
/third_party/flutter/glfw/deps/glad/ |
D | glad.h | 2174 typedef void (APIENTRYP PFNGLPIXELZOOMPROC)(GLfloat xfactor, GLfloat yfactor);
|