Home | History | Annotate | Download | only in libGLES_CM

Lines Matching refs:Format

130 sw::Format RenderbufferTexture2D::getInternalFormat() const
203 sw::Format Renderbuffer::getInternalFormat() const
255 format = GL_RGBA4_OES;
276 return format;
279 sw::Format RenderbufferStorage::getInternalFormat() const
298 format = sw2es::ConvertBackBufferFormat(internalFormat);
303 Colorbuffer::Colorbuffer(int width, int height, GLenum format, GLsizei samples) : mRenderTarget(nullptr)
307 sw::Format requestedFormat = es2sw::ConvertRenderbufferFormat(format);
323 this->format = format;
375 format = sw2es::ConvertDepthStencilFormat(internalFormat);
399 format = GL_DEPTH24_STENCIL8_OES;
446 format = GL_DEPTH_COMPONENT16_OES; // If the renderbuffer parameters are queried, the calling function
456 format = GL_DEPTH_COMPONENT16_OES; // If the renderbuffer parameters are queried, the calling function
470 format = GL_STENCIL_INDEX8_OES; // If the renderbuffer parameters are queried, the calling function
480 format = GL_STENCIL_INDEX8_OES; // If the renderbuffer parameters are queried, the calling function