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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_autogen.h 12 ValueValidator<GLenum> attachment;
13 ValueValidator<GLenum> backbuffer_attachment;
14 ValueValidator<GLenum> blit_filter;
15 ValueValidator<GLenum> buffer_parameter;
16 ValueValidator<GLenum> buffer_target;
17 ValueValidator<GLenum> buffer_usage;
18 ValueValidator<GLenum> capability;
19 ValueValidator<GLenum> cmp_function;
20 ValueValidator<GLenum> compressed_texture_format;
21 ValueValidator<GLenum> draw_mode
    [all...]
  /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...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
utilities.h 23 int UniformComponentCount(GLenum type);
24 GLenum UniformComponentType(GLenum type);
25 size_t UniformInternalSize(GLenum type);
26 size_t UniformExternalSize(GLenum type);
27 int VariableRowCount(GLenum type);
28 int VariableColumnCount(GLenum type);
35 GLsizei ComputeCompressedPitch(GLsizei width, GLenum format);
36 GLsizei ComputeCompressedSize(GLsizei width, GLsizei height, GLenum format);
37 GLsizei ComputeTypeSize(GLenum type)
    [all...]
angletypes.h 49 GLenum cullMode;
50 GLenum frontFace;
63 GLenum sourceBlendRGB;
64 GLenum destBlendRGB;
65 GLenum sourceBlendAlpha;
66 GLenum destBlendAlpha;
67 GLenum blendEquationRGB;
68 GLenum blendEquationAlpha;
83 GLenum depthFunc;
87 GLenum stencilFunc
    [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/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 26 typedef unsigned long GLenum;
46 const GLenum DEPTH_BUFFER_BIT = 0x00000100;
47 const GLenum STENCIL_BUFFER_BIT = 0x00000400;
48 const GLenum COLOR_BUFFER_BIT = 0x00004000;
51 const GLenum POINTS = 0x0000;
52 const GLenum LINES = 0x0001;
53 const GLenum LINE_LOOP = 0x0002;
54 const GLenum LINE_STRIP = 0x0003;
55 const GLenum TRIANGLES = 0x0004;
56 const GLenum TRIANGLE_STRIP = 0x0005
    [all...]
WebGLDrawBuffers.idl 26 typedef unsigned long GLenum;
32 const GLenum COLOR_ATTACHMENT0_WEBGL = 0x8CE0;
33 const GLenum COLOR_ATTACHMENT1_WEBGL = 0x8CE1;
34 const GLenum COLOR_ATTACHMENT2_WEBGL = 0x8CE2;
35 const GLenum COLOR_ATTACHMENT3_WEBGL = 0x8CE3;
36 const GLenum COLOR_ATTACHMENT4_WEBGL = 0x8CE4;
37 const GLenum COLOR_ATTACHMENT5_WEBGL = 0x8CE5;
38 const GLenum COLOR_ATTACHMENT6_WEBGL = 0x8CE6;
39 const GLenum COLOR_ATTACHMENT7_WEBGL = 0x8CE7;
40 const GLenum COLOR_ATTACHMENT8_WEBGL = 0x8CE8
    [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...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
glformats.h 38 _mesa_type_is_packed(GLenum type);
41 _mesa_sizeof_type( GLenum type );
44 _mesa_sizeof_packed_type( GLenum type );
47 _mesa_components_in_format( GLenum format );
50 _mesa_bytes_per_pixel( GLenum format, GLenum type );
53 _mesa_is_type_integer(GLenum type);
56 _mesa_is_type_unsigned(GLenum type);
59 _mesa_is_enum_format_integer(GLenum format);
62 _mesa_is_enum_format_or_type_integer(GLenum format, GLenum type)
    [all...]
  /external/mesa3d/src/mesa/main/
glformats.h 38 _mesa_type_is_packed(GLenum type);
41 _mesa_sizeof_type( GLenum type );
44 _mesa_sizeof_packed_type( GLenum type );
47 _mesa_components_in_format( GLenum format );
50 _mesa_bytes_per_pixel( GLenum format, GLenum type );
53 _mesa_is_type_integer(GLenum type);
56 _mesa_is_type_unsigned(GLenum type);
59 _mesa_is_enum_format_integer(GLenum format);
62 _mesa_is_enum_format_or_type_integer(GLenum format, GLenum type)
    [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...]
  /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, glBeginQuery, GLenum target, GLuint id
17 void, glBeginQueryEXT, GLenum target, GLuint id
18 void, glBeginTransformFeedback, GLenum primitiveMode
20 void, glBindBuffer, GLenum target, GLuint buffer
21 void, glBindBufferBase, GLenum target, GLuint index, GLuint buffe
    [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);

Completed in 812 milliseconds

1 2 3 4 5 6 7 8 91011>>