Home
last modified time | relevance | path

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

/development/ndk/platforms/android-4/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.h435 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
444 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLen…
453 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode);
482 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig…
483 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
484 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig…
485 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
486 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);
487 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
488 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