Searched refs:GLenum (Results 1 - 25 of 96) sorted by relevance

1234

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11.spec1 void glBindBuffer ( GLenum target, GLuint buffer )
2 void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage )
3 void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data )
4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
5 void glClipPlanex ( GLenum plane, const GLfixed *equation )
7 void glColorPointer ( GLint size, GLenum type, GLsizei stride, GLint offset )
9 void glDrawElements ( GLenum mode, GLsizei count, GLenum type, GLint offset )
11 void glGetBooleanv ( GLenum pnam
[all...]
H A DGLES11Ext.spec1 void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha )
2 void glBlendFuncSeparateOES ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha )
3 void glBlendEquationOES ( GLenum mode )
12 void glEGLImageTargetTexture2DOES ( GLenum target, GLeglImageOES image )
13 void glEGLImageTargetRenderbufferStorageOES ( GLenum target, GLeglImageOES image )
14 void glAlphaFuncxOES ( GLenum fun
[all...]
H A DGLES20.spec1 void glActiveTexture ( GLenum texture )
4 void glBindBuffer ( GLenum target, GLuint buffer )
5 void glBindFramebuffer ( GLenum target, GLuint framebuffer )
6 void glBindRenderbuffer ( GLenum target, GLuint renderbuffer )
7 void glBindTexture ( GLenum target, GLuint texture )
9 void glBlendEquation ( GLenum mode )
10 void glBlendEquationSeparate ( GLenum modeRGB, GLenum modeAlpha )
11 void glBlendFunc ( GLenum sfactor, GLenum dfacto
[all...]
H A DGLES10.spec1 void glActiveTexture ( GLenum texture )
2 void glAlphaFunc ( GLenum func, GLclampf ref )
3 void glAlphaFuncx ( GLenum func, GLclampx ref )
4 void glBindTexture ( GLenum target, GLuint texture )
5 void glBlendFunc ( GLenum sfactor, GLenum dfactor )
12 void glClientActiveTexture ( GLenum texture )
16 void glColorPointer ( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer )
17 void glCompressedTexImage2D ( GLenum target, GLint level, GLenum internalforma
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h24 void GLTrace_glActiveTexture(GLenum texture);
27 void GLTrace_glBindBuffer(GLenum target, GLuint buffer);
28 void GLTrace_glBindFramebuffer(GLenum target, GLuint framebuffer);
29 void GLTrace_glBindRenderbuffer(GLenum target, GLuint renderbuffer);
30 void GLTrace_glBindTexture(GLenum target, GLuint texture);
32 void GLTrace_glBlendEquation(GLenum mode);
33 void GLTrace_glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha);
34 void GLTrace_glBlendFunc(GLenum sfactor, GLenum dfacto
[all...]
/frameworks/native/opengl/include/GLES/
H A Dglext.h516 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
518 typedef void (GL_APIENTRYP PFNGLBLENDEQUATIONSEPARATEOESPROC) (GLenum modeRGB, GLenum modeAlpha);
525 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
527 typedef void (GL_APIENTRYP PFNGLBLENDFUNCSEPARATEOESPROC) (GLenum srcRGB, GLenum dstRG
[all...]
H A Dgl.h19 typedef unsigned int GLenum; typedef
593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation);
599 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param);
600 GL_API void GL_APIENTRY glFogfv (GLenum pname, const GLfloat *params);
602 GL_API void GL_APIENTRY glGetClipPlanef (GLenum pname, GLfloat eqn[4]);
603 GL_API void GL_APIENTRY glGetFloatv (GLenum pname, GLfloat *params);
604 GL_API void GL_APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params);
605 GL_API void GL_APIENTRY glGetMaterialfv (GLenum fac
[all...]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetString.cpp1 /* const GLubyte * glGetString ( GLenum name ) */
3 const char* chars = (const char*) glGetString((GLenum) name);
H A DglGetActiveAttrib.cpp1 /* void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
14 GLenum *type_base = (GLenum *) 0;
16 GLenum *type = (GLenum *) 0;
68 type_base = (GLenum *)
95 (GLenum *)type,
121 /* void glGetActiveAttrib ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
136 GLenum *type = (GLenum *)
[all...]
H A DglGetActiveUniform.cpp1 /* void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
14 GLenum *type_base = (GLenum *) 0;
16 GLenum *type = (GLenum *) 0;
68 type_base = (GLenum *)
95 (GLenum *)type,
121 /* void glGetActiveUniform ( GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name ) */
136 GLenum *type = (GLenum *)
[all...]
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DglGetString.cpp1 /* const GLubyte * glGetString ( GLenum name ) */
3 const char* chars = (const char*) glGetString((GLenum) name);
/frameworks/base/libs/hwui/
H A DTexture.h47 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false,
48 GLenum renderTarget = GL_TEXTURE_2D) {
52 void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false, bool force = false,
53 GLenum renderTarget = GL_TEXTURE_2D) {
70 void setFilter(GLenum filter, bool bindTexture = false, bool force = false,
71 GLenum renderTarget = GL_TEXTURE_2D) {
75 void setFilterMinMag(GLenum min, GLenum mag, bool bindTexture = false, bool force = false,
76 GLenum renderTarge
[all...]
H A DProgramCache.h66 void generateTextureWrap(String8& shader, GLenum wrapS, GLenum wrapT);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h23 typedef unsigned int GLenum; typedef
474 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture);
477 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
478 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);
479 GL_APICALL void GL_APIENTRY glBindRenderbuffer (GLenum target, GLuint renderbuffer);
480 GL_APICALL void GL_APIENTRY glBindTexture (GLenum target, GLuint texture);
482 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode );
483 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
484 GL_APICALL void GL_APIENTRY glBlendFunc (GLenum sfacto
[all...]
H A Dgl2ext.h684 GL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
685 GL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
687 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
688 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image);
716 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
717 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
719 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
720 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
727 GL_APICALL void* GL_APIENTRY glMapBufferOES (GLenum target, GLenum acces
[all...]
/frameworks/native/opengl/libs/GLES_CM/
H A Dgl.cpp42 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
44 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
46 GL_API void GL_APIENTRY glTexCoordPointerBounds(GLint size, GLenum type,
48 GL_API void GL_APIENTRY glVertexPointerBounds(GLint size, GLenum type,
50 GL_API void GL_APIENTRY glPointSizePointerOESBounds(GLenum type,
52 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type,
54 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type,
58 void glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
62 void glNormalPointerBounds(GLenum type, GLsizei stride,
66 void glTexCoordPointerBounds(GLint size, GLenum typ
[all...]
/frameworks/native/opengl/libs/
H A Degl_impl.h32 EGLAPI const GLubyte * egl_get_string_for_current_context(GLenum name);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h54 typedef unsigned int GLenum; typedef
473 GLAPI void APIENTRY glActiveTexture (GLenum texture);
474 GLAPI void APIENTRY glAlphaFunc (GLenum func, GLclampf ref);
475 GLAPI void APIENTRY glAlphaFuncx (GLenum func, GLclampx ref);
476 GLAPI void APIENTRY glBindTexture (GLenum target, GLuint texture);
477 GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor);
484 GLAPI void APIENTRY glClientActiveTexture (GLenum texture);
488 GLAPI void APIENTRY glColorPointer (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer);
489 GLAPI void APIENTRY glCompressedTexImage2D (GLenum targe
[all...]
/frameworks/native/opengl/tests/include/
H A DglTestLib.h29 void glTestPrintGLString(const char *name, GLenum s);
/frameworks/native/opengl/libagl/
H A DTextureObjectManager.h75 GLenum wraps;
76 GLenum wrapt;
77 GLenum min_filter;
78 GLenum mag_filter;
79 GLenum internalformat;
H A Dstate.cpp117 void _ogles_error(ogles_context_t* c, GLenum error)
123 static bool stencilop_valid(GLenum op) {
136 static void enable_disable(ogles_context_t* c, GLenum cap, int enabled)
226 void glStencilFunc(GLenum func, GLint ref, GLuint mask) {
237 void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass) {
249 void glAlphaFunc(GLenum func, GLclampf ref)
254 void glCullFace(GLenum mode)
268 void glFrontFace(GLenum mod
[all...]
H A Dstate.h35 void _ogles_error(ogles_context_t* c, GLenum error);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp32 GL_API void GL_APIENTRY glPointSizePointerOESBounds(GLenum type, GLsizei stride,
122 /* void glBindBuffer ( GLenum target, GLuint buffer ) */
127 (GLenum)target,
132 /* void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage ) */
158 (GLenum)target,
161 (GLenum)usage
173 /* void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data ) */
197 (GLenum)target,
212 /* void glClipPlanef ( GLenum plan
[all...]
H A Dandroid_opengl_GLES20.cpp121 static void glVertexAttribPointerBounds(GLuint indx, GLint size, GLenum type,
127 /* void glActiveTexture ( GLenum texture ) */
132 (GLenum)texture
178 /* void glBindBuffer ( GLenum target, GLuint buffer ) */
183 (GLenum)target,
188 /* void glBindFramebuffer ( GLenum target, GLuint framebuffer ) */
193 (GLenum)target,
198 /* void glBindRenderbuffer ( GLenum target, GLuint renderbuffer ) */
203 (GLenum)target,
208 /* void glBindTexture ( GLenum targe
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_buffer_interface.h42 virtual bool SetTextureParameter(GLenum pname, GLint value) = 0;

Completed in 287 milliseconds

1234