Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:GLenum

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;
80 Renderbuffer *lookupRenderbuffer(GLenum type, GLuint handle) const;
88 virtual GLenum completeness();