Home
last modified time | relevance | path

Searched refs:yfactor (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpixel.h42 _mesa_PixelZoom( GLfloat xfactor, GLfloat yfactor );
Dpixel.c46 _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()
Ddlist.c3741 save_PixelZoom(GLfloat xfactor, GLfloat yfactor) in save_PixelZoom() argument
3749 n[2].f = yfactor; in save_PixelZoom()
3752 CALL_PixelZoom(ctx->Exec, (xfactor, yfactor)); in save_PixelZoom()
/external/angle/src/libANGLE/
DContext_gl_1_autogen.h148 void pixelZoom(GLfloat xfactor, GLfloat yfactor); \
DvalidationGL1.cpp737 bool ValidatePixelZoom(const Context *, GLfloat xfactor, GLfloat yfactor) in ValidatePixelZoom() argument
DvalidationGL1_autogen.h253 bool ValidatePixelZoom(const Context *context, GLfloat xfactor, GLfloat yfactor);
DContext_gl.cpp1366 void Context::pixelZoom(GLfloat xfactor, GLfloat yfactor) in pixelZoom() argument
/external/mesa3d/src/gallium/frontends/wgl/
Dgldrv.h280 void (APIENTRY *glPixelZoom )( GLfloat xfactor, GLfloat yfactor );
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.h262 ANGLE_EXPORT void GL_APIENTRY GL_PixelZoom(GLfloat xfactor, GLfloat yfactor);
Dentry_points_gl_1_autogen.cpp4095 void GL_APIENTRY GL_PixelZoom(GLfloat xfactor, GLfloat yfactor) in GL_PixelZoom() argument
4099 yfactor); 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()
DlibGL_autogen.cpp935 void GL_APIENTRY glPixelZoom(GLfloat xfactor, GLfloat yfactor) in glPixelZoom() argument
937 return GL_PixelZoom(xfactor, yfactor); in glPixelZoom()
/external/mesa3d/include/GL/
Dgl.h1186 GLAPI void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );
Dglext.h5201 typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor);
5305 GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);
/external/mesa3d/src/glx/tests/
Dindirect_api.cpp251 void __indirect_glPixelZoom(GLfloat xfactor, GLfloat yfactor) { } in __indirect_glPixelZoom() argument
/external/libepoxy/prebuilt-intermediates/include/epoxy/
Dgl_generated.h8772 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/
Dgl_generated_dispatch.c116435 GEN_THUNKS(glPixelZoom, (GLfloat xfactor, GLfloat yfactor), (xfactor, yfactor))
116436 GEN_THUNKS(glPixelZoomxOES, (GLfixed xfactor, GLfixed yfactor), (xfactor, yfactor))
/external/swiftshader/include/GL/
Dglext.h5198 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/
Dglew.h1042 GLAPI void GLAPIENTRY glPixelZoom (GLfloat xfactor, GLfloat yfactor);