HomeSort by relevance Sort by last modified time
    Searched full:xorig (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/sqlite/src/src/
test_syscall.c 114 sqlite3_syscall_ptr xOrig;
137 #define orig_open ((int(*)(const char *, int, int))aSyscall[0].xOrig)
138 #define orig_close ((int(*)(int))aSyscall[1].xOrig)
139 #define orig_access ((int(*)(const char*,int))aSyscall[2].xOrig)
140 #define orig_getcwd ((char*(*)(char*,size_t))aSyscall[3].xOrig)
141 #define orig_stat ((int(*)(const char*,struct stat*))aSyscall[4].xOrig)
142 #define orig_fstat ((int(*)(int,struct stat*))aSyscall[5].xOrig)
143 #define orig_ftruncate ((int(*)(int,off_t))aSyscall[6].xOrig)
144 #define orig_fcntl ((int(*)(int,int,...))aSyscall[7].xOrig)
145 #define orig_read ((ssize_t(*)(int,void*,size_t))aSyscall[8].xOrig)
    [all...]
  /external/skia/src/pdf/
SkPDFImage.cpp 307 int xOrig, int yOrig) {
318 for (int x = xOrig - 1; x <= xOrig + 1; x++) {
341 int xOrig, int yOrig) {
352 for (int x = xOrig - 1; x <= xOrig + 1; x++) {
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFImage.cpp 308 int xOrig, int yOrig) {
319 for (int x = xOrig - 1; x <= xOrig + 1; x++) {
342 int xOrig, int yOrig) {
353 for (int x = xOrig - 1; x <= xOrig + 1; x++) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
drawpix.c 299 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove,
327 GLint x = IFLOOR(ctx->Current.RasterPos[0] + epsilon - xorig);
dlist.c 1141 GLfloat xorig, GLfloat yorig,
1151 n[3].f = xorig;
1160 xorig, yorig, xmove, ymove, pixels));
    [all...]
  /external/mesa3d/src/mesa/main/
drawpix.c 299 GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove,
327 GLint x = IFLOOR(ctx->Current.RasterPos[0] + epsilon - xorig);
dlist.c 1141 GLfloat xorig, GLfloat yorig,
1151 n[3].f = xorig;
1160 xorig, yorig, xmove, ymove, pixels));
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.h 76 extern _X_HIDDEN void __indirect_glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap);
    [all...]
glapi_mapi_tmp_shared.h 22 void APIENTRY shared_dispatch_stub_8(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
    [all...]
glapi_mapi_tmp.h 30 GLAPI void APIENTRY GLAPI_PREFIX(Bitmap)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
    [all...]
indirect.c 438 void __indirect_glBitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
451 (void) memcpy((void *)(gc->pc + 32), (void *)(&xorig), 4);
471 (void) memcpy((void *)(pc + 36), (void *)(&xorig), 4);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 690 WINGDIAPI void APIENTRY glBitmap(GLsizei width,GLsizei height,GLfloat xorig,GLfloat yorig,GLfloat xmove,GLfloat ymove,const GLubyte *bitmap);
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
subset-A.html     [all...]
versions.html 660 <li>glBitmap in feedback mode was offset by xOrig, yOrig params
    [all...]
VERSIONS 538 - glBitmap in feedback mode was offset by xOrig, yOrig params
    [all...]
  /external/mesa3d/docs/
subset-A.html     [all...]
versions.html 660 <li>glBitmap in feedback mode was offset by xOrig, yOrig params
    [all...]
VERSIONS 538 - glBitmap in feedback mode was offset by xOrig, yOrig params
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
glapitable.h 51 void (GLAPIENTRYP Bitmap)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap); /* 8 */
    [all...]
glapitemp.h 132 KEYWORD1 void KEYWORD2 NAME(Bitmap)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap)
134 (void) width; (void) height; (void) xorig; (void) yorig; (void) xmove; (void) ymove; (void) bitmap;
135 DISPATCH(Bitmap, (width, height, xorig, yorig, xmove, ymove, bitmap), (F, "glBitmap(%d, %d, %f, %f, %f, %f, %p);\n", width, height, xorig, yorig, xmove, ymove, (const void *) bitmap));
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
gl.h     [all...]
  /external/mesa3d/include/GL/
gl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/
gl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
gl.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_API.xml     [all...]

Completed in 3371 milliseconds

1 2