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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_autogen.h 15 virtual void ActiveTexture(GLenum texture) OVERRIDE;
20 virtual void BindBuffer(GLenum target, GLuint buffer) OVERRIDE;
21 virtual void BindFramebuffer(GLenum target, GLuint framebuffer) OVERRIDE;
22 virtual void BindRenderbuffer(GLenum target, GLuint renderbuffer) OVERRIDE;
23 virtual void BindTexture(GLenum target, GLuint texture) OVERRIDE;
28 virtual void BlendEquation(GLenum mode) OVERRIDE;
29 virtual void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) OVERRIDE;
30 virtual void BlendFunc(GLenum sfactor, GLenum dfactor) OVERRIDE
    [all...]
gles2_trace_implementation_autogen.h 15 virtual void ActiveTexture(GLenum texture) OVERRIDE;
20 virtual void BindBuffer(GLenum target, GLuint buffer) OVERRIDE;
21 virtual void BindFramebuffer(GLenum target, GLuint framebuffer) OVERRIDE;
22 virtual void BindRenderbuffer(GLenum target, GLuint renderbuffer) OVERRIDE;
23 virtual void BindTexture(GLenum target, GLuint texture) OVERRIDE;
28 virtual void BlendEquation(GLenum mode) OVERRIDE;
29 virtual void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) OVERRIDE;
30 virtual void BlendFunc(GLenum sfactor, GLenum dfactor) OVERRIDE
    [all...]
gles2_implementation_autogen.h 16 virtual void ActiveTexture(GLenum texture) OVERRIDE;
24 virtual void BindBuffer(GLenum target, GLuint buffer) OVERRIDE;
26 virtual void BindFramebuffer(GLenum target, GLuint framebuffer) OVERRIDE;
28 virtual void BindRenderbuffer(GLenum target, GLuint renderbuffer) OVERRIDE;
30 virtual void BindTexture(GLenum target, GLuint texture) OVERRIDE;
37 virtual void BlendEquation(GLenum mode) OVERRIDE;
39 virtual void BlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha) OVERRIDE;
41 virtual void BlendFunc(GLenum sfactor, GLenum dfactor) OVERRIDE
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_opengl.h     [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_opengl.h     [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_enc.h 25 void glActiveTexture_enc(void *self , GLenum texture);
28 void glBindBuffer_enc(void *self , GLenum target, GLuint buffer);
29 void glBindFramebuffer_enc(void *self , GLenum target, GLuint framebuffer);
30 void glBindRenderbuffer_enc(void *self , GLenum target, GLuint renderbuffer);
31 void glBindTexture_enc(void *self , GLenum target, GLuint texture);
33 void glBlendEquation_enc(void *self , GLenum mode);
34 void glBlendEquationSeparate_enc(void *self , GLenum modeRGB, GLenum modeAlpha);
35 void glBlendFunc_enc(void *self , GLenum sfactor, GLenum dfactor)
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
PixelTransfer11.h 35 static bool supportsBufferToTextureCopy(GLenum internalFormat);
43 GLenum destinationFormat, GLenum sourcePixelsType, const gl::Box &destArea);
59 static void setBufferToTextureCopyParams(const gl::Box &destArea, const gl::Extents &destSize, GLenum internalFormat,
63 ID3D11PixelShader *findBufferToTexturePS(GLenum internalFormat) const;
67 std::map<GLenum, ID3D11PixelShader *> mBufferToTexturePSMap;
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;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
readpix.h 39 GLenum format, GLenum type,
45 GLenum format, GLenum type, GLvoid *pixels );
49 GLenum format, GLenum type, GLsizei bufSize,
dd.h 85 const GLubyte * (*GetString)( struct gl_context *ctx, GLenum name );
137 void (*Accum)( struct gl_context *ctx, GLenum op, GLfloat value );
156 GLenum format, GLenum type,
165 GLenum format, GLenum type,
174 GLint dstx, GLint dsty, GLenum type );
200 GLenum target, GLint internalFormat,
201 GLenum srcFormat, GLenum srcType )
    [all...]
condrender.h 36 _mesa_BeginConditionalRender(GLuint queryId, GLenum mode);
polygon.h 47 _mesa_CullFace( GLenum mode );
50 _mesa_FrontFace( GLenum mode );
53 _mesa_PolygonMode( GLenum face, GLenum mode );
  /external/deqp/modules/gles2/performance/
es2pBlendTests.cpp 46 BlendCase (Context& context, const char* name, const char* description, GLenum modeRGB, GLenum modeAlpha, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
54 GLenum m_modeRGB;
55 GLenum m_modeAlpha;
56 GLenum m_srcRGB;
57 GLenum m_dstRGB
    [all...]
  /external/mesa3d/src/mesa/main/
readpix.h 39 GLenum format, GLenum type,
45 GLenum format, GLenum type, GLvoid *pixels );
49 GLenum format, GLenum type, GLsizei bufSize,
dd.h 85 const GLubyte * (*GetString)( struct gl_context *ctx, GLenum name );
137 void (*Accum)( struct gl_context *ctx, GLenum op, GLfloat value );
156 GLenum format, GLenum type,
165 GLenum format, GLenum type,
174 GLint dstx, GLint dsty, GLenum type );
200 GLenum target, GLint internalFormat,
201 GLenum srcFormat, GLenum srcType )
    [all...]
condrender.h 36 _mesa_BeginConditionalRender(GLuint queryId, GLenum mode);
  /external/chromium_org/third_party/angle/src/libGLESv2/
TransformFeedback.h 25 void start(GLenum primitiveMode);
29 GLenum getDrawMode() const;
39 GLenum mPrimitiveMode;
  /frameworks/native/libs/gui/tests/
TextureRenderer.cpp 60 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
63 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
66 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
81 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
83 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
87 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
89 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
97 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
100 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError());
103 ASSERT_EQ(GLenum(GL_NO_ERROR), glGetError())
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 15 bool Init(int width, int height, GLenum format);
18 GLenum GetFormat() const;
30 GLenum mFormat;
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
api_exec_es1.c 32 extern void _mesa_error(void *ctx, GLenum error, const char *fmtString, ... );
38 extern void GL_APIENTRY _mesa_ActiveTextureARB(GLenum texture);
41 extern void GL_APIENTRY _mesa_AlphaFunc(GLenum func, GLclampf ref);
44 extern void GL_APIENTRY _mesa_BindBufferARB(GLenum target, GLuint buffer);
47 extern void GL_APIENTRY _mesa_BindFramebufferEXT(GLenum target, GLuint framebuffer);
50 extern void GL_APIENTRY _mesa_BindRenderbufferEXT(GLenum target, GLuint renderbuffer);
53 extern void GL_APIENTRY _mesa_BindTexture(GLenum target, GLuint texture);
56 extern void GL_APIENTRY _mesa_BlendEquation(GLenum mode);
59 extern void GL_APIENTRY _mesa_BlendEquationSeparateEXT(GLenum modeRGB, GLenum modeAlpha)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gl_utils.h 18 GLenum gl_error = glGetError(); \
  /external/chromium_org/ppapi/c/dev/
ppb_opengles2ext_dev.h 26 const GLenum* bufs);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d9/
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;

Completed in 1752 milliseconds

1 2 3 4 5 6 7 891011>>