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

123456

/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 DGLES31Ext.spec2 void glDebugMessageControlKHR ( GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled )
3 void glDebugMessageInsertKHR ( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf )
5 GLuint glGetDebugMessageLogKHR ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog )
6 void glPushDebugGroupKHR ( GLenum sourc
[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 DGLES30.spec1 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 forma
[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...]
H A DGLES31.spec3 void glDrawArraysIndirect ( GLenum mode, const void *indirect )
4 void glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect )
5 void glFramebufferParameteri ( GLenum target, GLenum pname, GLint param )
6 void glGetFramebufferParameteriv ( GLenum target, GLenum pname, GLint *params )
7 void glGetProgramInterfaceiv ( GLuint program, GLenum programInterface, GLenum pname, GLint *params )
8 GLuint glGetProgramResourceIndex ( GLuint program, GLenum programInterfac
[all...]
/frameworks/base/libs/hwui/
H A DTexture.h38 inline void setWrap(GLenum wrap, bool bindTexture = false, bool force = false,
39 GLenum renderTarget = GL_TEXTURE_2D) {
43 virtual void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false,
44 bool force = false, GLenum renderTarget = GL_TEXTURE_2D);
46 inline void setFilter(GLenum filter, bool bindTexture = false, bool force = false,
47 GLenum renderTarget = GL_TEXTURE_2D) {
51 virtual void setFilterMinMag(GLenum min, GLenum mag, bool bindTexture = false,
52 bool force = false, GLenum renderTarge
[all...]
H A DRenderBuffer.h35 RenderBuffer(GLenum format, uint32_t width, uint32_t height):
57 GLenum getFormat() const {
127 static uint32_t formatSize(GLenum format) {
147 static bool isStencilBuffer(GLenum format) {
160 static const char* formatName(GLenum format) {
181 GLenum mFormat;
H A DPixelBuffer.h66 static PixelBuffer* create(GLenum format, uint32_t width, uint32_t height,
75 GLenum getFormat() const {
168 static uint32_t formatSize(GLenum format) {
185 static uint32_t formatAlphaOffset(GLenum format) {
202 PixelBuffer(GLenum format, uint32_t width, uint32_t height):
206 GLenum mFormat;
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetBufferPointerv.cpp1 /* void glGetBufferPointerv ( GLenum target, GLenum pname, GLvoid** params ) */
7 glGetBufferParameteri64v((GLenum)target, GL_BUFFER_MAP_LENGTH, &_mapLength);
8 glGetBufferPointerv((GLenum)target, (GLenum)pname, &_p);
H A DglGetString.cpp1 /* const GLubyte * glGetString ( GLenum name ) */
3 const char* chars = (const char*) glGetString((GLenum) name);
H A DglGetStringi.cpp1 /* const GLubyte * glGetStringi ( GLenum name, GLuint index ) */
5 const GLubyte* _chars = glGetStringi((GLenum)name, (GLuint)index);
H A DglDebugMessageInsertKHR.cpp1 /* void glDebugMessageInsertKHR ( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf ) */
21 (GLenum)source,
22 (GLenum)type,
24 (GLenum)severity,
/frameworks/native/opengl/include/GLES/
H A Dglext.h565 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
567 typedef void (GL_APIENTRYP PFNGLBLENDEQUATIONSEPARATEOESPROC) (GLenum modeRGB, GLenum modeAlpha);
574 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
576 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/libs/gui/tests/
H A DTextureRenderer.cpp60 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
63 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
66 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
81 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
83 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
87 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
89 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
97 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
100 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
103 ASSERT_EQ(GLenum(GL_NO_ERRO
[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/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/GLES2/
H A Dgl2.h65 typedef unsigned int GLenum; typedef
377 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture);
380 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
381 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);
382 GL_APICALL void GL_APIENTRY glBindRenderbuffer (GLenum target, GLuint renderbuffer);
383 GL_APICALL void GL_APIENTRY glBindTexture (GLenum target, GLuint texture);
385 GL_APICALL void GL_APIENTRY glBlendEquation (GLenum mode);
386 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
387 GL_APICALL void GL_APIENTRY glBlendFunc (GLenum sfacto
[all...]
H A Dgl2ext.h81 typedef void (GL_APIENTRY *GLDEBUGPROCKHR)(GLenum source,GLenum type,GLuint id,GLenum severity,GLsizei length,const GLchar *message,const void *userParam);
122 typedef void (GL_APIENTRYP PFNGLDEBUGMESSAGECONTROLKHRPROC) (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled);
123 typedef void (GL_APIENTRYP PFNGLDEBUGMESSAGEINSERTKHRPROC) (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf);
125 typedef GLuint (GL_APIENTRYP PFNGLGETDEBUGMESSAGELOGKHRPROC) (GLuint count, GLsizei bufSize, GLenum *source
[all...]
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h65 typedef unsigned int GLenum; typedef
377 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture);
380 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
381 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);
382 GL_APICALL void GL_APIENTRY glBindRenderbuffer (GLenum target, GLuint renderbuffer);
383 GL_APICALL void GL_APIENTRY glBindTexture (GLenum target, GLuint texture);
385 GL_APICALL void GL_APIENTRY glBlendEquation (GLenum mode);
386 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
387 GL_APICALL void GL_APIENTRY glBlendFunc (GLenum sfacto
[all...]
H A Dgl31.h65 typedef unsigned int GLenum; typedef
377 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture);
380 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
381 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);
382 GL_APICALL void GL_APIENTRY glBindRenderbuffer (GLenum target, GLuint renderbuffer);
383 GL_APICALL void GL_APIENTRY glBindTexture (GLenum target, GLuint texture);
385 GL_APICALL void GL_APIENTRY glBlendEquation (GLenum mode);
386 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
387 GL_APICALL void GL_APIENTRY glBlendFunc (GLenum sfacto
[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...]

Completed in 195 milliseconds

123456