/third_party/mesa3d/src/mesa/main/ |
D | dlist.h | 79 float xmove, ymove; /**< rasterpos move */ member
|
D | drawpix.c | 321 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, in _mesa_Bitmap() argument 391 ctx->Current.RasterPos[0] += xmove; in _mesa_Bitmap()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_bitmap.c | 697 const float xmove = g->xmove, ymove = g->ymove; in st_DrawAtlasBitmaps() local 758 ctx->Current.RasterPos[0] += xmove; in st_DrawAtlasBitmaps()
|
/third_party/openGLES/api/GLSC/1.0.1/ |
D | gl.h | 474 …map (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, co…
|
/third_party/openGLES/api/GLSC/1.0/ |
D | gl.h | 470 …map (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, co…
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/ |
D | gl.h | 474 …map (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, co…
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/ |
D | gl.h | 470 …map (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, co…
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_1_0_autogen.h | 16 void bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, \
|
D | validationGL1.cpp | 29 GLfloat xmove, in ValidateBitmap() argument
|
D | validationGL1_autogen.h | 27 GLfloat xmove,
|
D | Context_gl.cpp | 726 GLfloat xmove, in bitmap() argument
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_fixed_point.txt | 128 fixed xmove, fixed ymove, const ubyte* bitmap);
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context_gl_1_autogen.h | 16 void bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, \
|
D | validationGL1.cpp | 30 GLfloat xmove, in ValidateBitmap() argument
|
D | validationGL1_autogen.h | 30 GLfloat xmove,
|
D | Context_gl.cpp | 695 GLfloat xmove, in bitmap() argument
|
/third_party/openGLES/extensions/OES/ |
D | OES_fixed_point.txt | 138 fixed xmove, fixed ymove, const ubyte* bitmap);
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_0_autogen.h | 26 GLfloat xmove,
|
D | entry_points_gl_1_0_autogen.cpp | 87 GLfloat xmove, in Bitmap() argument 94 width, height, xorig, yorig, xmove, ymove, (uintptr_t)bitmap); in Bitmap() 102 ValidateBitmap(context, width, height, xorig, yorig, xmove, ymove, bitmap)); in Bitmap() 105 context->bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); in Bitmap() 107 ANGLE_CAPTURE(Bitmap, isCallValid, context, width, height, xorig, yorig, xmove, ymove, in Bitmap()
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | gldrv.h | 42 … )( GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, co…
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.h | 27 GLfloat xmove,
|
D | entry_points_gl_1_autogen.cpp | 108 GLfloat xmove, in GL_Bitmap() argument 116 CID(context), width, height, xorig, yorig, xmove, ymove, (uintptr_t)bitmap); in GL_Bitmap() 123 xorig, yorig, xmove, ymove, bitmap)); in GL_Bitmap() 126 context->bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); in GL_Bitmap() 128 ANGLE_CAPTURE(Bitmap, isCallValid, context, width, height, xorig, yorig, xmove, ymove, in GL_Bitmap()
|
D | libGL_autogen.cpp | 41 GLfloat xmove, in glBitmap() argument 45 return GL_Bitmap(width, height, xorig, yorig, xmove, ymove, bitmap); in glBitmap()
|
/third_party/mesa3d/include/GL/ |
D | gl.h | 1205 GLfloat xmove, GLfloat ymove,
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_opengl.h | 1260 GLfloat xmove, GLfloat ymove,
|