/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | drawpix.c | 299 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, in _mesa_Bitmap() argument 367 ctx->Current.RasterPos[1] += ymove; in _mesa_Bitmap()
|
D | dlist.c | 1142 GLfloat xmove, GLfloat ymove, const GLubyte * pixels) in save_Bitmap() argument 1154 n[6].f = ymove; in save_Bitmap() 1160 xorig, yorig, xmove, ymove, pixels)); in save_Bitmap()
|
/external/mesa3d/src/mesa/main/ |
D | drawpix.c | 299 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, in _mesa_Bitmap() argument 367 ctx->Current.RasterPos[1] += ymove; in _mesa_Bitmap()
|
D | dlist.c | 1142 GLfloat xmove, GLfloat ymove, const GLubyte * pixels) in save_Bitmap() argument 1154 n[6].f = ymove; in save_Bitmap() 1160 xorig, yorig, xmove, ymove, pixels)); in save_Bitmap()
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | indirect.h | 76 …dth, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * b…
|
D | indirect.c | 438 …dth, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * b… in __indirect_glBitmap() argument 454 (void) memcpy((void *)(gc->pc + 44), (void *)(&ymove), 4); in __indirect_glBitmap() 474 (void) memcpy((void *)(pc + 48), (void *)(&ymove), 4); in __indirect_glBitmap()
|
D | glapi_mapi_tmp_shared.h | 22 …dth, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bi… 1103 …dth, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bi… in noopBitmap() argument 1105 …(void) width; (void) height; (void) xorig; (void) yorig; (void) xmove; (void) ymove; (void) bitmap; in noopBitmap() 12859 …dth, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bi… in shared_dispatch_stub_8() argument 12863 …Lfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap)) _func)(width, height, xorig, y… in shared_dispatch_stub_8()
|
D | glapi_mapi_tmp.h | 30 …dth, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bi… 1456 …dth, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bi… in GLAPI_PREFIX() 1460 …Lfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap)) _func)(width, height, xorig, y… in GLAPI_PREFIX()
|
/external/mesa3d/include/GL/ |
D | gl.h | 1240 GLfloat xmove, GLfloat ymove,
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
D | gl.h | 1240 GLfloat xmove, GLfloat ymove,
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitable.h | 51 …dth, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * b…
|
D | glapitemp.h | 132 …dth, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * b… in NAME() 134 …(void) width; (void) height; (void) xorig; (void) yorig; (void) xmove; (void) ymove; (void) bitmap; in NAME() 135 …t, xorig, yorig, xmove, ymove, bitmap), (F, "glBitmap(%d, %d, %f, %f, %f, %f, %p);\n", width, heig… in NAME()
|