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

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_gallium.h 39 struct pipe_screen * APIENTRY
43 struct pipe_context * APIENTRY
stw_ext_gallium.c 35 struct pipe_screen * APIENTRY
43 struct pipe_context * APIENTRY
stw_ext_extensionsstring.c 46 WINGDIAPI const char * APIENTRY
58 WINGDIAPI const char * APIENTRY
stw_ext_swapinterval.c 43 WINGDIAPI BOOL APIENTRY
51 WINGDIAPI int APIENTRY
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_gallium.h 39 struct pipe_screen * APIENTRY
43 struct pipe_context * APIENTRY
stw_ext_gallium.c 35 struct pipe_screen * APIENTRY
43 struct pipe_context * APIENTRY
stw_ext_extensionsstring.c 46 WINGDIAPI const char * APIENTRY
58 WINGDIAPI const char * APIENTRY
stw_ext_swapinterval.c 43 WINGDIAPI BOOL APIENTRY
51 WINGDIAPI int APIENTRY
  /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...]
  /external/chromium_org/chrome_elf/blacklist/test/
blacklist_test_dll_1.cc 7 BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
blacklist_test_dll_3.cc 9 BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
blacklist_test_main_dll.cc 11 BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
condrender.h 38 extern void APIENTRY
  /external/mesa3d/src/mesa/main/
condrender.h 38 extern void APIENTRY
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glapi_mapi_tmp_shared.h 14 void APIENTRY shared_dispatch_stub_0(GLuint list, GLenum mode);
15 void APIENTRY shared_dispatch_stub_1(void);
16 void APIENTRY shared_dispatch_stub_2(GLuint list);
17 void APIENTRY shared_dispatch_stub_3(GLsizei n, GLenum type, const GLvoid *lists);
18 void APIENTRY shared_dispatch_stub_4(GLuint list, GLsizei range);
19 GLuint APIENTRY shared_dispatch_stub_5(GLsizei range);
20 void APIENTRY shared_dispatch_stub_6(GLuint base);
21 void APIENTRY shared_dispatch_stub_7(GLenum mode);
22 void APIENTRY shared_dispatch_stub_8(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
23 void APIENTRY shared_dispatch_stub_9(GLbyte red, GLbyte green, GLbyte blue)
    [all...]
glapi_mapi_tmp.h 22 GLAPI void APIENTRY GLAPI_PREFIX(NewList)(GLuint list, GLenum mode);
23 GLAPI void APIENTRY GLAPI_PREFIX(EndList)(void);
24 GLAPI void APIENTRY GLAPI_PREFIX(CallList)(GLuint list);
25 GLAPI void APIENTRY GLAPI_PREFIX(CallLists)(GLsizei n, GLenum type, const GLvoid *lists);
26 GLAPI void APIENTRY GLAPI_PREFIX(DeleteLists)(GLuint list, GLsizei range);
27 GLAPI GLuint APIENTRY GLAPI_PREFIX(GenLists)(GLsizei range);
28 GLAPI void APIENTRY GLAPI_PREFIX(ListBase)(GLuint base);
29 GLAPI void APIENTRY GLAPI_PREFIX(Begin)(GLenum mode);
30 GLAPI void APIENTRY GLAPI_PREFIX(Bitmap)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap);
31 GLAPI void APIENTRY GLAPI_PREFIX(Color3b)(GLbyte red, GLbyte green, GLbyte blue)
    [all...]
  /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...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_opengl.h 96 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
101 #ifndef APIENTRY
102 #define APIENTRY
105 #define APIENTRYP APIENTRY *
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_opengl.h 96 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
101 #ifndef APIENTRY
102 #define APIENTRY
105 #define APIENTRYP APIENTRY *
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_opengl.h 96 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
101 #ifndef APIENTRY
102 #define APIENTRY
105 #define APIENTRYP APIENTRY *
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_opengl.h 96 #if defined(_WIN32) && !defined(APIENTRY) && !defined(__CYGWIN__) && !defined(__SCITECH_SNAP__)
101 #ifndef APIENTRY
102 #define APIENTRY
105 #define APIENTRYP APIENTRY *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testdyngl.c 54 void(APIENTRY*glBegin)(GLenum);
55 void(APIENTRY*glEnd)();
56 void(APIENTRY*glVertex3f)(GLfloat, GLfloat, GLfloat);
57 void(APIENTRY*glClearColor)(GLfloat, GLfloat, GLfloat, GLfloat);
58 void(APIENTRY*glClear)(GLbitfield);
59 void(APIENTRY*glDisable)(GLenum);
60 void(APIENTRY*glEnable)(GLenum);
61 void(APIENTRY*glColor4ub)(GLubyte,GLubyte,GLubyte,GLubyte);
62 void(APIENTRY*glPointSize)(GLfloat);
63 void(APIENTRY*glHint)(GLenum,GLenum)
    [all...]
  /external/chromium_org/base/
debug_message.cc 12 int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,

Completed in 837 milliseconds

1 2 3 4