Home | History | Annotate | Download | only in libGL

Lines Matching defs:getInternalFormat

44 	return sw2es::GetRedSize(getInternalFormat());
49 return sw2es::GetGreenSize(getInternalFormat());
54 return sw2es::GetBlueSize(getInternalFormat());
59 return sw2es::GetAlphaSize(getInternalFormat());
64 return sw2es::GetDepthSize(getInternalFormat());
69 return sw2es::GetStencilSize(getInternalFormat());
118 sw::Format RenderbufferTexture2D::getInternalFormat() const
120 return mTexture2D->getInternalFormat(GL_TEXTURE_2D, 0);
174 sw::Format RenderbufferTextureCubeMap::getInternalFormat() const
176 return mTextureCubeMap->getInternalFormat(mTarget, 0);
235 sw::Format Renderbuffer::getInternalFormat() const
237 return mInstance->getInternalFormat();
318 sw::Format RenderbufferStorage::getInternalFormat() const
336 internalFormat = renderTarget->getInternalFormat();
395 internalFormat = depthStencil->getInternalFormat();