/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_icd.h | 140 void (GLAPIENTRY * Recti)(GLint, GLint, GLint, GLint);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_icd.h | 140 void (GLAPIENTRY * Recti)(GLint, GLint, GLint, GLint);
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/tests/ |
check_table.cpp | 656 { "glRecti", _O(Recti) }, [all...] |
/external/mesa3d/src/mapi/glapi/tests/ |
check_table.cpp | 656 { "glRecti", _O(Recti) }, [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
gl_mangle.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
gl_mangle.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
gl_mangle.h | [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
glapitable.h | 133 void (GLAPIENTRYP Recti)(GLint x1, GLint y1, GLint x2, GLint y2); /* 90 */ [all...] |
glapitemp.h | 623 KEYWORD1 void KEYWORD2 NAME(Recti)(GLint x1, GLint y1, GLint x2, GLint y2) 626 DISPATCH(Recti, (x1, y1, x2, y2), (F, "glRecti(%d, %d, %d, %d);\n", x1, y1, x2, y2)); [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
gl_mangle.h | [all...] |
/external/mesa3d/include/GL/ |
gl_mangle.h | [all...] |
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glapi_gentable.c | 748 if(!disp->Recti) { 749 void ** procp = (void **) &disp->Recti; [all...] |
glapi_x86-64.S | [all...] |
glapi_mapi_tmp.h | 112 GLAPI void APIENTRY GLAPI_PREFIX(Recti)(GLint x1, GLint y1, GLint x2, GLint y2); [all...] |