HomeSort by relevance Sort by last modified time
    Searched refs:typeContainsMatchingBasicType (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 218 static bool typeContainsMatchingBasicType (const glu::VarType& type, const dataTypePredicate predicate)
223 return typeContainsMatchingBasicType(type.getElementType(), predicate);
229 if (typeContainsMatchingBasicType(structType.getMember(i).getType(), predicate))
349 if (typeContainsMatchingBasicType(m_uniforms[i].type, predicate))
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 154 static bool typeContainsMatchingBasicType (const glu::VarType& type, const dataTypePredicate predicate)
159 return typeContainsMatchingBasicType(type.getElementType(), predicate);
165 if (typeContainsMatchingBasicType(structType.getMember(i).getType(), predicate))
303 if (typeContainsMatchingBasicType(m_uniforms[i].type, predicate))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 214 static bool typeContainsMatchingBasicType (const glu::VarType& type, const dataTypePredicate predicate)
219 return typeContainsMatchingBasicType(type.getElementType(), predicate);
225 if (typeContainsMatchingBasicType(structType.getMember(i).getType(), predicate))
369 if (typeContainsMatchingBasicType(m_uniforms[i].type, predicate))
    [all...]

Completed in 45 milliseconds