/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/GLES2/ |
gl2.h | 23 typedef unsigned int GLenum; 474 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture); 477 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer); 478 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer); 479 GL_APICALL void GL_APIENTRY glBindRenderbuffer (GLenum target, GLuint renderbuffer); 480 GL_APICALL void GL_APIENTRY glBindTexture (GLenum target, GLuint texture); 482 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode ); 483 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha); 484 GL_APICALL void GL_APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/GLES2/ |
gl2.h | 23 typedef unsigned int GLenum; 474 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture); 477 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer); 478 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer); 479 GL_APICALL void GL_APIENTRY glBindRenderbuffer (GLenum target, GLuint renderbuffer); 480 GL_APICALL void GL_APIENTRY glBindTexture (GLenum target, GLuint texture); 482 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode ); 483 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha); 484 GL_APICALL void GL_APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/GLES2/ |
gl2.h | 23 typedef unsigned int GLenum; 474 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture); 477 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer); 478 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer); 479 GL_APICALL void GL_APIENTRY glBindRenderbuffer (GLenum target, GLuint renderbuffer); 480 GL_APICALL void GL_APIENTRY glBindTexture (GLenum target, GLuint texture); 482 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode ); 483 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha); 484 GL_APICALL void GL_APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) [all...] |
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
gl2.h | 23 typedef unsigned int GLenum; 474 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture); 477 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer); 478 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer); 479 GL_APICALL void GL_APIENTRY glBindRenderbuffer (GLenum target, GLuint renderbuffer); 480 GL_APICALL void GL_APIENTRY glBindTexture (GLenum target, GLuint texture); 482 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode ); 483 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha); 484 GL_APICALL void GL_APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor) [all...] |
/development/ndk/platforms/android-18/include/GLES3/ |
gl3.h | 45 typedef unsigned int GLenum; [all...] |
/frameworks/native/opengl/include/GLES3/ |
gl3.h | 45 typedef unsigned int GLenum; [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/ |
gl3.h | 45 typedef unsigned int GLenum; [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/ |
gl3.h | 45 typedef unsigned int GLenum; [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/ |
gl3.h | 45 typedef unsigned int GLenum; [all...] |
/external/chromium_org/ppapi/thunk/ |
ppb_gles_chromium_texture_mapping_thunk.cc | 18 GLenum target, 24 GLenum format, 25 GLenum type, 26 GLenum access) {
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
Uniform.h | 24 Uniform(GLenum type, GLenum precision, const std::string &name, unsigned int arraySize); 31 const GLenum type; 32 const GLenum precision;
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
IndexBuffer11.h | 24 virtual bool initialize(unsigned int bufferSize, GLenum indexType, bool dynamic); 31 virtual GLenum getIndexType() const; 33 virtual bool setSize(unsigned int bufferSize, GLenum indexType); 47 GLenum mIndexType;
|
IndexBuffer9.h | 24 virtual bool initialize(unsigned int bufferSize, GLenum indexType, bool dynamic); 31 virtual GLenum getIndexType() const; 33 virtual bool setSize(unsigned int bufferSize, GLenum indexType); 47 GLenum mIndexType;
|
IndexBuffer.h | 26 virtual bool initialize(unsigned int bufferSize, GLenum indexType, bool dynamic) = 0; 33 virtual GLenum getIndexType() const = 0; 35 virtual bool setSize(unsigned int bufferSize, GLenum indexType) = 0; 55 virtual bool reserveBufferSpace(unsigned int size, GLenum indexType) = 0; 57 GLenum getIndexType() const; 73 bool setBufferSize(unsigned int bufferSize, GLenum indexType); 92 virtual bool reserveBufferSpace(unsigned int size, GLenum indexType); 101 virtual bool reserveBufferSpace(unsigned int size, GLenum indexType);
|
TextureStorage9.h | 33 static DWORD GetTextureUsage(D3DFORMAT d3dfmt, GLenum glusage, bool forceRenderable); 41 virtual RenderTarget *getRenderTarget(GLenum faceTarget) { return NULL; } 65 TextureStorage9_2D(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, GLsizei width, GLsizei height); 87 TextureStorage9_Cube(Renderer *renderer, int levels, GLenum internalformat, GLenum usage, bool forceRenderable, int size); 92 IDirect3DSurface9 *getCubeMapSurface(GLenum faceTarget, int level, bool dirty); 93 virtual RenderTarget *getRenderTarget(GLenum faceTarget);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
image.h | 45 GLenum format, GLenum type, 53 GLenum format, GLenum type, 60 GLenum format, GLenum type, 67 GLenum format, GLenum type, 74 GLenum format, GLenum type [all...] |
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...] |
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);
|
/external/mesa3d/src/mesa/main/ |
image.h | 45 GLenum format, GLenum type, 53 GLenum format, GLenum type, 60 GLenum format, GLenum type, 67 GLenum format, GLenum type, 74 GLenum format, GLenum type [all...] |
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...] |
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
glMapBufferRange.java | 1 // C function GLvoid * glMapBufferRange ( GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access )
|
/external/chromium_org/third_party/angle/src/compiler/ |
Uniform.cpp | 12 Uniform::Uniform(GLenum type, GLenum precision, const char *name, int arraySize, int registerIndex)
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
ARB_draw_instanced.xml | 12 <param name="mode" type="GLenum"/> 19 <param name="mode" type="GLenum"/> 21 <param name="type" type="GLenum"/> 32 <param name="mode" type="GLenum"/> 39 <param name="mode" type="GLenum"/> 41 <param name="type" type="GLenum"/>
|
/external/eigen/demos/opengl/ |
gpuhelper.h | 41 void multMatrix(const Matrix<Scalar,4,4, _Flags, 4,4>& mat, GLenum matrixTarget); 51 void loadMatrix(const Eigen::Matrix<Scalar,4,4, _Flags, 4,4>& mat, GLenum matrixTarget); 56 GLenum matrixTarget); 63 inline void forceMatrixTarget(GLenum matrixTarget) {glMatrixMode(mCurrentMatrixTarget=matrixTarget);} 65 inline void setMatrixTarget(GLenum matrixTarget); 70 inline void pushMatrix(const Matrix<Scalar,4,4, _Flags, 4,4>& mat, GLenum matrixTarget); 75 GLenum matrixTarget); 79 inline void pushMatrix(GLenum matrixTarget); 83 inline void popMatrix(GLenum matrixTarget); 91 inline void draw(GLenum mode, uint nofElement) [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
ARB_draw_instanced.xml | 12 <param name="mode" type="GLenum"/> 19 <param name="mode" type="GLenum"/> 21 <param name="type" type="GLenum"/> 32 <param name="mode" type="GLenum"/> 39 <param name="mode" type="GLenum"/> 41 <param name="type" type="GLenum"/>
|