Home | History | Annotate | Download | only in functional

Lines Matching defs:fmt

948 			tcu::TextureFormat		fmt			= glu::mapGLInternalFormat(m_textureParams[texNdx].internalFormat);
949 tcu::TextureFormatInfo fmtInfo = tcu::getTextureFormatInfo(fmt);
961 fmt)); break;
962 case GL_TEXTURE_CUBE_MAP: samplerTypes.push_back(glu::getSamplerCubeType(fmt)); break;
963 case GL_TEXTURE_2D_ARRAY: samplerTypes.push_back(glu::getSampler2DArrayType(fmt)); break;
964 case GL_TEXTURE_3D: samplerTypes.push_back(glu::getSampler3DType(fmt)); break;