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

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/mesa/main/
es1_conversion.h 2 _es_AlphaFuncx(GLenum func, GLclampx ref);
11 _es_ClipPlanef(GLenum plane, const GLfloat *equation);
14 _es_ClipPlanex(GLenum plane, const GLfixed *equation);
32 _es_Fogx(GLenum pname, GLfixed param);
35 _es_Fogxv(GLenum pname, const GLfixed *params);
46 _es_GetClipPlanef(GLenum plane, GLfloat *equation);
49 _es_GetClipPlanex(GLenum plane, GLfixed *equation);
52 _es_GetLightxv(GLenum light, GLenum pname, GLfixed *params);
55 _es_GetMaterialxv(GLenum face, GLenum pname, GLfixed *params)
    [all...]
teximage.h 44 _mesa_is_cube_face(GLenum target)
67 _mesa_is_proxy_texture(GLenum target);
69 extern GLenum
70 _mesa_get_proxy_target(GLenum target);
85 GLint border, GLenum internalFormat,
92 GLenum target, GLint level,
93 GLenum internalFormat, GLenum format, GLenum type);
108 GLenum target)
    [all...]
api_validate.h 40 _mesa_max_buffer_index(struct gl_context *ctx, GLuint count, GLenum type,
46 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode, const char *name);
51 GLenum mode, GLint start, GLsizei count);
55 GLenum mode, GLsizei count, GLenum type,
60 GLenum mode, const GLsizei *count,
61 GLenum type, const GLvoid * const *indices,
65 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode,
67 GLsizei count, GLenum type,
72 _mesa_validate_DrawArraysInstanced(struct gl_context *ctx, GLenum mode, GLint first
    [all...]
clip.h 42 _mesa_ClipPlane( GLenum plane, const GLdouble *equation );
45 _mesa_GetClipPlane( GLenum plane, GLdouble *equation );
hint.h 47 _mesa_Hint( GLenum target, GLenum mode );
pack.h 55 GLenum dstFormat, GLenum dstType, GLvoid *dstAddr,
62 GLuint n, GLenum dstFormat, GLubyte dest[],
63 GLenum srcFormat, GLenum srcType,
71 GLuint n, GLenum dstFormat, GLfloat dest[],
72 GLenum srcFormat, GLenum srcType,
79 GLuint n, GLenum dstFormat, GLuint *dest,
80 GLenum srcFormat, GLenum srcType
    [all...]
pixelstore.h 41 _mesa_PixelStorei( GLenum pname, GLint param );
45 _mesa_PixelStoref( GLenum pname, GLfloat param );
fog.h 49 _mesa_Fogf(GLenum pname, GLfloat param);
52 _mesa_Fogi(GLenum pname, GLint param );
55 _mesa_Fogfv(GLenum pname, const GLfloat *params );
58 _mesa_Fogiv(GLenum pname, const GLint *params );
points.h 44 _mesa_PointParameteri( GLenum pname, GLint param );
47 _mesa_PointParameteriv( GLenum pname, const GLint *params );
50 _mesa_PointParameterf( GLenum pname, GLfloat param );
53 _mesa_PointParameterfv( GLenum pname, const GLfloat *params );
  /frameworks/native/opengl/tools/glgen/specs/gles11/
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...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_enc.h 24 void glAlphaFunc_enc(void *self , GLenum func, GLclampf ref);
27 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation);
30 void glFogf_enc(void *self , GLenum pname, GLfloat param);
31 void glFogfv_enc(void *self , GLenum pname, const GLfloat* params);
33 void glGetClipPlanef_enc(void *self , GLenum pname, GLfloat* eqn);
34 void glGetFloatv_enc(void *self , GLenum pname, GLfloat* params);
35 void glGetLightfv_enc(void *self , GLenum light, GLenum pname, GLfloat* params);
36 void glGetMaterialfv_enc(void *self , GLenum face, GLenum pname, GLfloat* params)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.h 44 _mesa_is_cube_face(GLenum target)
67 _mesa_is_proxy_texture(GLenum target);
69 extern GLenum
70 _mesa_get_proxy_target(GLenum target);
85 GLint border, GLenum internalFormat,
92 GLenum target, GLint level,
93 GLenum internalFormat, GLenum format, GLenum type);
108 GLenum target)
    [all...]
