HomeSort by relevance Sort by last modified time
    Searched defs:GLAPI (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/mapi/mapi/
mapi_abi.py 30 # make it possible to import glapi
32 GLAPI = "./%s/../glapi/gen" % (os.path.dirname(sys.argv[0]))
33 sys.path.append(GLAPI)
135 """Parse a GLAPI XML file for ABI entries."""
695 self.api_call = 'GLAPI'
798 """Shared GLAPI API Printer"""
839 printers = ['vgapi', 'glapi', 'es1api', 'es2api', 'shared-glapi']
859 'glapi': GLAPIPrinter
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 50 #ifndef GLAPI
51 #define GLAPI extern
473 GLAPI void APIENTRY glActiveTexture (GLenum texture);
474 GLAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
475 GLAPI void APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
476 GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture);
477 GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor);
478 GLAPI void APIENTRY glClear (GLbitfield mask);
479 GLAPI void APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
480 GLAPI void APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha)
    [all...]
  /external/mesa3d/include/GL/
glxext.h 44 #ifndef GLAPI
45 #define GLAPI extern
    [all...]
wglext.h 44 #ifndef GLAPI
45 #define GLAPI extern
    [all...]
gl.h 56 # define GLAPI __declspec(dllexport)
58 # define GLAPI __declspec(dllimport)
60 # define GLAPI extern
68 # define GLAPI extern
71 # define GLAPI __attribute__((visibility("default")))
98 #ifndef GLAPI
99 #define GLAPI extern
776 GLAPI void GLAPIENTRY glClearIndex( GLfloat c );
778 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
780 GLAPI void GLAPIENTRY glClear( GLbitfield mask )
    [all...]
glext.h 48 #ifndef GLAPI
49 #define GLAPI extern
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glxext.h 44 #ifndef GLAPI
45 #define GLAPI extern
    [all...]
gl.h 56 # define GLAPI __declspec(dllexport)
58 # define GLAPI __declspec(dllimport)
60 # define GLAPI extern
68 # define GLAPI extern
71 # define GLAPI __attribute__((visibility("default")))
102 #ifndef GLAPI
103 #define GLAPI extern
780 GLAPI void GLAPIENTRY glClearIndex( GLfloat c );
782 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
784 GLAPI void GLAPIENTRY glClear( GLbitfield mask )
    [all...]
glext.h 49 #ifndef GLAPI
50 #define GLAPI extern
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glxext.h 44 #ifndef GLAPI
45 #define GLAPI extern
    [all...]
gl.h 56 # define GLAPI __declspec(dllexport)
58 # define GLAPI __declspec(dllimport)
60 # define GLAPI extern
68 # define GLAPI extern
71 # define GLAPI __attribute__((visibility("default")))
98 #ifndef GLAPI
99 #define GLAPI extern
776 GLAPI void GLAPIENTRY glClearIndex( GLfloat c );
778 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
780 GLAPI void GLAPIENTRY glClear( GLbitfield mask )
    [all...]
glext.h 48 #ifndef GLAPI
49 #define GLAPI extern
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengl.h 125 #ifndef GLAPI
126 #define GLAPI extern
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengl.h 125 #ifndef GLAPI
126 #define GLAPI extern
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengl.h 125 #ifndef GLAPI
126 #define GLAPI extern
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_opengl.h 125 #ifndef GLAPI
126 #define GLAPI extern
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glew.h 104 * GL needs GLAPI and GLAPIENTRY, GLU needs APIENTRY, CALLBACK, and wchar_t
118 #ifndef GLAPI
120 # define GLAPI extern
162 #ifndef GLAPI
164 # define GLAPI extern
166 # define GLAPI WINGDIAPI
230 #ifndef GLAPI
231 #define GLAPI extern
818 GLAPI void GLAPIENTRY glAccum (GLenum op, GLfloat value);
819 GLAPI void GLAPIENTRY glAlphaFunc (GLenum func, GLclampf ref)
    [all...]

Completed in 2910 milliseconds