Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:Format

44 	bool IsCompressed(GLenum format, GLint clientVersion);
46 GLenum ValidateCompressedFormat(GLenum format, GLint clientVersion, bool expectCompressedFormats);
49 bool ValidReadPixelsFormatType(GLenum internalFormat, GLenum internalType, GLenum format, GLenum type, GLint clientVersion);
50 bool IsDepthTexture(GLenum format);
51 bool IsStencilTexture(GLenum format);
55 bool ValidateTextureFormatType(GLenum format, GLenum type, GLint internalformat, GLint clientVersion);
82 sw::Format ConvertRenderbufferFormat(GLenum format);
87 GLuint GetAlphaSize(sw::Format colorFormat);
88 GLuint GetRedSize(sw::Format colorFormat);
89 GLuint GetGreenSize(sw::Format colorFormat);
90 GLuint GetBlueSize(sw::Format colorFormat);
91 GLuint GetDepthSize(sw::Format depthFormat);
92 GLuint GetStencilSize(sw::Format stencilFormat);
93 GLenum GetComponentType(sw::Format format, GLenum attachment);
95 GLenum ConvertBackBufferFormat(sw::Format format);
96 GLenum ConvertDepthStencilFormat(sw::Format format);