Searched refs:SAMPLERCUBE (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.h110 SAMPLERCUBE = 313, enumerator in enum:yytokentype
H A Dglslang.l173 "samplerCube" { context->lexAfterType = true; return SAMPLERCUBE; }
H A Dglslang_tab.cpp197 SAMPLERCUBE = 313, enumerator in enum:yytokentype
752 "VOID_TYPE", "WHILE", "SAMPLER2D", "SAMPLERCUBE", "SAMPLER_EXTERNAL_OES",
H A Dglslang.y168 %token <lex> SAMPLER2D SAMPLERCUBE SAMPLER_EXTERNAL_OES SAMPLER2DRECT SAMPLER2DARRAY
1220 | SAMPLERCUBE {
H A Dglslang_lex.cpp1890 { context->lexAfterType = true; return SAMPLERCUBE; }
/external/deqp/framework/randomshaders/
H A DrsgToken.hpp86 SAMPLERCUBE, enumerator in enum:rsg::Token::Type
H A DrsgVariableType.cpp254 case TYPE_SAMPLER_CUBE: str << Token::SAMPLERCUBE; break; member in class:rsg::Token

Completed in 147 milliseconds