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

  /external/deqp/framework/opengl/
gluShaderUtil.cpp 702 DataType getDataTypeVector (DataType scalarType, int size)
720 return getDataTypeVector(TYPE_FLOAT, vecSize);
725 return getDataTypeVector(TYPE_INT, vecSize);
730 return getDataTypeVector(TYPE_UINT, vecSize);
735 return getDataTypeVector(TYPE_BOOL, vecSize);
gluShaderUtil.hpp 219 DataType getDataTypeVector (DataType scalarType, int size);
  /external/deqp/modules/gles2/functional/
es2fDefaultVertexAttributeTests.cpp 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));
es2fUniformApiTests.cpp 689 const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScalarType, size);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDefaultVertexAttributeTests.cpp 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));
es3fUniformApiTests.cpp 840 const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScalarType, size);
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 108 type = glu::getDataTypeVector(glu::TYPE_INT, ValSize);
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 739 const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScalarType, size);
    [all...]
es31fSeparateShaderTests.cpp 138 return getDataTypeVector(scalarType, size);
    [all...]

Completed in 788 milliseconds