Lines Matching defs:glu
35 namespace glu
66 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(colorFormat));
72 const tcu::TextureFormat combinedFormat = glu::mapGLInternalFormat(depthStencilFormat);
78 deUint32 chooseColorFormat (const glu::RenderConfig& config)
95 const tcu::IVec4 bits = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(format));
97 if (config.redBits != glu::RenderConfig::DONT_CARE &&
101 if (config.greenBits != glu::RenderConfig::DONT_CARE &&
105 if (config.blueBits != glu::RenderConfig::DONT_CARE &&
109 if (config.alphaBits != glu::RenderConfig::DONT_CARE &&
119 deUint32 chooseDepthStencilFormat (const glu::RenderConfig& config)
134 const tcu::TextureFormat combinedFormat = glu::mapGLInternalFormat(format);
138 if (config.depthBits != glu::RenderConfig::DONT_CARE &&
142 if (config.stencilBits != glu::RenderConfig::DONT_CARE &&
229 if (width == glu::RenderConfig::DONT_CARE || height == glu::RenderConfig::DONT_CARE)
234 width = (width == glu::RenderConfig::DONT_CARE) ? maxSize : width;
235 height = (height == glu::RenderConfig::DONT_CARE) ? maxSize : height;
318 } // glu