Lines Matching refs:name
664 ShaderTypeCase (Context& context, const char* name, const char* description)
665 : ApiCase(context, name, description)
684 ShaderCompileStatusCase (Context& context, const char* name, const char* description)
685 : ApiCase(context, name, description)
716 ShaderInfoLogCase (Context& context, const char* name, const char* description)
717 : ApiCase(context, name, description)
807 ShaderSourceCase (Context& context, const char* name, const char* description)
808 : ApiCase(context, name, description)
915 DeleteStatusCase (Context& context, const char* name, const char* description)
916 : ApiCase(context, name, description)
968 CurrentVertexAttribInitialCase (Context& context, const char* name, const char* description)
969 : ApiCase(context, name, description)
1004 CurrentVertexAttribFloatCase (Context& context, const char* name, const char* description)
1005 : ApiCase(context, name, description)
1066 CurrentVertexAttribIntCase (Context& context, const char* name, const char* description)
1067 : ApiCase(context, name, description)
1098 CurrentVertexAttribUintCase (Context& context, const char* name, const char* description)
1099 : ApiCase(context, name, description)
1130 CurrentVertexAttribConversionCase (Context& context, const char* name, const char* description)
1131 : ApiCase(context, name, description)
1198 ProgramInfoLogCase (Context& context, const char* name, const char* description, BuildErrorType buildErrorType)
1199 : ApiCase (context, name, description)
1324 ProgramValidateStatusCase (Context& context, const char* name, const char* description)
1325 : ApiCase(context, name, description)
1398 ProgramAttachedShadersCase (Context& context, const char* name, const char* description)
1399 : ApiCase(context, name, description)
1486 ProgramActiveUniformNameCase (Context& context, const char* name, const char* description)
1487 : ApiCase(context, name, description)
1542 // check name lengths
1557 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong uniform name length");
1578 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong uniform name length");
1589 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got wrong uniform name length");
1604 ProgramUniformCase (Context& context, const char* name, const char* description)
1605 : ApiCase(context, name, description)
1734 ProgramActiveUniformBlocksCase (Context& context, const char* name, const char* description)
1735 : ApiCase(context, name, description)
1896 ProgramBinaryCase (Context& context, const char* name, const char* description)
1897 : ApiCase(context, name, description)
1949 TransformFeedbackCase (Context& context, const char* name, const char* description)
1950 : ApiCase(context, name, description)
2067 ActiveAttributesCase (Context& context, const char* name, const char* description)
2068 : ApiCase(context, name, description)
2132 m_testCtx.getLog() << TestLog::Message << "// ERROR: Got unexpected attribute name." << TestLog::EndMessage;
2134 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "got unexpected name");
2170 VertexAttributeSizeCase (Context& context, const char* name, const char* description)
2171 : ApiCase(context, name, description)
2254 VertexAttributeTypeCase (Context& context, const char* name, const char* description)
2255 : ApiCase(context, name, description)
2364 VertexAttributeStrideCase (Context& context, const char* name, const char* description)
2365 : ApiCase(context, name, description)
2483 VertexAttributeNormalizedCase (Context& context, const char* name, const char* description)
2484 : ApiCase(context, name, description)
2598 VertexAttributeIntegerCase (Context& context, const char* name, const char* description)
2599 : ApiCase(context, name, description)
2708 VertexAttributeEnabledCase (Context& context, const char* name, const char* description)
2709 : ApiCase(context, name, description)
2769 VertexAttributeDivisorCase (Context& context, const char* name, const char* description)
2770 : ApiCase(context, name, description)
2828 VertexAttributeBufferBindingCase (Context& context, const char* name, const char* description)
2829 : ApiCase(context, name, description)
2904 VertexAttributePointerCase (Context& context, const char* name, const char* description)
2905 : ApiCase(context, name, description)
3006 UniformValueFloatCase (Context& context, const char* name, const char* description)
3007 : ApiCase(context, name, description)
3077 UniformValueIntCase (Context& context, const char* name, const char* description)
3078 : ApiCase(context, name, description)
3148 UniformValueUintCase (Context& context, const char* name, const char* description)
3149 : ApiCase(context, name, description)
3220 UniformValueBooleanCase (Context& context, const char* name, const char* description)
3221 : ApiCase(context, name, description)
3311 UniformValueSamplerCase (Context& context, const char* name, const char* description)
3312 : ApiCase(context, name, description)
3367 UniformValueArrayCase (Context& context, const char* name, const char* description)
3368 : ApiCase(context, name, description)
3479 UniformValueMatrixCase (Context& context, const char* name, const char* description)
3480 : ApiCase(context, name, description)
3568 PrecisionFormatCase (Context& context, const char* name, const char* description, glw::GLenum shaderType, glw::GLenum precisionType)
3569 : ApiCase (context, name, description)