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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl.h 55 # define GLAPI __declspec(dllexport)
57 # define GLAPI __declspec(dllimport)
59 # define GLAPI extern
63 # define GLAPI extern
66 # define GLAPI __attribute__((visibility("default")))
96 #ifndef GLAPI
97 #define GLAPI extern
774 GLAPI void GLAPIENTRY glClearIndex( GLfloat c );
776 GLAPI void GLAPIENTRY glClearColor( GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha );
778 GLAPI void GLAPIENTRY glClear( GLbitfield mask )
    [all...]
glext.h 42 #ifndef GLAPI
43 #define GLAPI extern
    [all...]
glxext.h 42 #ifndef GLAPI
43 #define GLAPI extern
  /frameworks/base/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...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h 103 #ifndef GLAPI
104 #define GLAPI extern
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_opengl.h 103 #ifndef GLAPI
104 #define GLAPI extern
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_opengl.h 103 #ifndef GLAPI
104 #define GLAPI extern
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_opengl.h 103 #ifndef GLAPI
104 #define GLAPI extern
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_opengl.h 103 #ifndef GLAPI
104 #define GLAPI extern
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 44 #ifndef GLAPI
45 #define GLAPI extern
    [all...]

Completed in 115 milliseconds