Lines Matching defs:wrapS

86 									TextureWrapCase			(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef = false);
87 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames, bool enableRelaxedRef = false);
88 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef = false);
132 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef)
139 , m_wrapS (wrapS)
152 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames, bool enableRelaxedRef)
159 , m_wrapS (wrapS)
173 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height, bool enableRelaxedRef)
180 , m_wrapS (wrapS)
437 FOR_EACH(wrapS, wrapModes,
441 const string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringModes[filter].name + "_" + rgba8Sizes[size].name;
444 wrapModes[wrapS].mode,
462 FOR_EACH(wrapS, wrapModes,
466 const string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringModes[filter].name + "_pot";
468 bool enableRelaxedPrecisionRef = wrapModes[wrapS].mode == GL_REPEAT ||
470 wrapModes[wrapS].mode == GL_MIRRORED_REPEAT ||
474 wrapModes[wrapS].mode,
485 FOR_EACH(wrapS, wrapModes,
489 const string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringModes[filter].name + "_npot";
491 bool enableRelaxedPrecisionRef = wrapModes[wrapS].mode == GL_REPEAT ||
493 wrapModes[wrapS].mode == GL_MIRRORED_REPEAT ||
497 wrapModes[wrapS].mode,
541 FOR_EACH(wrapS, wrapModes,
545 const string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringModes[filter].name + "_" + etc2Sizes[size].name;
547 bool enableRelaxedPrecisionRef = wrapModes[wrapS].mode == GL_REPEAT ||
549 wrapModes[wrapS].mode == GL_MIRRORED_REPEAT ||
554 wrapModes[wrapS].mode,
592 FOR_EACH(wrapS, wrapModes,
596 string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringModes[filter].name + "_" + formatSizes[size].name;
598 bool enableRelaxedPrecisionRef = wrapModes[wrapS].mode == GL_REPEAT ||
600 wrapModes[wrapS].mode == GL_MIRRORED_REPEAT ||
605 wrapModes[wrapS].mode,