Lines Matching refs:Format
118 sw::Format RenderbufferTexture2D::getInternalFormat() const
174 sw::Format RenderbufferTextureCubeMap::getInternalFormat() const
235 sw::Format Renderbuffer::getInternalFormat() const
287 format = GL_RGBA4;
315 return format;
318 sw::Format RenderbufferStorage::getInternalFormat() const
337 format = sw2es::ConvertBackBufferFormat(internalFormat);
342 Colorbuffer::Colorbuffer(int width, int height, GLenum format, GLsizei samples) : mRenderTarget(nullptr)
346 sw::Format requestedFormat = es2sw::ConvertRenderbufferFormat(format);
362 this->format = format;
396 format = sw2es::ConvertDepthStencilFormat(internalFormat);
420 format = GL_DEPTH24_STENCIL8_EXT;
449 format = GL_DEPTH_COMPONENT16; // If the renderbuffer parameters are queried, the calling function
459 format = GL_DEPTH_COMPONENT16; // If the renderbuffer parameters are queried, the calling function
473 format = GL_STENCIL_INDEX8; // If the renderbuffer parameters are queried, the calling function
483 format = GL_STENCIL_INDEX8; // If the renderbuffer parameters are queried, the calling function