Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DBaseTypes.h84 EbtGSampler2DArray, // non type: represents sampler2DArray, isampler2DArray, and usampler2DArray enumerator
DSymbolTable.h379 else if(ptype1->getBasicType() == EbtGSampler2DArray)
DInitialize.cpp309 TType *gsampler2DArray = new TType(EbtGSampler2DArray); in InsertBuiltInFunctions()