Home
last modified time | relevance | path

Searched refs:parseValueElement (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcShaderLibrary.cpp177 void parseValueElement(DataType dataType, ShaderCase::Value& result);
740 void ShaderParser::parseValueElement(DataType expectedDataType, ShaderCase::Value& result) in parseValueElement() function in deqp::sl::ShaderParser
851 parseValueElement(result.dataType, result); in parseValue()
869 parseValueElement(result.dataType, result); in parseValue()
/external/deqp/framework/opengl/
DgluShaderLibrary.cpp381 void parseValueElement (DataType dataType, Value& result);
924 void ShaderParser::parseValueElement (DataType expectedDataType, Value& result) in parseValueElement() function in glu::sl::ShaderParser
1045 parseValueElement(basicType, dstBlock->back()); in parseValue()
1063 parseValueElement(basicType, dstBlock->back()); in parseValue()