Home | History | Annotate | Download | only in functional

Lines Matching refs:getInternalFormat

455 	, m_source						(context.getRenderContext(), glu::getInternalFormat(internalFormat), width, height)
949 if ( (glu::getInternalFormat(m_internalFormat) == GL_SRGB8_ALPHA8) && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_sRGB_decode") )
954 if ( (glu::getInternalFormat(m_internalFormat) == GL_SR8_EXT) && !(m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_sRGB_R8")) )
1214 switch (glu::getInternalFormat(m_internalFormat))
1306 gl.renderbufferStorage(GL_RENDERBUFFER, glu::getInternalFormat(m_resultTextureFormat), width, height);