HomeSort by relevance Sort by last modified time
    Searched full:glenum (Results 1 - 25 of 508) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/native/opengl/tools/glgen/specs/jsr239/
glspec-1.1 1 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 pname, GLboolean *params )
    [all...]
glspec-1.0 1 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 internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data (…)
    [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_proc.h 23 typedef void (* glAlphaFunc_t) (GLenum, GLclampf);
26 typedef void (* glClipPlanef_t) (GLenum, const GLfloat*);
29 typedef void (* glFogf_t) (GLenum, GLfloat);
30 typedef void (* glFogfv_t) (GLenum, const GLfloat*);
32 typedef void (* glGetClipPlanef_t) (GLenum, GLfloat*);
33 typedef void (* glGetFloatv_t) (GLenum, GLfloat*);
34 typedef void (* glGetLightfv_t) (GLenum, GLenum, GLfloat*);
35 typedef void (* glGetMaterialfv_t) (GLenum, GLenum, GLfloat*)
    [all...]
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 1 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 pname, GLboolean *params
    [all...]
GLES11Ext.spec 1 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 func, GLclampx ref
    [all...]
GLES10.spec 1 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 internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data (…)
    [all...]
GLES20.spec 1 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 dfactor
    [all...]
  /sdk/emulator/opengl/host/libs/GLESv1_dec/
gl.in 1 GL_ENTRY(void, glAlphaFunc, GLenum func, GLclampf ref)
4 GL_ENTRY(void, glClipPlanef, GLenum plane, const GLfloat *equation)
7 GL_ENTRY(void, glFogf, GLenum pname, GLfloat param)
8 GL_ENTRY(void, glFogfv, GLenum pname, const GLfloat *params)
10 GL_ENTRY(void, glGetClipPlanef, GLenum pname, GLfloat* eqn)
11 GL_ENTRY(void, glGetFloatv, GLenum pname, GLfloat *params)
12 GL_ENTRY(void, glGetLightfv, GLenum light, GLenum pname, GLfloat *params)
13 GL_ENTRY(void, glGetMaterialfv, GLenum face, GLenum pname, GLfloat *params
    [all...]
gl.addon 1 GL_ENTRY(void, glVertexPointerOffset, GLint size, GLenum type, GLsizei stride, GLuint offset)
2 GL_ENTRY(void, glColorPointerOffset, GLint size, GLenum type, GLsizei stride, GLuint offset)
3 GL_ENTRY(void, glNormalPointerOffset, GLenum type, GLsizei stride, GLuint offset)
4 GL_ENTRY(void, glPointSizePointerOffset, GLenum type, GLsizei stride, GLuint offset)
5 GL_ENTRY(void, glTexCoordPointerOffset, GLint size, GLenum type, GLsizei stride, GLuint offset)
7 GL_ENTRY(void, glVertexPointerData, GLint size, GLenum type, GLsizei stride, void * data, GLuint datalen)
8 GL_ENTRY(void, glColorPointerData, GLint size, GLenum type, GLsizei stride, void * data, GLuint datalen)
9 GL_ENTRY(void, glNormalPointerData, GLenum type, GLsizei stride, void * data, GLuint datalen)
10 GL_ENTRY(void, glTexCoordPointerData, GLint size, GLenum type, GLsizei stride, void * data, GLuint datalen)
11 GL_ENTRY(void, glPointSizePointerData, GLenum type, GLsizei stride, void * data, GLuint datalen
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.h 22 int UniformComponentCount(GLenum type);
23 GLenum UniformComponentType(GLenum type);
24 size_t UniformTypeSize(GLenum type);
25 int VariableRowCount(GLenum type);
26 int VariableColumnCount(GLenum type);
30 int ComputePixelSize(GLenum format, GLenum type);
31 GLsizei ComputePitch(GLsizei width, GLenum format, GLenum type, GLint alignment)
    [all...]
  /sdk/emulator/opengl/host/libs/libOpenglRender/
gl_proc.h 23 typedef void (GL_APIENTRY *glAlphaFunc_t) (GLenum, GLclampf);
26 typedef void (GL_APIENTRY *glClipPlanef_t) (GLenum, const GLfloat*);
29 typedef void (GL_APIENTRY *glFogf_t) (GLenum, GLfloat);
30 typedef void (GL_APIENTRY *glFogfv_t) (GLenum, const GLfloat*);
32 typedef void (GL_APIENTRY *glGetClipPlanef_t) (GLenum, GLfloat);
33 typedef void (GL_APIENTRY *glGetFloatv_t) (GLenum, GLfloat*);
34 typedef void (GL_APIENTRY *glGetLightfv_t) (GLenum, GLenum, GLfloat*);
35 typedef void (GL_APIENTRY *glGetMaterialfv_t) (GLenum, GLenum, GLfloat*)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.h 23 static bool blendSrc(GLenum s);
24 static bool blendDst(GLenum d);
25 static bool lightEnum(GLenum e,unsigned int maxLIghts);
26 static bool clipPlaneEnum(GLenum e,unsigned int maxClipPlanes);
27 static bool alphaFunc(GLenum f);
30 static bool supportedArrays(GLenum arr);
31 static bool hintTargetMode(GLenum target,GLenum mode);
32 static bool capability(GLenum cap,int maxLights,int maxClipPlanes);
33 static bool texParams(GLenum target,GLenum pname)
    [all...]
GLDispatch.h 34 void (GLAPIENTRY *glActiveTexture) ( GLenum texture );
35 void (GLAPIENTRY *glAlphaFunc) (GLenum func, GLclampf ref);
36 void (GLAPIENTRY *glBegin)( GLenum mode );
37 void (GLAPIENTRY *glBindBuffer) (GLenum target, GLuint buffer);
38 void (GLAPIENTRY *glBindTexture) (GLenum target, GLuint texture);
39 void (GLAPIENTRY *glBlendFunc) (GLenum sfactor, GLenum dfactor);
40 void (GLAPIENTRY *glBufferData) (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage);
41 void (GLAPIENTRY *glBufferSubData) (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
entries.in 9 void, glActiveTexture, GLenum texture
10 void, glAlphaFunc, GLenum func, GLclampf ref
11 void, glAlphaFuncQCOM, GLenum func, GLclampf ref
12 void, glAlphaFuncx, GLenum func, GLclampx ref
13 void, glAlphaFuncxOES, GLenum func, GLclampx ref
16 void, glBeginQueryEXT, GLenum target, GLuint id
18 void, glBindBuffer, GLenum target, GLuint buffer
19 void, glBindFramebuffer, GLenum target, GLuint framebuffer
20 void, glBindFramebufferOES, GLenum target, GLuint framebuffer
22 void, glBindRenderbuffer, GLenum target, GLuint renderbuffe
    [all...]
  /frameworks/native/opengl/libs/
trace.in 2 TRACE_GL_VOID(glActiveTexture, (GLenum texture), (texture), 1, "GLenum", texture)
3 TRACE_GL_VOID(glAlphaFunc, (GLenum func, GLclampf ref), (func, ref), 2, "GLenum", func, "GLclampf", ref)
4 TRACE_GL_VOID(glAlphaFuncQCOM, (GLenum func, GLclampf ref), (func, ref), 2, "GLenum", func, "GLclampf", ref)
5 TRACE_GL_VOID(glAlphaFuncx, (GLenum func, GLclampx ref), (func, ref), 2, "GLenum", func, "GLclampx", ref)
6 TRACE_GL_VOID(glAlphaFuncxOES, (GLenum func, GLclampx ref), (func, ref), 2, "GLenum", func, "GLclampx", ref
    [all...]
entries.in 2 GL_ENTRY(void, glActiveTexture, GLenum texture)
3 GL_ENTRY(void, glAlphaFunc, GLenum func, GLclampf ref)
4 GL_ENTRY(void, glAlphaFuncQCOM, GLenum func, GLclampf ref)
5 GL_ENTRY(void, glAlphaFuncx, GLenum func, GLclampx ref)
6 GL_ENTRY(void, glAlphaFuncxOES, GLenum func, GLclampx ref)
9 GL_ENTRY(void, glBeginQuery, GLenum target, GLuint id)
10 GL_ENTRY(void, glBeginQueryEXT, GLenum target, GLuint id)
11 GL_ENTRY(void, glBeginTransformFeedback, GLenum primitiveMode)
13 GL_ENTRY(void, glBindBuffer, GLenum target, GLuint buffer)
14 GL_ENTRY(void, glBindBufferBase, GLenum target, GLuint index, GLuint buffer
    [all...]
debug.in 2 TRACE_GL_VOID(glAlphaFunc, (GLenum func, GLclampf ref), (func, ref), 2, "GLenum", func, "GLclampf", ref)
3 TRACE_GL_VOID(glAlphaFuncx, (GLenum func, GLclampx ref), (func, ref), 2, "GLenum", func, "GLclampx", ref)
4 TRACE_GL_VOID(glAlphaFuncxOES, (GLenum func, GLclampx ref), (func, ref), 2, "GLenum", func, "GLclampx", ref)
6 TRACE_GL_VOID(glBindFramebufferOES, (GLenum target, GLuint framebuffer), (target, framebuffer), 2, "GLenum", target, "GLuint", framebuffer)
7 TRACE_GL_VOID(glBindRenderbufferOES, (GLenum target, GLuint renderbuffer), (target, renderbuffer), 2, "GLenum", target, "GLuint", renderbuffer
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_api.h 24 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 dfactor)
    [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetBufferPointerv.cpp 1 /* void glGetBufferPointerv ( GLenum target, GLenum pname, GLvoid** params ) */
7 glGetBufferParameteri64v((GLenum)target, GL_BUFFER_MAP_LENGTH, &_mapLength);
8 glGetBufferPointerv((GLenum)target, (GLenum)pname, &_p);
glGetBufferPointerv.java 1 // C function void glGetBufferPointerv ( GLenum target, GLenum pname, GLvoid** params )
  /device/generic/goldfish/opengl/system/egl/
ClientAPIExts.in 9 (GLenum target, GLeglImageOES image),
13 (GLenum target, GLeglImageOES image),
17 (GLenum modeRGB, GLenum modeAlpha),
21 (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha),
25 (GLenum mode),
37 (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.in 9 (GLenum target, GLeglImageOES image),
13 (GLenum target, GLeglImageOES image),
17 (GLenum modeRGB, GLenum modeAlpha),
21 (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha),
25 (GLenum mode),
37 (GLint size, GLenum type, GLsizei stride, const GLvoid * pointer)
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_entry.cpp 9 void glAlphaFunc(GLenum func, GLclampf ref);
12 void glClipPlanef(GLenum plane, const GLfloat* equation);
15 void glFogf(GLenum pname, GLfloat param);
16 void glFogfv(GLenum pname, const GLfloat* params);
18 void glGetClipPlanef(GLenum pname, GLfloat* eqn);
19 void glGetFloatv(GLenum pname, GLfloat* params);
20 void glGetLightfv(GLenum light, GLenum pname, GLfloat* params);
21 void glGetMaterialfv(GLenum face, GLenum pname, GLfloat* params)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
DummyGLfuncs.cpp 19 void GLAPIENTRY dummy_glActiveTexture ( GLenum texture ){}
20 void GLAPIENTRY dummy_glBindBuffer (GLenum target, GLuint buffer){}
21 void GLAPIENTRY dummy_glBindTexture (GLenum target, GLuint texture){}
22 void GLAPIENTRY dummy_glBlendFunc (GLenum sfactor, GLenum dfactor){}
23 void GLAPIENTRY dummy_glBlendEquation( GLenum mode ){}
24 void GLAPIENTRY dummy_glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha){}
25 void GLAPIENTRY dummy_glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha){
    [all...]
DummyGLfuncs.h 26 void GLAPIENTRY dummy_glActiveTexture ( GLenum texture );
27 void GLAPIENTRY dummy_glBindBuffer (GLenum target, GLuint buffer);
28 void GLAPIENTRY dummy_glBindTexture (GLenum target, GLuint texture);
29 void GLAPIENTRY dummy_glBlendFunc (GLenum sfactor, GLenum dfactor);
30 void GLAPIENTRY dummy_glBlendEquation( GLenum mode );
31 void GLAPIENTRY dummy_glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha);
32 void GLAPIENTRY dummy_glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
    [all...]

Completed in 1263 milliseconds

1 2 3 4 5 6 7 8 91011>>