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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseHelper.h 81 linkage(nullptr), scanContext(nullptr), ppContext(nullptr) { }
88 void setScanContext(TScanContext* c) { scanContext = c; }
89 TScanContext* getScanContext() const { return scanContext; }
135 TScanContext* scanContext;
ShaderLang.cpp 53 #include "ScanContext.h"
180 TScanContext scanContext(parseContext);
181 parseContext.setScanContext(&scanContext);
689 glslang::TScanContext scanContext(*parseContext);
691 parseContext->setScanContext(&scanContext);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp 109 HlslScanContext scanContext(*this, ppContext);
110 HlslGrammar grammar(scanContext, *this);
    [all...]

Completed in 68 milliseconds