Searched refs:GL_API (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 593 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 …]
|
D | glext.h | 565 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha); 574 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLen… 583 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode); 612 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig… 613 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height); 614 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig… 615 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords); 616 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords); 617 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords); 618 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig… [all …]
|
D | glplatform.h | 22 #ifndef GL_API 23 #define GL_API KHRONOS_APICALL macro
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | glUtils.h | 28 #ifdef GL_API 29 #undef GL_API 31 #define GL_API macro
|
D | GLSharedGroup.h | 19 #define GL_API macro
|
D | GLClientState.h | 19 #define GL_API macro
|