Home
last modified time | relevance | path

Searched refs:getDataTypeVector (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/opengl/
DgluShaderUtil.cpp702 DataType getDataTypeVector (DataType scalarType, int size) in getDataTypeVector() function
720 return getDataTypeVector(TYPE_FLOAT, vecSize); in getDataTypeFloatVec()
725 return getDataTypeVector(TYPE_INT, vecSize); in getDataTypeIntVec()
730 return getDataTypeVector(TYPE_UINT, vecSize); in getDataTypeUintVec()
735 return getDataTypeVector(TYPE_BOOL, vecSize); in getDataTypeBoolVec()
DgluShaderUtil.hpp219 DataType getDataTypeVector (DataType scalarType, int size);
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp327 …m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_da… in genVertexSource()
Des2fUniformApiTests.cpp689 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation()
2135 …const glu::DataType secondDataType = glu::isDataTypeScalar(dataType) ? glu::getDataTypeVector(dat… in init()
/external/deqp/modules/gles3/functional/
Des3fDefaultVertexAttributeTests.cpp403 …m_dataType)) ? (glu::getDataTypeVector(glu::TYPE_FLOAT, vectorSize)) : (glu::isDataTypeVector(m_da… in genVertexSource()
Des3fUniformApiTests.cpp840 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation()
2646 …const glu::DataType secondDataType = glu::isDataTypeScalar(dataType) ? glu::getDataTypeVector(dat… in init()
/external/deqp/modules/glshared/
DglsLongStressCase.hpp108 type = glu::getDataTypeVector(glu::TYPE_INT, ValSize); in set()
/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp739 …const glu::DataType targetType = size == 1 ? targetScalarType : glu::getDataTypeVector(targetScal… in getRandomBoolRepresentation()
1914 …const glu::DataType secondDataType = glu::isDataTypeScalar(dataType) ? glu::getDataTypeVector(dat… in init()
Des31fSeparateShaderTests.cpp138 return getDataTypeVector(scalarType, size); in randomType()