Lines Matching defs:context
306 LayoutBindingRenderCase (Context& context,
354 LayoutBindingRenderCase::LayoutBindingRenderCase (Context& context,
364 : TestCase (context, name, desc)
693 LayoutBindingNegativeCase (Context& context,
737 LayoutBindingNegativeCase::LayoutBindingNegativeCase (Context& context,
750 : TestCase (context, name, desc)
1021 SamplerBindingRenderCase (Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GLenum samplerType, glw::GLenum textureType);
1041 SamplerBindingRenderCase::SamplerBindingRenderCase (Context& context,
1048 : LayoutBindingRenderCase (context, name, desc, shaderType, testType, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS, GL_MAX_TEXTURE_IMAGE_UNITS, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, "u_sampler")
1222 SamplerBindingNegativeCase (Context& context,
1238 SamplerBindingNegativeCase::SamplerBindingNegativeCase (Context& context,
1245 : LayoutBindingNegativeCase (context,
1338 ImageBindingRenderCase (Context& context,
1364 ImageBindingRenderCase::ImageBindingRenderCase (Context& context,
1371 : LayoutBindingRenderCase (context, name, desc, shaderType, testType, GL_MAX_IMAGE_UNITS, GL_MAX_VERTEX_IMAGE_UNIFORMS, GL_MAX_FRAGMENT_IMAGE_UNIFORMS, GL_MAX_COMBINED_IMAGE_UNIFORMS, "u_image")
1546 ImageBindingNegativeCase (Context& context,
1562 ImageBindingNegativeCase::ImageBindingNegativeCase (Context& context,
1569 : LayoutBindingNegativeCase (context,
1662 UBOBindingRenderCase (Context& context,
1680 UBOBindingRenderCase::UBOBindingRenderCase (Context& context,
1685 : LayoutBindingRenderCase (context, name, desc, shaderType, testType, GL_MAX_UNIFORM_BUFFER_BINDINGS, GL_MAX_VERTEX_UNIFORM_BLOCKS, GL_MAX_FRAGMENT_UNIFORM_BLOCKS, GL_MAX_COMBINED_UNIFORM_BLOCKS, "ColorBlock")
1820 UBOBindingNegativeCase (Context& context,
1832 UBOBindingNegativeCase::UBOBindingNegativeCase (Context& context,
1838 : LayoutBindingNegativeCase(context,
1931 SSBOBindingRenderCase (Context& context,
1949 SSBOBindingRenderCase::SSBOBindingRenderCase (Context& context,
1954 : LayoutBindingRenderCase (context, name, desc, shaderType, testType, GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, GL_MAX_VERTEX_SHADER_STORAGE_BLOCKS, GL_MAX_FRAGMENT_SHADER_STORAGE_BLOCKS, GL_MAX_COMBINED_SHADER_STORAGE_BLOCKS, "ColorBuffer")
2089 SSBOBindingNegativeCase (Context& context,
2101 SSBOBindingNegativeCase::SSBOBindingNegativeCase (Context& context,
2107 : LayoutBindingNegativeCase(context,
2199 LayoutBindingTests::LayoutBindingTests (Context& context)
2200 : TestCaseGroup (context, "layout_binding", "Layout binding tests")