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

  /external/deqp/framework/opengl/
gluShaderUtil.hpp 234 inline bool isDataTypeScalar (DataType dataType) { return (dataType == TYPE_FLOAT) || (dataType == TYPE_DOUBLE) ||(dataType == TYPE_INT) || (dataType == TYPE_UINT) || (dataType == TYPE_BOOL); }
gluVarTypeUtil.hpp 189 struct IsScalarType { bool operator() (const VarType& type) const { return type.isBasicType() && isDataTypeScalar(type.getBasicType()); } };
gluShaderLibrary.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.cpp 131 const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBasicType()) && !glu::isDataTypeMatrix(varType.getBasicType());
177 const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBasicType()) && !glu::isDataTypeMatrix(varType.getBasicType());
es31fProgramInterfaceDefinitionUtil.cpp 401 if (glu::isDataTypeScalar(varType.getBasicType()))
570 if (glu::isDataTypeScalar(varType.getBasicType()))
1018 if (glu::isDataTypeScalar(type))
    [all...]
es31fProgramUniformTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp     [all...]
  /external/deqp/external/openglcts/modules/common/
glcShaderLibraryCase.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp     [all...]

Completed in 295 milliseconds