api_validate.h 40 _mesa_max_buffer_index(struct gl_context *ctx, GLuint count, GLenum type,
46 _mesa_valid_prim_mode(struct gl_context *ctx, GLenum mode, const char *name);
51 GLenum mode, GLint start, GLsizei count);
55 GLenum mode, GLsizei count, GLenum type,
60 GLenum mode, const GLsizei *count,
61 GLenum type, const GLvoid * const *indices,
65 _mesa_validate_DrawRangeElements(struct gl_context *ctx, GLenum mode,
67 GLsizei count, GLenum type,
72 _mesa_validate_DrawArraysInstanced(struct gl_context *ctx, GLenum mode, GLint first
    [all...]
clip.h 42 _mesa_ClipPlane( GLenum plane, const GLdouble *equation );
45 _mesa_GetClipPlane( GLenum plane, GLdouble *equation );
hint.h 47 _mesa_Hint( GLenum target, GLenum mode );
pack.h 55 GLenum dstFormat, GLenum dstType, GLvoid *dstAddr,
62 GLuint n, GLenum dstFormat, GLubyte dest[],
63 GLenum srcFormat, GLenum srcType,
71 GLuint n, GLenum dstFormat, GLfloat dest[],
72 GLenum srcFormat, GLenum srcType,
79 GLuint n, GLenum dstFormat, GLuint *dest,
80 GLenum srcFormat, GLenum srcType
    [all...]
pixelstore.h 41 _mesa_PixelStorei( GLenum pname, GLint param );
45 _mesa_PixelStoref( GLenum pname, GLfloat param );
fog.h 49 _mesa_Fogf(GLenum pname, GLfloat param);
52 _mesa_Fogi(GLenum pname, GLint param );
55 _mesa_Fogfv(GLenum pname, const GLfloat *params );
58 _mesa_Fogiv(GLenum pname, const GLint *params );
points.h 44 _mesa_PointParameteri( GLenum pname, GLint param );
47 _mesa_PointParameteriv( GLenum pname, const GLint *params );
50 _mesa_PointParameterf( GLenum pname, GLfloat param );
53 _mesa_PointParameterfv( GLenum pname, const GLfloat *params );
texstore.h 59 GLenum baseInternalFormat, \
64 GLenum srcFormat, GLenum srcType, \
75 GLenum logicalBaseFormat,
76 GLenum textureBaseFormat,
78 GLenum srcFormat, GLenum srcType,
84 GLenum logicalBaseFormat,
85 GLenum textureBaseFormat,
87 GLenum srcFormat, GLenum srcType
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES2.h 17 bool ValidateES2TexImageParameters(gl::Context *context, GLenum target, GLint level, GLenum internalformat, bool isCompressed, bool isSubImage,
19 GLint border, GLenum format, GLenum type, const GLvoid *pixels);
21 bool ValidateES2CopyTexImageParameters(gl::Context* context, GLenum target, GLint level, GLenum internalformat, bool isSubImage,
25 bool ValidateES2TexStorageParameters(gl::Context *context, GLenum target, GLsizei levels, GLenum internalformat,
28 bool ValidateES2FramebufferTextureParameters(gl::Context *context, GLenum target, GLenum attachment
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 116 void activeTexture(GLenum texture);
119 void bindBuffer(GLenum target, WebGLBuffer*);
120 void bindFramebuffer(GLenum target, WebGLFramebuffer*);
121 void bindRenderbuffer(GLenum target, WebGLRenderbuffer*);
122 void bindTexture(GLenum target, WebGLTexture*);
124 void blendEquation(GLenum mode);
125 void blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha);
126 void blendFunc(GLenum sfactor, GLenum dfactor)
    [all...]
WebGLShader.h 40 static PassRefPtr<WebGLShader> create(WebGLRenderingContextBase*, GLenum);
42 GLenum type() const { return m_type; }
48 WebGLShader(WebGLRenderingContextBase*, GLenum);
54 GLenum m_type;
  /external/chromium_org/gpu/command_buffer/service/
texture_definition.h 29 virtual void BindToTexture(GLenum target) = 0;
47 TextureDefinition(GLenum target,
66 LevelInfo(GLenum target,
67 GLenum internal_format,
72 GLenum format,
73 GLenum type,
77 GLenum target;
78 GLenum internal_format;
83 GLenum format;
84 GLenum type
    [all...]
  /external/chromium_org/ppapi/c/dev/
ppb_gles_chromium_texture_mapping_dev.h 37 GLenum target,
43 GLenum format,
44 GLenum type,
45 GLenum access);

Completed in 1195 milliseconds

1 2 34 5 6 7 8 91011>>