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

  /external/swiftshader/src/OpenGL/compiler/
Types.h 258 TType(TStructure* userDef, TPrecision p = EbpUndefined) :
261 structure(userDef), mangled(0)
573 TType* userDef;
587 userDef = 0;
622 if (!userDef)
627 return userDef->isStructureContainingArrays();
632 if(!userDef)
637 return userDef->isStructureContainingType(t);
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/Include/
Types.h 1086 const TType* userDef;
1096 userDef = nullptr;
    [all...]

Completed in 67 milliseconds