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 484 DataType getDataTypeVector (DataType scalarType, int size)
501 return getDataTypeVector(TYPE_FLOAT, vecSize);
506 return getDataTypeVector(TYPE_INT, vecSize);
511 return getDataTypeVector(TYPE_UINT, vecSize);
516 return getDataTypeVector(TYPE_BOOL, vecSize);
gluShaderUtil.hpp 186 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 127 return getDataTypeVector(scalarType, size);
    [all...]

Completed in 275 milliseconds