Home
last modified time | relevance | path

Searched refs:getDataTypeFromGLType (Results 1 – 10 of 10) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTestCase.cpp384 if (variable->getBasicType() != glu::getDataTypeFromGLType(propValue)) in validateSingleVariable()
386 …:TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)… in validateSingleVariable()
418 if (glu::getDataTypeFromGLType(propValue) != builtins[ndx].type) in validateBuiltinVariable()
420 …:TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)… in validateBuiltinVariable()
1609 if (glu::getDataTypeFromGLType(propValue) != varType) in validateBuiltinVariable()
1611 …:TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)… in validateBuiltinVariable()
1630 if (elementType.getBasicType() != glu::getDataTypeFromGLType(propValue)) in validateSingleVariable()
1632 …:TestLog::Message << "\tError, got " << glu::getDataTypeName(glu::getDataTypeFromGLType(propValue)… in validateSingleVariable()
Des31fLayoutBindingTests.cpp1139 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders()
1276 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders()
1496 const std::string imageType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_imageType)); in generateShaders()
1600 const std::string imageType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_imageType)); in generateShaders()
Des31fSSBOLayoutCase.cpp1447 entry.type = glu::getDataTypeFromGLType(returnValues[1]); in getGLBufferLayout()
/external/deqp/framework/opengl/
DgluShaderUtil.hpp270 DataType getDataTypeFromGLType (deUint32 glType);
DgluShaderUtil.cpp1180 DataType getDataTypeFromGLType (deUint32 glType) in getDataTypeFromGLType() function
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp1470 const glu::DataType reportedType = glu::getDataTypeFromGLType(reportedTypeGL); in getActiveUniforms()
1599 …const glu::DataType reportedType = glu::getDataTypeFromGLType((deUint32)uniformTypeBuf[validNd… in getActiveUniformsiv()
Des3fTransformFeedbackTests.cpp838 const glu::DataType dataType = glu::getDataTypeFromGLType(type); in logTransformFeedbackVaryings()
/external/deqp/external/openglcts/modules/common/
DglcUniformBlockCase.cpp1200 entry.type = glu::getDataTypeFromGLType(types[uniformNdx]); in getGLUniformLayout()
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp1258 entry.type = glu::getDataTypeFromGLType(types[uniformNdx]); in getGLUniformLayout()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp1273 const glu::DataType reportedType = glu::getDataTypeFromGLType(reportedTypeGL); in getActiveUniforms()