Searched refs:PFNGLDRAWTEXFOESPROC (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | drawtex.c | 29 static PFNGLDRAWTEXFOESPROC glDrawTexfOES_func = NULL; 133 glDrawTexfOES_func = (PFNGLDRAWTEXFOESPROC) eglGetProcAddress("glDrawTexfOES");
|
| /xsrc/external/mit/MesaLib.old/dist/include/GLES/ |
| H A D | glext.h | 137 typedef void (GL_APIENTRYP PFNGLDRAWTEXFOESPROC) (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); typedef in typeref:typename:void (GL_APIENTRYP)(GLfloat x,GLfloat y,GLfloat z,GLfloat width,GLfloat height)
|
| /xsrc/external/mit/MesaLib/dist/include/GLES/ |
| H A D | glext.h | 141 typedef void (GL_APIENTRYP PFNGLDRAWTEXFOESPROC) (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); typedef in typeref:typename:void (GL_APIENTRYP)(GLfloat x,GLfloat y,GLfloat z,GLfloat width,GLfloat height)
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated_dispatch.c | 628 PFNGLDRAWTEXFOESPROC epoxy_glDrawTexfOES; [all...] |
| H A D | gl_generated.h | 7448 typedef void (GLAPIENTRY *PFNGLDRAWTEXFOESPROC)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); typedef in typeref:typename:void (GLAPIENTRY *)(GLfloat x,GLfloat y,GLfloat z,GLfloat width,GLfloat height) [all...] |
Completed in 205 milliseconds