Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:Format

27 enum Format : unsigned char;
67 GLenum format, GLsizei imageSize, const GLvoid* data);
158 GLenum format, GLenum type, GLsizei bufSize, GLvoid *data);
159 void (*glReadPixels)(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid* pixels);
176 GLint border, GLenum format, GLenum type, const GLvoid* pixels);
182 GLenum format, GLenum type, const GLvoid* pixels);
218 GLint border, GLenum format, GLenum type, const GLvoid* pixels);
219 void (*glTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels);
222 void (*glCompressedTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data);
246 egl::Image *(*createDepthStencil)(unsigned int width, unsigned int height, sw::Format format, int multiSampleDepth, bool discard);