/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glGetString.cpp | 1 /* const GLubyte * glGetString ( GLenum name ) */
3 const char* chars = (const char*) glGetString((GLenum) name);
|
glDrawElementsInstanced.java | 1 // C function void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) 11 // C function void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount )
|
glGetString.java | 1 // C function const GLubyte * glGetString ( GLenum name )
|
glDrawElementsInstanced.cpp | 1 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */ 16 (GLenum)mode, 18 (GLenum)type, 27 /* void glDrawElementsInstanced ( GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instanceCount ) */ 32 (GLenum)mode, 34 (GLenum)type,
|
glGetBooleanv.java | 1 // C function void glGetBooleanv ( GLenum pname, GLboolean *params ) 9 // C function void glGetBooleanv ( GLenum pname, GLboolean *params )
|
glGetFloatv.java | 1 // C function void glGetFloatv ( GLenum pname, GLfloat *params ) 9 // C function void glGetFloatv ( GLenum pname, GLfloat *params )
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
glGetString.cpp | 1 /* const GLubyte * glGetString ( GLenum name ) */
3 const char* chars = (const char*) glGetString((GLenum) name);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLESvalidate.h | 23 static bool textureEnum(GLenum e,unsigned int maxTex); 24 static bool pixelType(GLEScontext * ctx,GLenum type); 25 static bool pixelOp(GLenum format,GLenum type); 26 static bool pixelFrmt(GLEScontext* ctx , GLenum format); 27 static bool bufferTarget(GLenum target); 28 static bool bufferParam(GLenum param); 29 static bool drawMode(GLenum mode); 30 static bool drawType(GLenum mode); 31 static bool textureTarget(GLenum target) [all...] |
GLDispatch.h | 36 static void (GLAPIENTRY *glActiveTexture) ( GLenum texture ); 37 static void (GLAPIENTRY *glBindBuffer) (GLenum target, GLuint buffer); 38 static void (GLAPIENTRY *glBindTexture) (GLenum target, GLuint texture); 39 static void (GLAPIENTRY *glBlendFunc) (GLenum sfactor, GLenum dfactor); 40 static void (GLAPIENTRY *glBlendEquation)( GLenum mode ); 41 static void (GLAPIENTRY *glBlendEquationSeparate)(GLenum modeRGB, GLenum modeAlpha); 42 static void (GLAPIENTRY *glBlendFuncSeparate)(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) [all...] |
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES30.spec | 1 void glReadBuffer ( GLenum mode ) 2 void glDrawRangeElements ( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices ) 3 void glDrawRangeElements ( GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, GLsizei offset ) 4 void glTexImage3D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels ) 5 void glTexImage3D ( GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLsizei offset [all...] |
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_client_proc.h | 12 typedef void (gl_APIENTRY *glAlphaFunc_client_proc_t) (void * ctx, GLenum, GLclampf); 15 typedef void (gl_APIENTRY *glClipPlanef_client_proc_t) (void * ctx, GLenum, const GLfloat*); 18 typedef void (gl_APIENTRY *glFogf_client_proc_t) (void * ctx, GLenum, GLfloat); 19 typedef void (gl_APIENTRY *glFogfv_client_proc_t) (void * ctx, GLenum, const GLfloat*); 21 typedef void (gl_APIENTRY *glGetClipPlanef_client_proc_t) (void * ctx, GLenum, GLfloat*); 22 typedef void (gl_APIENTRY *glGetFloatv_client_proc_t) (void * ctx, GLenum, GLfloat*); 23 typedef void (gl_APIENTRY *glGetLightfv_client_proc_t) (void * ctx, GLenum, GLenum, GLfloat*); 24 typedef void (gl_APIENTRY *glGetMaterialfv_client_proc_t) (void * ctx, GLenum, GLenum, GLfloat*) [all...] |
gl_enc.h | 24 void glAlphaFunc_enc(void *self , GLenum func, GLclampf ref); 27 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation); 30 void glFogf_enc(void *self , GLenum pname, GLfloat param); 31 void glFogfv_enc(void *self , GLenum pname, const GLfloat* params); 33 void glGetClipPlanef_enc(void *self , GLenum pname, GLfloat* eqn); 34 void glGetFloatv_enc(void *self , GLenum pname, GLfloat* params); 35 void glGetLightfv_enc(void *self , GLenum light, GLenum pname, GLfloat* params); 36 void glGetMaterialfv_enc(void *self , GLenum face, GLenum pname, GLfloat* params) [all...] |
GLEncoder.h | 34 size_t pixelDataSize(GLsizei width, GLsizei height, GLenum format, GLenum type, int pack); 39 virtual void setError(GLenum error){ m_error = error; }; 40 virtual GLenum getError() { return m_error; }; 42 void override2DTextureTarget(GLenum target); 50 GLenum m_error; 102 static GLenum s_glGetError(void * self); 103 static void s_glGetIntegerv(void *self, GLenum pname, GLint *ptr); 104 static void s_glGetBooleanv(void *self, GLenum pname, GLboolean *ptr); 105 static void s_glGetFloatv(void *self, GLenum pname, GLfloat *ptr) [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles.cpp | 56 void glAlphaFunc(GLenum func, GLclampf ref) 71 void glClipPlanef(GLenum plane, const GLfloat *equation) 86 void glFogf(GLenum pname, GLfloat param) 91 void glFogfv(GLenum pname, const GLfloat *params) 101 void glGetClipPlanef(GLenum pname, GLfloat eqn[4]) 106 void glGetFloatv(GLenum pname, GLfloat *params) 111 void glGetLightfv(GLenum light, GLenum pname, GLfloat *params) 116 void glGetMaterialfv(GLenum face, GLenum pname, GLfloat *params [all...] |
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
gl2.in | 1 GL_ENTRY(void, glActiveTexture, GLenum texture) 4 GL_ENTRY(void, glBindBuffer, GLenum target, GLuint buffer) 5 GL_ENTRY(void, glBindFramebuffer, GLenum target, GLuint framebuffer) 6 GL_ENTRY(void, glBindRenderbuffer, GLenum target, GLuint renderbuffer) 7 GL_ENTRY(void, glBindTexture, GLenum target, GLuint texture) 9 GL_ENTRY(void, glBlendEquation, GLenum mode ) 10 GL_ENTRY(void, glBlendEquationSeparate, GLenum modeRGB, GLenum modeAlpha) 11 GL_ENTRY(void, glBlendFunc, GLenum sfactor, GLenum dfactor [all...] |
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_client_proc.h | 12 typedef void (gl2_APIENTRY *glActiveTexture_client_proc_t) (void * ctx, GLenum); 15 typedef void (gl2_APIENTRY *glBindBuffer_client_proc_t) (void * ctx, GLenum, GLuint); 16 typedef void (gl2_APIENTRY *glBindFramebuffer_client_proc_t) (void * ctx, GLenum, GLuint); 17 typedef void (gl2_APIENTRY *glBindRenderbuffer_client_proc_t) (void * ctx, GLenum, GLuint); 18 typedef void (gl2_APIENTRY *glBindTexture_client_proc_t) (void * ctx, GLenum, GLuint); 20 typedef void (gl2_APIENTRY *glBlendEquation_client_proc_t) (void * ctx, GLenum); 21 typedef void (gl2_APIENTRY *glBlendEquationSeparate_client_proc_t) (void * ctx, GLenum, GLenum); 22 typedef void (gl2_APIENTRY *glBlendFunc_client_proc_t) (void * ctx, GLenum, GLenum); [all...] |
gl2_enc.h | 25 void glActiveTexture_enc(void *self , GLenum texture); 28 void glBindBuffer_enc(void *self , GLenum target, GLuint buffer); 29 void glBindFramebuffer_enc(void *self , GLenum target, GLuint framebuffer); 30 void glBindRenderbuffer_enc(void *self , GLenum target, GLuint renderbuffer); 31 void glBindTexture_enc(void *self , GLenum target, GLuint texture); 33 void glBlendEquation_enc(void *self , GLenum mode); 34 void glBlendEquationSeparate_enc(void *self , GLenum modeRGB, GLenum modeAlpha); 35 void glBlendFunc_enc(void *self , GLenum sfactor, GLenum dfactor) [all...] |
gl2_entry.cpp | 9 void glActiveTexture(GLenum texture); 12 void glBindBuffer(GLenum target, GLuint buffer); 13 void glBindFramebuffer(GLenum target, GLuint framebuffer); 14 void glBindRenderbuffer(GLenum target, GLuint renderbuffer); 15 void glBindTexture(GLenum target, GLuint texture); 17 void glBlendEquation(GLenum mode); 18 void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha); 19 void glBlendFunc(GLenum sfactor, GLenum dfactor) [all...] |
/sdk/emulator/opengl/host/libs/GLESv1_dec/ |
gl.attrib | 5 #void glClipPlanef(GLenum plane, GLfloat *equation) 10 #void glFogfv(GLenum pname, GLfloat *params) 14 #void glGetFloatv(GLenum pname, GLfloat *params) 19 #void glGetLightfv(GLenum light, GLenum pname, GLfloat *params) 24 #void glGetMaterialfv(GLenum face, GLenum pname, GLfloat *params) 29 #void glGetTexEnvfv(GLenum env, GLenum pname, GLfloat *params) 34 #void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat *params [all...] |
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
GLESv2Validate.h | 25 static bool blendEquationMode(GLenum mode); 26 static bool blendSrc(GLenum s); 27 static bool blendDst(GLenum d); 28 static bool textureParams(GLenum param); 29 static bool hintTargetMode(GLenum target,GLenum mode); 30 static bool capability(GLenum cap); 31 static bool pixelStoreParam(GLenum param); 32 static bool readPixelFrmt(GLenum format); 33 static bool shaderType(GLenum type) [all...] |
/frameworks/native/opengl/libs/GLES_CM/ |
gl_api.in | 1 void API_ENTRY(glAlphaFunc)(GLenum func, GLclampf ref) { 10 void API_ENTRY(glClipPlanef)(GLenum plane, const GLfloat *equation) { 19 void API_ENTRY(glFogf)(GLenum pname, GLfloat param) { 22 void API_ENTRY(glFogfv)(GLenum pname, const GLfloat *params) { 28 void API_ENTRY(glGetClipPlanef)(GLenum pname, GLfloat eqn[4]) { 31 void API_ENTRY(glGetFloatv)(GLenum pname, GLfloat *params) { 34 void API_ENTRY(glGetLightfv)(GLenum light, GLenum pname, GLfloat *params) { 37 void API_ENTRY(glGetMaterialfv)(GLenum face, GLenum pname, GLfloat *params) [all...] |
glext_api.in | 1 void API_ENTRY(glBlendEquationSeparateOES)(GLenum modeRGB, GLenum modeAlpha) { 4 void API_ENTRY(glBlendFuncSeparateOES)(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) { 7 void API_ENTRY(glBlendEquationOES)(GLenum mode) { 34 void API_ENTRY(glEGLImageTargetTexture2DOES)(GLenum target, GLeglImageOES image) { 37 void API_ENTRY(glEGLImageTargetRenderbufferStorageOES)(GLenum target, GLeglImageOES image) { 40 void API_ENTRY(glAlphaFuncxOES)(GLenum func, GLclampx ref) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
gl.h | 147 typedef unsigned int GLenum; 784 GLAPI void GLAPIENTRY glAlphaFunc( GLenum func, GLclampf ref ); 786 GLAPI void GLAPIENTRY glBlendFunc( GLenum sfactor, GLenum dfactor ); 788 GLAPI void GLAPIENTRY glLogicOp( GLenum opcode ); 790 GLAPI void GLAPIENTRY glCullFace( GLenum mode ); 792 GLAPI void GLAPIENTRY glFrontFace( GLenum mode ); 800 GLAPI void GLAPIENTRY glPolygonMode( GLenum face, GLenum mode ); 814 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation ) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
gl.h | 147 typedef unsigned int GLenum; 784 GLAPI void GLAPIENTRY glAlphaFunc( GLenum func, GLclampf ref ); 786 GLAPI void GLAPIENTRY glBlendFunc( GLenum sfactor, GLenum dfactor ); 788 GLAPI void GLAPIENTRY glLogicOp( GLenum opcode ); 790 GLAPI void GLAPIENTRY glCullFace( GLenum mode ); 792 GLAPI void GLAPIENTRY glFrontFace( GLenum mode ); 800 GLAPI void GLAPIENTRY glPolygonMode( GLenum face, GLenum mode ); 814 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation ) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
gl.h | 147 typedef unsigned int GLenum; 784 GLAPI void GLAPIENTRY glAlphaFunc( GLenum func, GLclampf ref ); 786 GLAPI void GLAPIENTRY glBlendFunc( GLenum sfactor, GLenum dfactor ); 788 GLAPI void GLAPIENTRY glLogicOp( GLenum opcode ); 790 GLAPI void GLAPIENTRY glCullFace( GLenum mode ); 792 GLAPI void GLAPIENTRY glFrontFace( GLenum mode ); 800 GLAPI void GLAPIENTRY glPolygonMode( GLenum face, GLenum mode ); 814 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation ) [all...] |