HomeSort by relevance Sort by last modified time
    Searched refs:GLenum (Results 1 - 25 of 1810) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
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...]
OESTextureHalfFloat.idl 26 typedef unsigned long GLenum;
32 const GLenum HALF_FLOAT_OES = 0x8D61;
WebGLFramebuffer.h 48 virtual GLenum format() const = 0;
53 virtual GLenum type() const = 0;
58 virtual void attach(blink::WebGraphicsContext3D*, GLenum attachment) = 0;
59 virtual void unattach(blink::WebGraphicsContext3D*, GLenum attachment) = 0;
69 void setAttachmentForBoundFramebuffer(GLenum attachment, GLenum texTarget, WebGLTexture*, GLint level);
70 void setAttachmentForBoundFramebuffer(GLenum attachment, WebGLRenderbuffer*);
74 void removeAttachmentFromBoundFramebuffer(GLenum);
75 WebGLSharedObject* getAttachmentObject(GLenum) const;
77 GLenum colorBufferFormat() const
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_autogen.h 14 ValueValidator<GLenum> attachment;
15 ValueValidator<GLenum> backbuffer_attachment;
16 ValueValidator<GLenum> blit_filter;
17 ValueValidator<GLenum> buffer_parameter;
18 ValueValidator<GLenum> buffer_target;
19 ValueValidator<GLenum> buffer_usage;
20 ValueValidator<GLenum> capability;
21 ValueValidator<GLenum> cmp_function;
22 ValueValidator<GLenum> compressed_texture_format;
23 ValueValidator<GLenum> draw_mode
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESvalidate.h 23 static bool textureEnum(GLenum e,unsigned int maxTex);
24 static bool pixelType(GLEScontext * ctx,GLenum type);
25 static bool pixelOp(GLenum format,GLenum type);
26 static bool pixelFrmt(GLEScontext* ctx , GLenum format);
27 static bool bufferTarget(GLenum target);
28 static bool bufferParam(GLenum param);
29 static bool drawMode(GLenum mode);
30 static bool drawType(GLenum mode);
31 static bool textureTarget(GLenum target)
    [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...]
texenv.h 34 _mesa_GetTexEnvfv( GLenum target, GLenum pname, GLfloat *params );
37 _mesa_GetTexEnviv( GLenum target, GLenum pname, GLint *params );
40 _mesa_TexEnvf( GLenum target, GLenum pname, GLfloat param );
43 _mesa_TexEnvfv( GLenum target, GLenum pname, const GLfloat *param );
46 _mesa_TexEnvi( GLenum target, GLenum pname, GLint param )
    [all...]
