Home
last modified time | relevance | path

Searched refs:GL_API (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/include/GLES/
Dgl.h593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth);
596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar);
599 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param);
600 GL_API void GL_APIENTRY glFogfv (GLenum pname, const GLfloat *params);
601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLflo…
602 GL_API void GL_APIENTRY glGetClipPlanef (GLenum pname, GLfloat eqn[4]);
[all …]
Dglext.h461 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
470 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLen…
479 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode);
508 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
509 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
510 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
511 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
512 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
513 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
514 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig…
[all …]
Dglplatform.h22 #ifndef GL_API
23 #define GL_API KHRONOS_APICALL macro
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dapp-linux.c55 #define GL_API WAFFLE_CONTEXT_OPENGL_ES2 macro
60 #define GL_API WAFFLE_CONTEXT_OPENGL macro
108 WAFFLE_CONTEXT_API, GL_API, in initGraphics()
/external/autotest/client/deps/glbench/src/
Dwaffle_stuff.cc23 #define GL_API WAFFLE_CONTEXT_OPENGL macro
25 #define GL_API WAFFLE_CONTEXT_OPENGL_ES2 macro
116 WAFFLE_CONTEXT_API, GL_API, in InitOnce()