Lines Matching refs:internalFormat

72 void checkSupport (const glu::ContextInfo& info, deUint32 internalFormat)  in checkSupport()  argument
74 if (internalFormat == GL_SR8_EXT && !info.isExtensionSupported("GL_EXT_texture_sRGB_R8")) in checkSupport()
86 …ontext& context, const char* name, const char* description, deUint32 internalFormat, int width, in…
122 …ontext& context, const char* name, const char* description, deUint32 internalFormat, int width, in… in Texture2DFormatCase() argument
126 , m_format (internalFormat) in Texture2DFormatCase()
247 …ontext& context, const char* name, const char* description, deUint32 internalFormat, int width, in…
290 …ontext& context, const char* name, const char* description, deUint32 internalFormat, int width, in… in TextureCubeFormatCase() argument
294 , m_format (internalFormat) in TextureCubeFormatCase()
447 …ontext& context, const char* name, const char* description, deUint32 internalFormat, int width, in…
490 …ontext& context, const char* name, const char* description, deUint32 internalFormat, int width, in… in Texture2DArrayFormatCase() argument
494 , m_format (internalFormat) in Texture2DArrayFormatCase()
604 …ontext& context, const char* name, const char* description, deUint32 internalFormat, int width, in…
647 …ontext& context, const char* name, const char* description, deUint32 internalFormat, int width, in… in Texture3DFormatCase() argument
651 , m_format (internalFormat) in Texture3DFormatCase()
1357 deUint32 internalFormat; in init() member
1415 deUint32 internalFormat; in init() member
1428 deUint32 internalFormat = sizedColorFormats[formatNdx].internalFormat; in init() local
1430 string descriptionBase = glu::getTextureFormatName(internalFormat); in init()
1432 …ase + "_pot").c_str(), (descriptionBase + ", GL_TEXTURE_2D").c_str(), internalFormat, 128, 128)); in init()
1433 …se + "_npot").c_str(), (descriptionBase + ", GL_TEXTURE_2D").c_str(), internalFormat, 63, 112)); in init()
1434 …+ "_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), internalFormat, 64, 64)); in init()
1435 … "_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), internalFormat, 57, 57)); in init()
1436 …_pot").c_str(), (descriptionBase + ", GL_TEXTURE_2D_ARRAY").c_str(), internalFormat, 64, 64, 8)… in init()
1437 …npot").c_str(), (descriptionBase + ", GL_TEXTURE_2D_ARRAY").c_str(), internalFormat, 63, 57, 7)… in init()
1438 … + "_pot").c_str(), (descriptionBase + ", GL_TEXTURE_3D").c_str(), internalFormat, 8, 32, 16)… in init()
1439 …+ "_npot").c_str(), (descriptionBase + ", GL_TEXTURE_3D").c_str(), internalFormat, 11, 31, 7)… in init()
1444 deUint32 internalFormat = sizedDepthStencilFormats[formatNdx].internalFormat; in init() local
1446 string descriptionBase = glu::getTextureFormatName(internalFormat); in init()
1448 …ase + "_pot").c_str(), (descriptionBase + ", GL_TEXTURE_2D").c_str(), internalFormat, 128, 128)); in init()
1449 …se + "_npot").c_str(), (descriptionBase + ", GL_TEXTURE_2D").c_str(), internalFormat, 63, 112)); in init()
1450 …+ "_pot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), internalFormat, 64, 64)); in init()
1451 … "_npot").c_str(), (descriptionBase + ", GL_TEXTURE_CUBE_MAP").c_str(), internalFormat, 57, 57)); in init()
1452 …_pot").c_str(), (descriptionBase + ", GL_TEXTURE_2D_ARRAY").c_str(), internalFormat, 64, 64, 8)… in init()
1453 …npot").c_str(), (descriptionBase + ", GL_TEXTURE_2D_ARRAY").c_str(), internalFormat, 63, 57, 7)… in init()