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

  /external/mesa3d/include/GL/
osmesa.h 119 GLAPI OSMesaContext GLAPIENTRY
132 GLAPI OSMesaContext GLAPIENTRY
142 GLAPI void GLAPIENTRY
174 GLAPI GLboolean GLAPIENTRY
184 GLAPI OSMesaContext GLAPIENTRY
202 GLAPI void GLAPIENTRY
218 GLAPI void GLAPIENTRY
233 GLAPI GLboolean GLAPIENTRY
249 GLAPI GLboolean GLAPIENTRY
266 GLAPI OSMESAproc GLAPIENTR
    [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...]
glxext.h 44 #ifndef GLAPI
45 #define GLAPI extern
    [all...]
wglext.h 44 #ifndef GLAPI
45 #define GLAPI extern
    [all...]
  /external/mesa3d/src/mapi/glapi/
SConscript 2 # SConscript for glapi
37 'glapi.c',
52 GLAPI = '#src/mapi/glapi/'
63 script = GLAPI + 'gen/gl_x86_asm.py',
64 source = GLAPI + 'gen/gl_API.xml',
76 script = GLAPI + 'gen/gl_x86-64_asm.py',
77 source = GLAPI + 'gen/gl_API.xml',
89 script = GLAPI + 'gen/gl_SPARC_asm.py',
90 source = GLAPI + 'gen/gl_API.xml'
    [all...]
glapi_dispatch.c 31 * glapi/glapi_x86.S on IA32 or glapi/glapi_sparc.S on SPARC).
40 #include "glapi/glapi_priv.h"
41 #include "glapi/glapitable.h"
47 #define KEYWORD1 GLAPI
90 #include "glapi/glapitemp.h"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
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...]
glxext.h 44 #ifndef GLAPI
45 #define GLAPI extern
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
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...]
glxext.h 44 #ifndef GLAPI
45 #define GLAPI extern
    [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...]
egl.h 194 GLAPI EGLint APIENTRY eglGetError (void);
196 GLAPI EGLDisplay APIENTRY eglGetDisplay (NativeDisplayType display);
197 GLAPI EGLBoolean APIENTRY eglInitialize (EGLDisplay dpy, EGLint *major, EGLint *minor);
198 GLAPI EGLBoolean APIENTRY eglTerminate (EGLDisplay dpy);
199 GLAPI const char * APIENTRY eglQueryString (EGLDisplay dpy, EGLint name);
200 GLAPI void (* APIENTRY eglGetProcAddress (const char *procname))();
202 GLAPI EGLBoolean APIENTRY eglGetConfigs (EGLDisplay dpy, EGLConfig *configs, EGLint config_size, EGLint *num_config);
203 GLAPI EGLBoolean APIENTRY eglChooseConfig (EGLDisplay dpy, const EGLint *attrib_list, EGLConfig *configs, EGLint config_size, EGLint *num_config);
204 GLAPI EGLBoolean APIENTRY eglGetConfigAttrib (EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value);
206 GLAPI EGLSurface APIENTRY eglCreateWindowSurface (EGLDisplay dpy, EGLConfig config, NativeWindowType win (…)
    [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/mesa3d/src/mesa/
SConscript 334 GLAPI = '#src/mapi/glapi/'
353 script = GLAPI + 'gen/gl_table.py',
354 source = GLAPI + 'gen/gl_and_es_API.xml',
359 script = GLAPI + 'gen/remap_helper.py',
360 source = GLAPI + 'gen/gl_and_es_API.xml',
443 script = GLAPI + 'gen/gl_enums.py',
444 source = GLAPI + 'gen/gl_and_es_API.xml',
  /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...]
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 597 GLAPI OSMesaContext GLAPIENTRY
611 GLAPI OSMesaContext GLAPIENTRY
803 GLAPI void GLAPIENTRY
852 GLAPI GLboolean GLAPIENTRY
934 GLAPI OSMesaContext GLAPIENTRY
946 GLAPI void GLAPIENTRY
972 GLAPI void GLAPIENTRY
1024 GLAPI GLboolean GLAPIENTRY
1062 GLAPI GLboolean GLAPIENTR
    [all...]
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp 28 #include "glapi/glapi.h"
29 #include "glapi/glapitable.h"
    [all...]
  /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...]

Completed in 254 milliseconds