Lines Matching defs:context

81 static std::string specializeShader(Context& context, const char* code)
83 const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(context.getRenderContext().getType());
88 if (glu::contextSupports(context.getRenderContext().getType(), glu::ApiType::es(3, 2)) ||
89 glu::contextSupports(context.getRenderContext().getType(), glu::ApiType::core(4, 5)))
960 TextureGatherCase (Context& context,
1036 TextureGatherCase::TextureGatherCase (Context& context,
1051 : TestCase (context, name, description)
1644 TextureGather2DCase (Context& context,
1659 : TextureGatherCase (context, name, description, TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, texSwizzle, minFilter, magFilter, baseLevel, flags)
1734 TextureGather2DArrayCase (Context& context,
1749 : TextureGatherCase (context, name, description, TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, texSwizzle, minFilter, magFilter, baseLevel, flags)
1868 TextureGatherCubeCase (Context& context,
1881 : TextureGatherCase (context, name, description, TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_NONE, textureFormat, shadowCompareMode, wrapS, wrapT, texSwizzle, minFilter, magFilter, baseLevel, flags)
2006 Context& context,
2025 return new TextureGather2DCase(context, name, description, gatherType, offsetSize, textureFormat, shadowCompareMode,
2029 return new TextureGather2DArrayCase(context, name, description, gatherType, offsetSize, textureFormat, shadowCompareMode,
2035 return new TextureGatherCubeCase(context, name, description, textureFormat, shadowCompareMode,
2046 TextureGatherTests::TextureGatherTests (Context& context)
2047 : TestCaseGroup(context, "gather", "textureGather* tests")