Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShader.hpp501 void parseDeclarationToken(unsigned long token);
DShader.cpp155 parseDeclarationToken(*token++); in Instruction()
589 void Shader::Instruction::parseDeclarationToken(unsigned long token) in parseDeclarationToken() function in sw::Shader::Instruction