texcompress_cpal.h 32 _mesa_cpal_compressed_teximage2d(GLenum target, GLint level,
33 GLenum internalFormat,
38 _mesa_cpal_compressed_size(int level, GLenum internalFormat,
42 _mesa_cpal_compressed_format_type(GLenum internalFormat, GLenum *format,
43 GLenum *type);
texparam.h 34 _mesa_GetTexLevelParameterfv( GLenum target, GLint level,
35 GLenum pname, GLfloat *params );
38 _mesa_GetTexLevelParameteriv( GLenum target, GLint level,
39 GLenum pname, GLint *params );
42 _mesa_GetTexParameterfv( GLenum target, GLenum pname, GLfloat *params );
45 _mesa_GetTexParameteriv( GLenum target, GLenum pname, GLint *params );
48 _mesa_GetTexParameterIiv(GLenum target, GLenum pname, GLint *params)
    [all...]
blend.h 42 _mesa_BlendFunc( GLenum sfactor, GLenum dfactor );
46 _mesa_BlendFuncSeparateEXT( GLenum sfactorRGB, GLenum dfactorRGB,
47 GLenum sfactorA, GLenum dfactorA );
51 _mesa_BlendFunci(GLuint buf, GLenum sfactor, GLenum dfactor);
55 _mesa_BlendFuncSeparatei(GLuint buf, GLenum sfactorRGB, GLenum dfactorRGB
    [all...]
colortab.h 39 _mesa_ColorTable( GLenum target, GLenum internalformat,
40 GLsizei width, GLenum format, GLenum type,
44 _mesa_ColorSubTable( GLenum target, GLsizei start,
45 GLsizei count, GLenum format, GLenum type,
54 _mesa_ColorTable( GLenum target, GLenum internalformat,
55 GLsizei width, GLenum format, GLenum type
    [all...]
stencil.h 44 _mesa_StencilFunc( GLenum func, GLint ref, GLuint mask );
52 _mesa_StencilOp( GLenum fail, GLenum zfail, GLenum zpass );
56 _mesa_ActiveStencilFaceEXT(GLenum face);
60 _mesa_StencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass);
64 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask)
    [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...]
texenv.h 34 _mesa_GetTexEnvfv( GLenum target, GLenum pname, GLfloat *params );
37 _mesa_GetTexEnviv( GLenum target, GLenum pname, GLint *params );
40 _mesa_TexEnvf( GLenum target, GLenum pname, GLfloat param );
43 _mesa_TexEnvfv( GLenum target, GLenum pname, const GLfloat *param );
46 _mesa_TexEnvi( GLenum target, GLenum pname, GLint param )
    [all...]
texcompress_cpal.h 32 _mesa_cpal_compressed_teximage2d(GLenum target, GLint level,
33 GLenum internalFormat,
38 _mesa_cpal_compressed_size(int level, GLenum internalFormat,
42 _mesa_cpal_compressed_format_type(GLenum internalFormat, GLenum *format,
43 GLenum *type);
texparam.h 34 _mesa_GetTexLevelParameterfv( GLenum target, GLint level,
35 GLenum pname, GLfloat *params );
38 _mesa_GetTexLevelParameteriv( GLenum target, GLint level,
39 GLenum pname, GLint *params );
42 _mesa_GetTexParameterfv( GLenum target, GLenum pname, GLfloat *params );
45 _mesa_GetTexParameteriv( GLenum target, GLenum pname, GLint *params );
48 _mesa_GetTexParameterIiv(GLenum target, GLenum pname, GLint *params)
    [all...]
blend.h 42 _mesa_BlendFunc( GLenum sfactor, GLenum dfactor );
46 _mesa_BlendFuncSeparateEXT( GLenum sfactorRGB, GLenum dfactorRGB,
47 GLenum sfactorA, GLenum dfactorA );
51 _mesa_BlendFunci(GLuint buf, GLenum sfactor, GLenum dfactor);
55 _mesa_BlendFuncSeparatei(GLuint buf, GLenum sfactorRGB, GLenum dfactorRGB
    [all...]
colortab.h 39 _mesa_ColorTable( GLenum target, GLenum internalformat,
40 GLsizei width, GLenum format, GLenum type,
44 _mesa_ColorSubTable( GLenum target, GLsizei start,
45 GLsizei count, GLenum format, GLenum type,
54 _mesa_ColorTable( GLenum target, GLenum internalformat,
55 GLsizei width, GLenum format, GLenum type
    [all...]
stencil.h 44 _mesa_StencilFunc( GLenum func, GLint ref, GLuint mask );
52 _mesa_StencilOp( GLenum fail, GLenum zfail, GLenum zpass );
56 _mesa_ActiveStencilFaceEXT(GLenum face);
60 _mesa_StencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass);
64 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask)
    [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...]
  /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...]
  /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...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.h 25 static bool blendEquationMode(GLenum mode);
26 static bool blendSrc(GLenum s);
27 static bool blendDst(GLenum d);
28 static bool textureParams(GLenum param);
29 static bool hintTargetMode(GLenum target,GLenum mode);
30 static bool capability(GLenum cap);
31 static bool pixelStoreParam(GLenum param);
32 static bool readPixelFrmt(GLenum format);
33 static bool shaderType(GLenum type)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Sampler.h 24 void setMinFilter(GLenum minFilter) { mMinFilter = minFilter; }
25 void setMagFilter(GLenum magFilter) { mMagFilter = magFilter; }
26 void setWrapS(GLenum wrapS) { mWrapS = wrapS; }
27 void setWrapT(GLenum wrapT) { mWrapT = wrapT; }
28 void setWrapR(GLenum wrapR) { mWrapR = wrapR; }
31 void setComparisonMode(GLenum comparisonMode) { mComparisonMode = comparisonMode; }
32 void setComparisonFunc(GLenum comparisonFunc) { mComparisonFunc = comparisonFunc; }
34 GLenum getMinFilter() const { return mMinFilter; }
35 GLenum getMagFilter() const { return mMagFilter; }
36 GLenum getWrapS() const { return mWrapS;
    [all...]

Completed in 710 milliseconds

1 2 3 4 5 6 7 8 91011>>