Home
last modified time | relevance | path

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

12

/third_party/mesa3d/src/mesa/main/
Dpixel.c47 _mesa_PixelZoom( GLfloat xfactor, GLfloat yfactor ) in _mesa_PixelZoom() argument
51 if (ctx->Pixel.ZoomX == xfactor && in _mesa_PixelZoom()
56 ctx->Pixel.ZoomX = xfactor; in _mesa_PixelZoom()
Ddlist.c3526 save_PixelZoom(GLfloat xfactor, GLfloat yfactor) in save_PixelZoom() argument
3533 n[1].f = xfactor; in save_PixelZoom()
3537 CALL_PixelZoom(ctx->Exec, (xfactor, yfactor)); in save_PixelZoom()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_0_autogen.h149 void pixelZoom(GLfloat xfactor, GLfloat yfactor); \
DvalidationGL1.cpp737 bool ValidatePixelZoom(Context *context, GLfloat xfactor, GLfloat yfactor) in ValidatePixelZoom() argument
DvalidationGL1_autogen.h231 bool ValidatePixelZoom(Context *context, GLfloat xfactor, GLfloat yfactor);
DContext_gl.cpp1397 void Context::pixelZoom(GLfloat xfactor, GLfloat yfactor) in pixelZoom() argument
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_fixed_point.txt125 void PixelZoomxOES(fixed xfactor, fixed yfactor);
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gl_1_autogen.h148 void pixelZoom(GLfloat xfactor, GLfloat yfactor); \
DvalidationGL1.cpp946 GLfloat xfactor, in ValidatePixelZoom() argument
DvalidationGL1_autogen.h471 GLfloat xfactor,
DContext_gl.cpp1361 void Context::pixelZoom(GLfloat xfactor, GLfloat yfactor) in pixelZoom() argument
/third_party/openGLES/extensions/OES/
DOES_fixed_point.txt135 void PixelZoomxOES(fixed xfactor, fixed yfactor);
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/
DSDL_glfuncs.h297 SDL_PROC_UNUSED(void, glPixelZoom, (GLfloat xfactor, GLfloat yfactor))
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_0_autogen.h241 ANGLE_EXPORT void GL_APIENTRY PixelZoom(GLfloat xfactor, GLfloat yfactor);
Dentry_points_gl_1_0_autogen.cpp3344 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()
DlibGL_autogen.cpp950 void GL_APIENTRY glPixelZoom(GLfloat xfactor, GLfloat yfactor) in glPixelZoom() argument
952 return gl::PixelZoom(xfactor, yfactor); in glPixelZoom()
/third_party/mesa3d/src/gallium/frontends/wgl/
Dgldrv.h280 void (APIENTRY *glPixelZoom )( GLfloat xfactor, GLfloat yfactor );
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.h262 ANGLE_EXPORT void GL_APIENTRY GL_PixelZoom(GLfloat xfactor, GLfloat yfactor);
Dentry_points_gl_1_autogen.cpp4277 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()
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()
DlibGL_autogen.cpp935 void GL_APIENTRY glPixelZoom(GLfloat xfactor, GLfloat yfactor) in glPixelZoom() argument
937 return GL_PixelZoom(xfactor, yfactor); in glPixelZoom()
/third_party/mesa3d/include/GL/
Dgl.h1184 GLAPI void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_opengl.h1239 GLAPI void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );
DSDL_opengl_glext.h4575 typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor);
4680 GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);
/third_party/mesa3d/src/glx/tests/
Dindirect_api.cpp253 void __indirect_glPixelZoom(GLfloat xfactor, GLfloat yfactor) { } in __indirect_glPixelZoom() argument
/third_party/flutter/glfw/deps/glad/
Dglad.h2174 typedef void (APIENTRYP PFNGLPIXELZOOMPROC)(GLfloat xfactor, GLfloat yfactor);

12