Home
last modified time | relevance | path

Searched refs:EbtGSampler2D (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DBaseTypes.h81 EbtGSampler2D, // non type: represents sampler2D, isampler2D, and usampler2D enumerator
DSymbolTable.h355 if(ptype1->getBasicType() == EbtGSampler2D)
DInitialize.cpp306 TType *gsampler2D = new TType(EbtGSampler2D); in InsertBuiltInFunctions()