Lines Matching defs:description

917 	ConstantMinimumValueTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLint minValue)
918 : ApiCase (context, name, description)
940 ConstantMaximumValueTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, GLint minValue)
941 : ApiCase (context, name, description)
963 SampleBuffersTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
964 : ApiCase (context, name, description)
986 SamplesTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
987 : ApiCase (context, name, description)
1020 HintTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName)
1021 : ApiCase (context, name, description)
1053 DepthFuncTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
1054 : ApiCase (context, name, description)
1082 CullFaceTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
1083 : ApiCase (context, name, description)
1111 FrontFaceTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
1112 : ApiCase (context, name, description)
1140 ViewPortTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
1141 : ApiCase (context, name, description)
1199 ScissorBoxTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
1200 : ApiCase (context, name, description)
1233 MaxViewportDimsTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
1234 : ApiCase (context, name, description)
1251 StencilRefTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName)
1252 : ApiCase (context, name, description)
1291 StencilRefSeparateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, GLenum stencilFuncTargetFace)
1292 : ApiCase (context, name, description)
1332 StencilOpTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum stencilOpName)
1333 : ApiCase (context, name, description)
1390 StencilOpSeparateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum stencilOpName, GLenum stencilOpFace)
1391 : StencilOpTestCase (context, verifier, name, description, stencilOpName)
1428 StencilFuncTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
1429 : ApiCase (context, name, description)
1460 StencilFuncSeparateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum stencilFuncName, GLenum stencilFuncFace)
1461 : ApiCase (context, name, description)
1493 StencilMaskTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName)
1494 : ApiCase (context, name, description)
1526 StencilMaskSeparateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, GLenum stencilFuncTargetFace)
1527 : ApiCase (context, name, description)
1561 StencilWriteMaskTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName)
1562 : ApiCase (context, name, description)
1591 StencilWriteMaskSeparateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, GLenum stencilTargetFace)
1592 : ApiCase (context, name, description)
1623 PixelStoreTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, int initialValue)
1624 : ApiCase (context, name, description)
1660 PixelStoreAlignTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName)
1661 : ApiCase (context, name, description)
1694 BlendFuncTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, int initialValue)
1695 : ApiCase (context, name, description)
1755 BlendFuncSeparateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, int initialValue)
1756 : BlendFuncTestCase (context, verifier, name, description, testTargetName, initialValue)
1790 BlendEquationTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, int initialValue)
1791 : ApiCase (context, name, description)
1832 BlendEquationSeparateTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, int initialValue)
1833 : BlendEquationTestCase (context, verifier, name, description, testTargetName, initialValue)
1860 ImplementationArrayTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum testTargetName, GLenum testTargetLengthTargetName, int minValue)
1861 : ApiCase (context, name, description)
2047 CurrentProgramBindingTestCase (Context& context, QueryType type, const char* name, const char* description)
2048 : BindingTest(context, name, description, type)
2148 VertexArrayBindingTestCase (Context& context, QueryType type, const char* name, const char* description)
2149 : BindingTest(context, name, description, type)
2172 BufferBindingTestCase (Context& context, QueryType type, const char* name, const char* description, GLenum bufferBindingName, GLenum bufferType)
2173 : BindingTest (context, name, description, type)
2278 StencilClearValueTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
2279 : ApiCase (context, name, description)
2310 ActiveTextureTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
2311 : ApiCase (context, name, description)
2342 RenderbufferBindingTestCase (Context& context, QueryType type, const char* name, const char* description)
2343 : BindingTest(context, name, description, type)
2370 SamplerObjectBindingTestCase (Context& context, QueryType type, const char* name, const char* description)
2371 : BindingTest(context, name, description, type)
2426 TextureBindingTestCase (Context& context, QueryType type, const char* name, const char* description, GLenum testBindingName, GLenum textureType)
2427 : BindingTest (context, name, description, type)
2459 FrameBufferBindingTestCase (Context& context, QueryType type, const char* name, const char* description)
2460 : BindingTest(context, name, description, type)
2514 ImplementationColorReadTestCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
2515 : ApiCase (context, name, description)
2587 ReadBufferCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
2588 : ApiCase (context, name, description)
2647 DrawBufferCase (Context& context, StateVerifier* verifier, const char* name, const char* description)
2648 : ApiCase (context, name, description)
2788 const char* description;
2849 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)));
2852 FOR_EACH_VERIFIER(implementationLimitVerifiers, addChild(new ConstantMaximumValueTestCase(m_context, verifier, (std::string(implementationMaxLimits[testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationMaxLimits[testNdx].description, implementationMaxLimits[testNdx].targetName, implementationMaxLimits[testNdx].value)));
2923 const char* description;
2939 FOR_EACH_VERIFIER(normalVerifiers, addChild(new PixelStoreTestCase(m_context, verifier, (std::string(pixelStoreStates[testNdx].name) + verifier->getTestNamePostfix()).c_str(), pixelStoreStates[testNdx].description, pixelStoreStates[testNdx].target, pixelStoreStates[testNdx].initialValue)));
2948 const char* description;
2960 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)));
2961 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)));
2967 const char* description;
2977 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)));
2978 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)));
2984 const char* description;
2996 FOR_EACH_VERIFIER(normalVerifiers, addChild(new ImplementationArrayTestCase(m_context, verifier, (std::string(implementationArrayReturningStates[testNdx].name) + verifier->getTestNamePostfix()).c_str(), implementationArrayReturningStates[testNdx].description, implementationArrayReturningStates[testNdx].target, implementationArrayReturningStates[testNdx].targetLengthTarget, implementationArrayReturningStates[testNdx].minLength)));
3002 const char* description;
3017 FOR_EACH_QUERYTYPE(queryTypes, addChild(new BufferBindingTestCase(m_context, queryType, (std::string(bufferBindingStates[testNdx].name) + getQueryTypeSuffix(queryType)).c_str(), bufferBindingStates[testNdx].description, bufferBindingStates[testNdx].target, bufferBindingStates[testNdx].type)));
3032 const char* description;
3045 FOR_EACH_QUERYTYPE(queryTypes, addChild(new TextureBindingTestCase(m_context, queryType, (std::string(textureBindings[testNdx].name) + getQueryTypeSuffix(queryType)).c_str(), textureBindings[testNdx].description, textureBindings[testNdx].target, textureBindings[testNdx].type)));