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

1 2 3 4 5 6 7 8 91011>>

  /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...]
GLEScontext.h 26 typedef std::map<GLenum,GLESpointer*> ArraysMap;
93 GLenum type;
102 void setArr(void* data,unsigned int stride,GLenum type);
103 void allocArr(unsigned int size,GLenum type);
112 std::map<GLenum,ArrayData> m_arrays;
120 GLenum getGLerror();
121 void setGLerror(GLenum err);
124 virtual void setActiveTexture(GLenum tex);
125 unsigned int getBindedTexture(GLenum target);
126 unsigned int getBindedTexture(GLenum unit,GLenum target)
    [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...]
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...]
GLEScmContext.h 37 void setActiveTexture(GLenum tex);
38 void setClientActiveTexture(GLenum tex);
39 GLenum getActiveTexture() { return GL_TEXTURE0 + m_activeTexture;};
40 GLenum getClientActiveTexture() { return GL_TEXTURE0 + m_clientActiveTexture;};
41 void setupArraysPointers(GLESConversionArrays& fArrs,GLint first,GLsizei count,GLenum type,const GLvoid* indices,bool direct);
43 void drawPointsElems(GLESConversionArrays& arrs,GLsizei count,GLenum type,const GLvoid* indices);
44 virtual const GLESpointer* getPointer(GLenum arrType);
47 virtual bool glGetIntegerv(GLenum pname, GLint *params);
48 virtual bool glGetBooleanv(GLenum pname, GLboolean *params);
49 virtual bool glGetFloatv(GLenum pname, GLfloat *params)
    [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...]
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...]
GLES30.spec 1 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 format, GLenum type, GLsizei offset
    [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/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...]
Framebuffer.h 35 void setColorbuffer(GLenum type, GLuint colorbuffer);
36 void setDepthbuffer(GLenum type, GLuint depthbuffer);
37 void setStencilbuffer(GLenum type, GLuint stencilbuffer);
53 GLenum getColorbufferType();
54 GLenum getDepthbufferType();
55 GLenum getStencilbufferType();
65 virtual GLenum completeness();
68 GLenum mColorbufferType;
71 GLenum mDepthbufferType;
74 GLenum mStencilbufferType
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoderUtils.h 20 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack);
gl_client_proc.h 12 typedef void (gl_APIENTRY *glAlphaFunc_client_proc_t) (void * ctx, GLenum, GLclampf);
15 typedef void (gl_APIENTRY *glClipPlanef_client_proc_t) (void * ctx, GLenum, const GLfloat*);
18 typedef void (gl_APIENTRY *glFogf_client_proc_t) (void * ctx, GLenum, GLfloat);
19 typedef void (gl_APIENTRY *glFogfv_client_proc_t) (void * ctx, GLenum, const GLfloat*);
21 typedef void (gl_APIENTRY *glGetClipPlanef_client_proc_t) (void * ctx, GLenum, GLfloat*);
22 typedef void (gl_APIENTRY *glGetFloatv_client_proc_t) (void * ctx, GLenum, GLfloat*);
23 typedef void (gl_APIENTRY *glGetLightfv_client_proc_t) (void * ctx, GLenum, GLenum, GLfloat*);
24 typedef void (gl_APIENTRY *glGetMaterialfv_client_proc_t) (void * ctx, GLenum, GLenum, GLfloat*)
    [all...]
GLEncoder.h 34 size_t pixelDataSize(GLsizei width, GLsizei height, GLenum format, GLenum type, int pack);
39 virtual void setError(GLenum error){ m_error = error; };
40 virtual GLenum getError() { return m_error; };
42 void override2DTextureTarget(GLenum target);
50 GLenum m_error;
102 static GLenum s_glGetError(void * self);
103 static void s_glGetIntegerv(void *self, GLenum pname, GLint *ptr);
104 static void s_glGetBooleanv(void *self, GLenum pname, GLboolean *ptr);
105 static void s_glGetFloatv(void *self, GLenum pname, GLfloat *ptr)
    [all...]
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...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2EncoderUtils.h 20 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack);
21 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack);
22 GLenum uniformType(void * self, GLuint program, GLint location);
gl2_client_proc.h 12 typedef void (gl2_APIENTRY *glActiveTexture_client_proc_t) (void * ctx, GLenum);
15 typedef void (gl2_APIENTRY *glBindBuffer_client_proc_t) (void * ctx, GLenum, GLuint);
16 typedef void (gl2_APIENTRY *glBindFramebuffer_client_proc_t) (void * ctx, GLenum, GLuint);
17 typedef void (gl2_APIENTRY *glBindRenderbuffer_client_proc_t) (void * ctx, GLenum, GLuint);
18 typedef void (gl2_APIENTRY *glBindTexture_client_proc_t) (void * ctx, GLenum, GLuint);
20 typedef void (gl2_APIENTRY *glBlendEquation_client_proc_t) (void * ctx, GLenum);
21 typedef void (gl2_APIENTRY *glBlendEquationSeparate_client_proc_t) (void * ctx, GLenum, GLenum);
22 typedef void (gl2_APIENTRY *glBlendFunc_client_proc_t) (void * ctx, GLenum, GLenum);
    [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);
  /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...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 239 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
241 typedef void (GL_APIENTRYP PFNGLBLENDEQUATIONSEPARATEOESPROC) (GLenum modeRGB, GLenum modeAlpha);
248 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
250 typedef void (GL_APIENTRYP PFNGLBLENDFUNCSEPARATEOESPROC) (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 239 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha);
241 typedef void (GL_APIENTRYP PFNGLBLENDEQUATIONSEPARATEOESPROC) (GLenum modeRGB, GLenum modeAlpha);
248 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
250 typedef void (GL_APIENTRYP PFNGLBLENDFUNCSEPARATEOESPROC) (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
    [all...]

Completed in 2197 milliseconds

1 2 3 4 5 6 7 8 91011>>