Searched refs:GL_API (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/external/libmali/include/GLES/ |
| H A D | gl.h | 407 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref); 408 GL_API void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 409 GL_API void GL_APIENTRY glClearDepthf (GLfloat d); 410 GL_API void GL_APIENTRY glClipPlanef (GLenum p, const GLfloat *eqn); 411 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 412 GL_API void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f); 413 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param); 414 GL_API void GL_APIENTRY glFogfv (GLenum pname, const GLfloat *params); 415 GL_API void GL_APIENTRY glFrustumf (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat … 416 GL_API void GL_APIENTRY glGetClipPlanef (GLenum plane, GLfloat *equation); [all …]
|
| H A D | glext.h | 63 GL_API void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image); 64 GL_API void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image); 81 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha); 93 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLen… 105 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode); 144 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig… 145 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height); 146 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig… 147 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords); 148 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords); [all …]
|
| H A D | glplatform.h | 30 #ifndef GL_API 31 #define GL_API KHRONOS_APICALL macro
|