HomeSort by relevance Sort by last modified time
    Searched refs:APIENTRY (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glaux.h 167 void APIENTRY auxInitDisplayMode(GLenum);
168 void APIENTRY auxInitPosition(int,int,int,int);
175 GLenum APIENTRY auxInitWindowA(LPCSTR);
176 GLenum APIENTRY auxInitWindowW(LPCWSTR);
178 void APIENTRY auxCloseWindow(void);
179 void APIENTRY auxQuit(void);
180 void APIENTRY auxSwapBuffers(void);
183 void APIENTRY auxMainLoop(AUXMAINPROC);
186 void APIENTRY auxExposeFunc(AUXEXPOSEPROC);
189 void APIENTRY auxReshapeFunc(AUXRESHAPEPROC)
    [all...]
glu.h 24 const GLubyte *APIENTRY gluErrorString(GLenum errCode);
25 const wchar_t *APIENTRY gluErrorUnicodeStringEXT(GLenum errCode);
26 const GLubyte *APIENTRY gluGetString(GLenum name);
27 void APIENTRY gluOrtho2D(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top);
28 void APIENTRY gluPerspective(GLdouble fovy,GLdouble aspect,GLdouble zNear,GLdouble zFar);
29 void APIENTRY gluPickMatrix(GLdouble x,GLdouble y,GLdouble width,GLdouble height,GLint viewport[4]);
30 void APIENTRY gluLookAt(GLdouble eyex,GLdouble eyey,GLdouble eyez,GLdouble centerx,GLdouble centery,GLdouble centerz,GLdouble upx,GLdouble upy,GLdouble upz);
31 int APIENTRY gluProject(GLdouble objx,GLdouble objy,GLdouble objz,const GLdouble modelMatrix[16],const GLdouble projMatrix[16],const GLint viewport[4],GLdouble *winx,GLdouble *winy,GLdouble *winz);
32 int APIENTRY gluUnProject(GLdouble winx,GLdouble winy,GLdouble winz,const GLdouble modelMatrix[16],const GLdouble projMatrix[16],const GLint viewport[4],GLdouble *objx,GLdouble *objy,GLdouble *objz);
33 int APIENTRY gluScaleImage(GLenum format,GLint widthin,GLint heightin,GLenum typein,const void *datain,GLint wi (…)
    [all...]
gl.h 12 #if !(defined(WINGDIAPI) && defined(APIENTRY))
684 WINGDIAPI void APIENTRY glAccum(GLenum op,GLfloat value);
685 WINGDIAPI void APIENTRY glAlphaFunc(GLenum func,GLclampf ref);
686 WINGDIAPI GLboolean APIENTRY glAreTexturesResident(GLsizei n,const GLuint *textures,GLboolean *residences);
687 WINGDIAPI void APIENTRY glArrayElement(GLint i);
688 WINGDIAPI void APIENTRY glBegin(GLenum mode);
689 WINGDIAPI void APIENTRY glBindTexture(GLenum target,GLuint texture);
690 WINGDIAPI void APIENTRY glBitmap(GLsizei width,GLsizei height,GLfloat xorig,GLfloat yorig,GLfloat xmove,GLfloat ymove,const GLubyte *bitmap);
691 WINGDIAPI void APIENTRY glBlendFunc(GLenum sfactor,GLenum dfactor);
692 WINGDIAPI void APIENTRY glCallList(GLuint list)
    [all...]
glext.h 39 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
46 #ifndef APIENTRY
47 #define APIENTRY
50 #define APIENTRYP APIENTRY *
116 GLAPI void APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices);
117 GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
118 GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
119 GLAPI void APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
268 GLAPI void APIENTRY glActiveTexture (GLenum texture);
269 GLAPI void APIENTRY glSampleCoverage (GLfloat value, GLboolean invert)
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengles.h 36 #ifndef APIENTRY
37 #define APIENTRY
SDL_opengl.h 114 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
119 #ifndef APIENTRY
120 #define APIENTRY
123 #define APIENTRYP APIENTRY *
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengles.h 36 #ifndef APIENTRY
37 #define APIENTRY
SDL_opengl.h 114 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
119 #ifndef APIENTRY
120 #define APIENTRY
123 #define APIENTRYP APIENTRY *
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengles.h 36 #ifndef APIENTRY
37 #define APIENTRY
SDL_opengl.h 114 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
119 #ifndef APIENTRY
120 #define APIENTRY
123 #define APIENTRYP APIENTRY *
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_opengles.h 36 #ifndef APIENTRY
37 #define APIENTRY
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_nopfuncs.c 52 static void APIENTRY
58 static void APIENTRY
64 static void APIENTRY
70 static void APIENTRY
76 static void APIENTRY
82 static void APIENTRY
88 static void APIENTRY
94 static void APIENTRY
100 static void APIENTRY
106 static void APIENTRY
    [all...]
stw_ext_extensionsstring.c 51 WINGDIAPI const char * APIENTRY
63 WINGDIAPI const char * APIENTRY
stw_ext_swapinterval.c 43 WINGDIAPI BOOL APIENTRY
51 WINGDIAPI int APIENTRY
stw_wgl.c 54 WINGDIAPI BOOL APIENTRY
65 WINGDIAPI HGLRC APIENTRY
73 WINGDIAPI HGLRC APIENTRY
82 WINGDIAPI BOOL APIENTRY
90 WINGDIAPI HGLRC APIENTRY
96 WINGDIAPI HDC APIENTRY
102 WINGDIAPI BOOL APIENTRY
111 WINGDIAPI BOOL APIENTRY
132 WINGDIAPI BOOL APIENTRY
140 WINGDIAPI PROC APIENTRY
    [all...]
  /external/mesa3d/src/mesa/main/
condrender.h 37 extern void APIENTRY
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 42 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__)
47 #ifndef APIENTRY
48 #define APIENTRY
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)
    [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 window, const EGLint *a (…)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
debugapi.h 27 WINBASEAPI WINBOOL APIENTRY ContinueDebugEvent (DWORD dwProcessId, DWORD dwThreadId, DWORD dwContinueStatus);
28 WINBASEAPI WINBOOL APIENTRY WaitForDebugEvent (LPDEBUG_EVENT lpDebugEvent, DWORD dwMilliseconds);
29 WINBASEAPI WINBOOL APIENTRY DebugActiveProcess (DWORD dwProcessId);
30 WINBASEAPI WINBOOL APIENTRY DebugActiveProcessStop (DWORD dwProcessId);
eappapis.h 15 DWORD APIENTRY EapHostPeerGetResult(
30 VOID APIENTRY EapHostPeerFreeEapError(
34 DWORD APIENTRY EapHostPeerClearConnection(
39 DWORD APIENTRY EapHostPeerEndSession(
44 DWORD APIENTRY EapHostPeerGetAuthStatus(
52 DWORD APIENTRY EapHostPeerGetResponseAttributes(
65 DWORD APIENTRY EapHostPeerGetUIContext(
72 DWORD APIENTRY EapHostPeerSetResponseAttributes(
79 DWORD APIENTRY EapHostPeerSetUIContext(
92 DWORD APIENTRY EapHostPeerBeginSession
    [all...]
winddi.h 82 typedef LONG_PTR (APIENTRY *PFN)();
328 (APIENTRY CALLBACK *FREEOBJPROC)(
    [all...]
pathcch.h 23 WINPATHCCHAPI HRESULT APIENTRY PathAllocCombine (PCWSTR pszPathIn, PCWSTR pszMore, unsigned long dwFlags, PWSTR *ppszPathOut);
24 WINPATHCCHAPI HRESULT APIENTRY PathAllocCanonicalize (PCWSTR pszPathIn, unsigned long dwFlags, PWSTR *ppszPathOut);
25 WINPATHCCHAPI HRESULT APIENTRY PathCchAddBackslash (PWSTR pszPath, size_t cchPath);
26 WINPATHCCHAPI HRESULT APIENTRY PathCchAddBackslashEx (PWSTR pszPath, size_t cchPath, PWSTR *ppszEnd, size_t *pcchRemaining);
27 WINPATHCCHAPI HRESULT APIENTRY PathCchAddExtension (PWSTR pszPath, size_t cchPath, PCWSTR pszExt);
28 WINPATHCCHAPI HRESULT APIENTRY PathCchAppend (PWSTR pszPath, size_t cchPath, PCWSTR pszMore);
29 WINPATHCCHAPI HRESULT APIENTRY PathCchAppendEx (PWSTR pszPath, size_t cchPath, PCWSTR pszMore, unsigned long dwFlags);
30 WINPATHCCHAPI HRESULT APIENTRY PathCchCanonicalize (PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn);
31 WINPATHCCHAPI HRESULT APIENTRY PathCchCanonicalizeEx (PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn, unsigned long dwFlags);
32 WINPATHCCHAPI HRESULT APIENTRY PathCchCombine (PWSTR pszPathOut, size_t cchPathOut, PCWSTR pszPathIn, PCWSTR pszMore)
    [all...]
dhcpv6csdk.h 62 VOID APIENTRY Dhcpv6CApiCleanup(void);
64 DWORD APIENTRY Dhcpv6CApiInitialize(
68 DWORD APIENTRY Dhcpv6RenewPrefix(
74 DWORD APIENTRY Dhcpv6RenewPrefix(
82 DWORD APIENTRY Dhcpv6RequestPrefix(
  /external/mesa3d/include/GL/
glext.h 39 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
46 #ifndef APIENTRY
47 #define APIENTRY
50 #define APIENTRYP APIENTRY *
116 GLAPI void APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices);
117 GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
118 GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
119 GLAPI void APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
268 GLAPI void APIENTRY glActiveTexture (GLenum texture);
269 GLAPI void APIENTRY glSampleCoverage (GLfloat value, GLboolean invert)
    [all...]
  /external/swiftshader/include/GL/
glext.h 37 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
44 #ifndef APIENTRY
45 #define APIENTRY
48 #define APIENTRYP APIENTRY *
114 GLAPI void APIENTRY glDrawRangeElements (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices);
115 GLAPI void APIENTRY glTexImage3D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels);
116 GLAPI void APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
117 GLAPI void APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height);
266 GLAPI void APIENTRY glActiveTexture (GLenum texture);
267 GLAPI void APIENTRY glSampleCoverage (GLfloat value, GLboolean invert)
    [all...]

Completed in 1376 milliseconds

1 2 3 4