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

1234

/frameworks/base/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/base/opengl/include/GLES/
H A Dglext.h433 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
435 typedef void (GL_APIENTRYP PFNGLBLENDEQUATIONSEPARATEOESPROC) (GLenum modeRGB, GLenum modeAlpha);
442 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
444 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/base/opengl/libs/
H A Dglesv2dbg_functions.h3 GL_ENTRY(void, glActiveTexture, GLenum texture)
4 GL_ENTRY(void, glAlphaFunc, GLenum func, GLclampf ref)
5 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLclampx ref)
6 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLclampx ref)
10 GL_ENTRY(void, glBindBuffer, GLenum target, GLuint buffer)
11 GL_ENTRY(void, glBindFramebuffer, GLenum target, GLuint framebuffer)
12 GL_ENTRY(void, glBindFramebufferOES, GLenum target, GLuint framebuffer)
13 GL_ENTRY(void, glBindRenderbuffer, GLenum target, GLuint renderbuffer)
14 GL_ENTRY(void, glBindRenderbufferOES, GLenum target, GLuint renderbuffer)
15 GL_ENTRY(void, glBindTexture, GLenum targe
[all...]
/frameworks/base/opengl/tools/glgen/stubs/gles11/
H A DglGetString.cpp1 /* const GLubyte * glGetString ( GLenum name ) */
3 const char* chars = (const char*) glGetString((GLenum) name);
/frameworks/base/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.h43 void setWrap(GLenum wrapS, GLenum wrapT, bool bindTexture = false, bool force = false,
44 GLenum renderTarget = GL_TEXTURE_2D) {
61 void setFilter(GLenum min, GLenum mag, bool bindTexture = false, bool force = false,
62 GLenum renderTarget = GL_TEXTURE_2D) {
111 GLenum wrapS;
112 GLenum wrapT;
117 GLenum minFilter;
118 GLenum magFilte
[all...]
H A DLayer.h142 inline GLenum getRenderTarget() {
146 inline void setRenderTarget(GLenum renderTarget) {
150 void setWrap(GLenum wrapS, GLenum wrapT, bool bindTexture = false, bool force = false) {
154 void setFilter(GLenum min, GLenum mag, bool bindTexture = false, bool force = false) {
198 inline void allocateTexture(GLenum format, GLenum storage) {
268 GLenum renderTarget;
/frameworks/base/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.h412 GL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
413 GL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
415 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
416 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image);
438 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
439 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
441 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
442 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
449 GL_APICALL void* GL_APIENTRY glMapBufferOES (GLenum target, GLenum acces
[all...]
/frameworks/base/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/base/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/base/opengl/libs/GLES2_dbg/src/
H A Dheader.h98 GLenum type; // element data type
113 const GLenum target;
117 VBO(const GLuint name, const GLenum target, VBO * head) : name(name),
144 void glVertexAttribPointer(GLuint indx, GLint size, GLenum type,
146 void glBindBuffer(GLenum target, GLuint buffer);
147 void glBufferData(GLenum target, GLsizeiptr size, const GLvoid* data, GLenum usage);
148 void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid* data);
165 unsigned GetBytesPerPixel(const GLenum format, const GLenum typ
[all...]
H A Dapi.cpp30 void Debug_glActiveTexture(GLenum texture)
34 GLenum texture;
95 void Debug_glBindBuffer(GLenum target, GLuint buffer)
99 GLenum target;
117 void Debug_glBindFramebuffer(GLenum target, GLuint framebuffer)
121 GLenum target;
138 void Debug_glBindRenderbuffer(GLenum target, GLuint renderbuffer)
142 GLenum target;
159 void Debug_glBindTexture(GLenum target, GLuint texture)
163 GLenum targe
[all...]
H A Dcaller.cpp111 static_cast<GLenum>(cmd.arg0()));
126 static_cast<GLenum>(cmd.arg0()), static_cast<GLuint>(cmd.arg1())
131 static_cast<GLenum>(cmd.arg0()), static_cast<GLuint>(cmd.arg1())
136 static_cast<GLenum>(cmd.arg0()), static_cast<GLuint>(cmd.arg1())
141 static_cast<GLenum>(cmd.arg0()), static_cast<GLuint>(cmd.arg1())
152 static_cast<GLenum>(cmd.arg0()));
156 static_cast<GLenum>(cmd.arg0()), static_cast<GLenum>(cmd.arg1())
161 static_cast<GLenum>(cmd.arg0()), static_cast<GLenum>(cm
[all...]
/frameworks/base/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.cpp116 void _ogles_error(ogles_context_t* c, GLenum error)
122 static bool stencilop_valid(GLenum op) {
135 static void enable_disable(ogles_context_t* c, GLenum cap, int enabled)
225 void glStencilFunc(GLenum func, GLint ref, GLuint mask) {
236 void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass) {
248 void glAlphaFunc(GLenum func, GLclampf ref)
253 void glCullFace(GLenum mode)
267 void glFrontFace(GLenum mod
[all...]
/frameworks/base/opengl/libs/GLES2/
H A Dgl2.cpp84 GLenum status = GL_NO_ERROR; \
119 extern "C" void __glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image);
120 extern "C" void __glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image);
123 void glEGLImageTargetTexture2DOES(GLenum target, GLeglImageOES image)
130 void glEGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image)
/frameworks/base/opengl/tests/include/
H A DglTestLib.h31 void glTestPrintGLString(const char *name, GLenum s);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11Ext.cpp32 GL_API void GL_APIENTRY glMatrixIndexPointerOESBounds(GLint size, GLenum type, GLsizei stride,
34 GL_API void GL_APIENTRY glWeightPointerOESBounds(GLint size, GLenum type, GLsizei stride,
126 /* void glBlendEquationSeparateOES ( GLenum modeRGB, GLenum modeAlpha ) */
131 (GLenum)modeRGB,
132 (GLenum)modeAlpha
136 /* void glBlendFuncSeparateOES ( GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlph
[all...]
H A Dandroid_opengl_GLES10.cpp32 GL_API void GL_APIENTRY glColorPointerBounds(GLint size, GLenum type, GLsizei stride,
34 GL_API void GL_APIENTRY glNormalPointerBounds(GLenum type, GLsizei stride,
36 GL_API void GL_APIENTRY glTexCoordPointerBounds(GLint size, GLenum type,
38 GL_API void GL_APIENTRY glVertexPointerBounds(GLint size, GLenum type,
136 /* void glActiveTexture ( GLenum texture ) */
141 (GLenum)texture
145 /* void glAlphaFunc ( GLenum func, GLclampf ref ) */
150 (GLenum)func,
155 /* void glAlphaFuncx ( GLenum func, GLclampx ref ) */
160 (GLenum)fun
[all...]
H A Dandroid_opengl_GLES11.cpp32 GL_API void GL_APIENTRY glPointSizePointerOESBounds(GLenum type, GLsizei stride,
125 /* void glBindBuffer ( GLenum target, GLuint buffer ) */
130 (GLenum)target,
135 /* void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage ) */
151 (GLenum)target,
154 (GLenum)usage
163 /* void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data ) */
177 (GLenum)target,
189 /* void glClipPlanef ( GLenum plan
[all...]

Completed in 212 milliseconds

1234