Home
last modified time | relevance | path

Searched refs:yfactor (Results 1 – 7 of 7) 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.c3364 save_PixelZoom(GLfloat xfactor, GLfloat yfactor) in save_PixelZoom() argument
3372 n[2].f = yfactor; in save_PixelZoom()
3375 CALL_PixelZoom(ctx->Exec, (xfactor, yfactor)); in save_PixelZoom()
/external/mesa3d/include/GL/
Dgl.h1191 GLAPI void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );
Dglext.h5136 typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor);
5240 GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);
/external/swiftshader/src/OpenGL/libGL/
DlibGL.cpp6948 void APIENTRY glPixelZoom(GLfloat xfactor, GLfloat yfactor) in glPixelZoom() argument
/external/swiftshader/include/GL/
Dglext.h4559 typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor);
4664 GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);