Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:Format

45 	bool IsCompressed(GLenum format, GLint clientVersion);
47 GLenum ValidateCompressedFormat(GLenum format, GLint clientVersion, bool expectCompressedFormats);
50 bool IsValidReadPixelsFormatType(const Framebuffer *framebuffer, GLenum format, GLenum type, GLint clientVersion);
51 bool IsDepthTexture(GLenum format);
52 bool IsStencilTexture(GLenum format);
56 bool ValidateTextureFormatType(GLenum format, GLenum type, GLint internalformat, GLint clientVersion);
83 sw::Format ConvertRenderbufferFormat(GLenum format);
88 GLuint GetAlphaSize(sw::Format colorFormat);
89 GLuint GetRedSize(sw::Format colorFormat);
90 GLuint GetGreenSize(sw::Format colorFormat);
91 GLuint GetBlueSize(sw::Format colorFormat);
92 GLuint GetDepthSize(sw::Format depthFormat);
93 GLuint GetStencilSize(sw::Format stencilFormat);
94 GLenum GetComponentType(sw::Format format, GLenum attachment);
96 GLenum ConvertBackBufferFormat(sw::Format format);
97 GLenum ConvertDepthStencilFormat(sw::Format format);