HomeSort by relevance Sort by last modified time
    Searched refs:userDef (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Types.h 48 TType* userDef;
60 userDef = 0;
95 if (p.userDef) {
96 structure = p.userDef->getStruct();
97 typeName = NewPoolTString(p.userDef->getTypeName().c_str());
100 TType(TTypeList* userDef, const TString& n, TPrecision p = EbpUndefined) :
102 maxArraySize(0), arrayInformationType(0), structure(userDef), structureSize(0), fieldName(0), mangled(0)
glslang.y 606 if ($1.userDef) {
    [all...]
ParseHelper.cpp 623 if (containsSampler(*pType.userDef)) {
    [all...]

Completed in 91 milliseconds