Searched refs:yfactor (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | pixel.h | 42 _mesa_PixelZoom( GLfloat xfactor, GLfloat yfactor );
|
D | pixel.c | 46 _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()
|
D | dlist.c | 3365 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/ |
D | gl.h | 1191 GLAPI void GLAPIENTRY glPixelZoom( GLfloat xfactor, GLfloat yfactor );
|
D | glext.h | 5202 typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor); 5306 GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 15180 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/ |
D | glext.h | 5198 typedef void (APIENTRYP PFNGLPIXELZOOMXOESPROC) (GLfixed xfactor, GLfixed yfactor); 5302 GLAPI void APIENTRY glPixelZoomxOES (GLfixed xfactor, GLfixed yfactor);
|