Home
last modified time | relevance | path

Searched refs:getDataTypeFloatScalars (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp155 const DataType floatType = getDataTypeFloatScalars(basicType); in genVertexShader()
255 const DataType floatType = getDataTypeFloatScalars(basicType); in genFragmentShader()
301 const DataType floatType = getDataTypeFloatScalars(basicType); in specializeVertexShader()
322 const DataType floatType = getDataTypeFloatScalars(basicType); in specializeVertexShader()
376 const DataType floatType = getDataTypeFloatScalars(basicType); in specializeFragmentShader()
452 const DataType floatType = getDataTypeFloatScalars(basicType); in generateVertexSpecialization()
/external/deqp/framework/opengl/
DgluShaderUtil.hpp199 DataType getDataTypeFloatScalars (DataType dataType);
DgluShaderUtil.cpp441 DataType getDataTypeFloatScalars (DataType dataType) in getDataTypeFloatScalars() function
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp382 const int numComps = glu::getDataTypeFloatScalars(dataType); in verifyConstantDerivate()
455 const int numComponents = glu::getDataTypeFloatScalars(dataType); in reverifyConstantDerivateWithFlushRelaxations()
1066 const int numComps = glu::getDataTypeFloatScalars(m_dataType); in verify()
1361 const int numComps = glu::getDataTypeFloatScalars(m_dataType); in verify()
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp215 DataType floatType = getDataTypeFloatScalars(basicType); in printInputColor()