Lines Matching defs:description

661 	ConstantMinimumValueTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLint minValue)
662 : ApiCase (context, name, description)
684 SampleBuffersTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
685 : ApiCase (context, name, description)
707 SamplesTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
708 : ApiCase (context, name, description)
741 HintTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName)
742 : ApiCase (context, name, description)
774 DepthFuncTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
775 : ApiCase (context, name, description)
803 CullFaceTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
804 : ApiCase (context, name, description)
832 FrontFaceTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
833 : ApiCase (context, name, description)
861 ViewPortTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
862 : ApiCase (context, name, description)
919 ScissorBoxTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
920 : ApiCase (context, name, description)
953 MaxViewportDimsTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
954 : ApiCase (context, name, description)
971 StencilRefTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName)
972 : ApiCase (context, name, description)
1011 StencilRefSeparateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, GLenum stencilFuncTargetFace)
1012 : ApiCase (context, name, description)
1052 StencilOpTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum stencilOpName)
1053 : ApiCase (context, name, description)
1109 StencilOpSeparateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum stencilOpName, GLenum stencilOpFace)
1110 : StencilOpTestCase (context, verifier, name, description, stencilOpName)
1147 StencilFuncTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
1148 : ApiCase (context, name, description)
1179 StencilFuncSeparateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum stencilFuncName, GLenum stencilFuncFace)
1180 : ApiCase (context, name, description)
1212 StencilMaskTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName)
1213 : ApiCase (context, name, description)
1245 StencilMaskSeparateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, GLenum stencilFuncTargetFace)
1246 : ApiCase (context, name, description)
1280 StencilWriteMaskTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName)
1281 : ApiCase (context, name, description)
1310 StencilWriteMaskSeparateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, GLenum stencilTargetFace)
1311 : ApiCase (context, name, description)
1342 PixelStoreAlignTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName)
1343 : ApiCase (context, name, description)
1376 BlendFuncTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, int initialValue)
1377 : ApiCase (context, name, description)
1442 BlendFuncSeparateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, int initialValue)
1443 : BlendFuncTestCase (context, verifier, name, description, testTargetName, initialValue)
1477 BlendEquationTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, int initialValue)
1478 : ApiCase (context, name, description)
1520 BlendEquationSeparateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, int initialValue)
1521 : BlendEquationTestCase (context, verifier, name, description, testTargetName, initialValue)
1548 ImplementationArrayTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, GLenum testTargetLengthTargetName, int minValue)
1549 : ApiCase (context, name, description)
1624 CurrentProgramBindingTestCase (Context& context, QueryType type, const char* name, const char* description)
1625 : BindingTest(context, name, description, type)
1718 BufferBindingTestCase (Context& context, QueryType type, const char* name, const char* description, GLenum bufferBindingName, GLenum bufferType)
1719 : BindingTest (context, name, description, type)
1750 StencilClearValueTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
1751 : ApiCase (context, name, description)
1782 ActiveTextureTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
1783 : ApiCase (context, name, description)
1814 RenderbufferBindingTestCase (Context& context, QueryType type, const char* name, const char* description)
1815 : BindingTest(context, name, description, type)
1842 TextureBindingTestCase (Context& context, QueryType type, const char* name, const char* description, GLenum testBindingName, GLenum textureType)
1843 : BindingTest (context, name, description, type)
1875 FrameBufferBindingTestCase (Context& context, QueryType type, const char* name, const char* description)
1876 : BindingTest(context, name, description, type)
1909 ImplementationColorReadTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
1910 : ApiCase (context, name, description)
1984 BufferComponentSizeCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
1985 : ApiCase (context, name, description)
2072 const char* description;
2095 FOR_EACH_VERIFIER(implementationLimitVerifiers, addChild(new ConstantMinimumValueTestCase(m_context, verifier, (std::string(implementationMinLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationMinLimits[testNdx].description, implementationMinLimits[testNdx].targetName, implementationMinLimits[testNdx].value)));
2167 const char* description;
2179 FOR_EACH_VERIFIER(normalVerifiers, addChild(new BlendFuncTestCase (m_context, verifier, (std::string(blendColorStates[testNdx].name) + verifier->getTestNamePostfix()).c_str(), blendColorStates[testNdx].description, blendColorStates[testNdx].target, blendColorStates[testNdx].initialValue)));
2180 FOR_EACH_VERIFIER(normalVerifiers, addChild(new BlendFuncSeparateTestCase (m_context, verifier, (std::string(blendColorStates[testNdx].name) + "_separate" + verifier->getTestNamePostfix()).c_str(), blendColorStates[testNdx].description, blendColorStates[testNdx].target, blendColorStates[testNdx].initialValue)));
2188 const char* description;
2198 FOR_EACH_VERIFIER(normalVerifiers, addChild(new BlendEquationTestCase (m_context, verifier, (std::string(blendEquationStates[testNdx].name) + + verifier->getTestNamePostfix()).c_str(), blendEquationStates[testNdx].description, blendEquationStates[testNdx].target, blendEquationStates[testNdx].initialValue)));
2199 FOR_EACH_VERIFIER(normalVerifiers, addChild(new BlendEquationSeparateTestCase (m_context, verifier, (std::string(blendEquationStates[testNdx].name) + "_separate" + verifier->getTestNamePostfix()).c_str(), blendEquationStates[testNdx].description, blendEquationStates[testNdx].target, blendEquationStates[testNdx].initialValue)));