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

  /external/deqp/framework/opengl/
gluVarTypeUtil.hpp 253 DE_ASSERT(isDataTypeVector(parentType.getBasicType()));
298 else if (isDataTypeVector(basicType))
362 if (!isDataTypeVector(basicType))
gluVarTypeUtil.cpp 145 else if (curType.isBasicType() && isDataTypeVector(curType.getBasicType()))
gluShaderUtil.hpp 200 inline bool isDataTypeVector (DataType dataType) { return deInRange32(dataType, TYPE_FLOAT_VEC2, TYPE_FLOAT_VEC4) || deInRange32(dataType, TYPE_INT_VEC2, TYPE_INT_VEC4) || deInRange32(dataType, TYPE_UINT_VEC2, TYPE_UINT_VEC4) || deInRange32(dataType, TYPE_BOOL_VEC2, TYPE_BOOL_VEC4); }
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.cpp 129 const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBasicType()) && !glu::isDataTypeMatrix(varType.getBasicType());
175 const bool isOpaqueType = !glu::isDataTypeScalar(varType.getBasicType()) && !glu::isDataTypeVector(varType.getBasicType()) && !glu::isDataTypeMatrix(varType.getBasicType());
es31fProgramInterfaceDefinitionUtil.cpp 255 else if (glu::isDataTypeVector(varType.getBasicType()))
331 else if (glu::isDataTypeVector(varType.getBasicType()) || glu::isDataTypeMatrix(varType.getBasicType()))
696 else if (glu::isDataTypeVector(type))
    [all...]
es31fUniformLocationTests.cpp 138 if (glu::isDataTypeVector(type.getBasicType()))
    [all...]
es31fProgramUniformTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 326 const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeScalarSize(m_dataType)) : (-1);
327 const char* const vectorType = glu::getDataTypeName((glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::TYPE_FLOAT));
es2fShaderMatrixTests.cpp 811 DE_ASSERT(isDataTypeVector(otherType));
    [all...]
es2fUniformApiTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp 402 const int vectorSize = (glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeMatrixNumRows(m_dataType)) : (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeScalarSize(m_dataType)) : (-1);
403 const char* const vectorType = glu::getDataTypeName((glu::isDataTypeMatrix(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::TYPE_FLOAT));
es3fShaderMatrixTests.cpp     [all...]
es3fUniformApiTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp     [all...]

Completed in 329 milliseconds