Home
last modified time | relevance | path

Searched refs:yfactor (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dpixel.c47 _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 Ddlist.c3526 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 DContext_gl_1_autogen.h148 void pixelZoom(GLfloat xfactor, GLfloat yfactor); \
H A DvalidationGL1.cpp947 GLfloat yfactor) in ValidatePixelZoom()
944 ValidatePixelZoom(const Context *, angle::EntryPoint entryPoint, GLfloat xfactor, GLfloat yfactor) ValidatePixelZoom() argument
H A DvalidationGL1_autogen.h472 GLfloat yfactor);
H A DContext_gl.cpp1361 void Context::pixelZoom(GLfloat xfactor, GLfloat yfactor) in pixelZoom() argument
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dgldrv.h280 void (APIENTRY *glPixelZoom )( GLfloat xfactor, GLfloat yfactor );
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.h262 ANGLE_EXPORT void GL_APIENTRY GL_PixelZoom(GLfloat xfactor, GLfloat yfactor);
H A 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()
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 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/
H A Dgl.h1184 GLAPI void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );
H A Dglext.h5201 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 Dindirect_api.cpp253 void __indirect_glPixelZoom(GLfloat xfactor, GLfloat yfactor) { } in __indirect_glPixelZoom() argument
/third_party/glfw/deps/glad/
H A Dgl.h2341 typedef void (GLAD_API_PTR *PFNGLPIXELZOOMPROC)(GLfloat xfactor, GLfloat yfactor);
/third_party/openGLES/api/GL/
H A Dglext.h5183 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 Dglext.h5198 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 Dglext.h5197 typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor);
5301 GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);

Completed in 259 milliseconds