Home
last modified time | relevance | path

Searched defs:GL_APIENTRY (Results 1 – 9 of 9) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h196 …static void (GL_APIENTRY *glBlendColor) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alp… variable
197 …static void (GL_APIENTRY *glStencilFuncSeparate)(GLenum face, GLenum func, GLint ref, GLuint mask); variable
198 static void (GL_APIENTRY *glStencilMaskSeparate)(GLenum face, GLuint mask); variable
201 static void (GL_APIENTRY *glVertexAttrib1f)(GLuint indx, GLfloat x); variable
202 static void (GL_APIENTRY *glVertexAttrib1fv)(GLuint indx, const GLfloat* values); variable
203 static void (GL_APIENTRY *glVertexAttrib2f)(GLuint indx, GLfloat x, GLfloat y); variable
204 static void (GL_APIENTRY *glVertexAttrib2fv)(GLuint indx, const GLfloat* values); variable
205 static void (GL_APIENTRY *glVertexAttrib3f)(GLuint indx, GLfloat x, GLfloat y, GLfloat z); variable
206 static void (GL_APIENTRY *glVertexAttrib3fv)(GLuint indx, const GLfloat* values); variable
207 …static void (GL_APIENTRY *glVertexAttrib4f)(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat … variable
[all …]
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp231 void (GL_APIENTRY *GLDispatch::glBlendColor)(GLclampf,GLclampf,GLclampf,GLclampf) = NULL; variable
232 void (GL_APIENTRY *GLDispatch::glStencilFuncSeparate)(GLenum,GLenum,GLint,GLuint) = NULL; variable
233 void (GL_APIENTRY *GLDispatch::glStencilMaskSeparate)(GLenum,GLuint) = NULL; variable
236 void (GL_APIENTRY *GLDispatch::glVertexAttrib1f)(GLuint,GLfloat) = NULL; variable
237 void (GL_APIENTRY *GLDispatch::glVertexAttrib1fv)(GLuint,const GLfloat*) = NULL; variable
238 void (GL_APIENTRY *GLDispatch::glVertexAttrib2f)(GLuint,GLfloat, GLfloat) = NULL; variable
239 void (GL_APIENTRY *GLDispatch::glVertexAttrib2fv)(GLuint,const GLfloat*) = NULL; variable
240 void (GL_APIENTRY *GLDispatch::glVertexAttrib3f)(GLuint,GLfloat, GLfloat,GLfloat) = NULL; variable
241 void (GL_APIENTRY *GLDispatch::glVertexAttrib3fv)(GLuint,const GLfloat*) = NULL; variable
242 void (GL_APIENTRY *GLDispatch::glVertexAttrib4f)(GLuint,GLfloat,GLfloat,GLfloat,GLfloat ) = NULL; variable
[all …]
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dglplatform.h27 #define GL_APIENTRY KHRONOS_APIENTRY macro
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2platform.h27 #define GL_APIENTRY KHRONOS_APIENTRY macro
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DglUtils.h37 #define GL_APIENTRY macro
DGLSharedGroup.h21 #define GL_APIENTRY macro
DGLClientState.h21 #define GL_APIENTRY macro
/sdk/emulator/opengl/tests/ut_renderer/
DRendererContext.h24 #define GL_APIENTRY macro
DRenderingThread.h26 #define GL_APIENTRY macro