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.c3365 save_PixelZoom(GLfloat xfactor, GLfloat yfactor) in save_PixelZoom() argument
3373 n[2].f = yfactor; in save_PixelZoom()
3376 CALL_PixelZoom(ctx->Exec, (xfactor, yfactor)); in save_PixelZoom()
/external/mesa3d/include/GL/
Dgl.h1191 GLAPI void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );
Dglext.h5202 typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor);
5306 GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c15180 GLfloat yfactor; member
15186 const GLfloat yfactor = cmd->yfactor; in _mesa_unmarshal_PixelZoom() local
15187 CALL_PixelZoom(ctx->CurrentServerDispatch, (xfactor, yfactor)); in _mesa_unmarshal_PixelZoom()
15190 _mesa_marshal_PixelZoom(GLfloat xfactor, GLfloat yfactor) in _mesa_marshal_PixelZoom() argument
15199 cmd->yfactor = yfactor; in _mesa_marshal_PixelZoom()
15206 CALL_PixelZoom(ctx->CurrentServerDispatch, (xfactor, yfactor)); in _mesa_marshal_PixelZoom()
/external/swiftshader/include/GL/
Dglext.h5198 typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor);
5302 GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);