Home
last modified time | relevance | path

Searched refs:assignMethod (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp1720 AssignMethod assignMethod,
1754 const char* UniformAssignCase::getAssignMethodName (const AssignMethod assignMethod) in getAssignMethodName() argument
1756 switch (assignMethod) in getAssignMethodName()
1764 const char* UniformAssignCase::getAssignMethodDescription (const AssignMethod assignMethod) in getAssignMethodDescription() argument
1766 switch (assignMethod) in getAssignMethodDescription()
1780 const AssignMethod assignMethod, in UniformAssignCase()
1783 (assignMethod == ASSIGNMETHOD_VALUE ? FEATURE_UNIFORMFUNC_VALUE : 0) | additionalFeatures) in UniformAssignCase()
1786 DE_ASSERT(assignMethod != ASSIGNMETHOD_LAST); in UniformAssignCase()
1936 const UniformAssignCase::AssignMethod assignMethod = (UniformAssignCase::AssignMethod)assignMethodI; in init() local
1937 TestCaseGroup* const assignMethodGroup = new TestCaseGroup(m_context, UniformAssignCase::getAssignMethodName(assignMethod), UniformAssignCas in init()
1774 UniformAssignCase(Context& context, const char* const name, const char* const description, const CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, const CheckMethod checkMethod, const AssignMethod assignMethod, const deUint32 additionalFeatures) UniformAssignCase() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fUniformApiTests.cpp2328 AssignMethod assignMethod,
2385 const char* UniformValueCase::getAssignMethodName (const AssignMethod assignMethod) in getAssignMethodName() argument
2387 switch (assignMethod) in getAssignMethodName()
2395 const char* UniformValueCase::getAssignMethodDescription (const AssignMethod assignMethod) in getAssignMethodDescription() argument
2397 switch (assignMethod) in getAssignMethodDescription()
2412 const AssignMethod assignMethod, in UniformValueCase()
2415 (valueToCheck == VALUETOCHECK_INITIAL ? FEATURE_UNIFORMVALUE_ZERO : 0) | (assignMethod == ASSIGNMETHOD_VALUE ? FEATURE_UNIFORMFUNC_VALUE : 0) | additionalFeatures) in UniformValueCase()
2419 DE_ASSERT(!(assignMethod == ASSIGNMETHOD_LAST && valueToCheck == VALUETOCHECK_ASSIGNED)); in UniformValueCase()
2798 const UniformValueCase::AssignMethod assignMethod = (UniformValueCase::AssignMethod)assignMethodI; in init() local
2799 TestCaseGroup* const assignMethodGroup = new TestCaseGroup(m_context, UniformValueCase::getAssignMethodName(assignMethod), UniformValueCas in init()
2405 UniformValueCase(Context& context, const char* const name, const char* const description, const CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, const ValueToCheck valueToCheck, const CheckMethod checkMethod, const AssignMethod assignMethod, const deUint32 additionalFeatures) UniformValueCase() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fUniformApiTests.cpp1826 AssignMethod assignMethod,
1883 const char* UniformValueCase::getAssignMethodName (const AssignMethod assignMethod) in getAssignMethodName() argument
1885 switch (assignMethod) in getAssignMethodName()
1893 const char* UniformValueCase::getAssignMethodDescription (const AssignMethod assignMethod) in getAssignMethodDescription() argument
1895 switch (assignMethod) in getAssignMethodDescription()
1910 const AssignMethod assignMethod, in UniformValueCase()
1913 (valueToCheck == VALUETOCHECK_INITIAL ? FEATURE_UNIFORMVALUE_ZERO : 0) | (assignMethod == ASSIGNMETHOD_VALUE ? FEATURE_UNIFORMFUNC_VALUE : 0) | additionalFeatures) in UniformValueCase()
1917 DE_ASSERT(!(assignMethod == ASSIGNMETHOD_LAST && valueToCheck == VALUETOCHECK_ASSIGNED)); in UniformValueCase()
2272 const UniformValueCase::AssignMethod assignMethod = (UniformValueCase::AssignMethod)assignMethodI; in init() local
2273 TestCaseGroup* const assignMethodGroup = new TestCaseGroup(m_context, UniformValueCase::getAssignMethodName(assignMethod), UniformValueCas in init()
1903 UniformValueCase(Context& context, const char* const name, const char* const description, const CaseShaderType shaderType, const SharedPtr<const UniformCollection>& uniformCollection, const ValueToCheck valueToCheck, const CheckMethod checkMethod, const AssignMethod assignMethod, const deUint32 additionalFeatures) UniformValueCase() argument
[all...]

Completed in 15 milliseconds