Home | History | Annotate | Download | only in libGLES_CM

Lines Matching refs:Format

33 	bool IsCompressed(GLenum format);
34 bool IsDepthTexture(GLenum format);
35 bool IsStencilTexture(GLenum format);
39 bool CheckTextureFormatType(GLenum format, GLenum type);
66 sw::Format ConvertRenderbufferFormat(GLenum format);
74 GLuint GetAlphaSize(sw::Format colorFormat);
75 GLuint GetRedSize(sw::Format colorFormat);
76 GLuint GetGreenSize(sw::Format colorFormat);
77 GLuint GetBlueSize(sw::Format colorFormat);
78 GLuint GetDepthSize(sw::Format depthFormat);
79 GLuint GetStencilSize(sw::Format stencilFormat);
81 GLenum ConvertBackBufferFormat(sw::Format format);
82 GLenum ConvertDepthStencilFormat(sw::Format format);