Home
last modified time | relevance | path

Searched defs:getAsCompiler (Results 1 – 4 of 4) sorted by relevance

/external/deqp-deps/glslang/glslang/Include/
DShHandle.h61 virtual TCompiler* getAsCompiler() { return 0; } in getAsCompiler() function
98 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
/external/angle/third_party/glslang/src/glslang/Include/
DShHandle.h61 virtual TCompiler* getAsCompiler() { return 0; } in getAsCompiler() function
98 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
/external/angle/src/compiler/translator/
DCompiler.h62 virtual TCompiler *getAsCompiler() { return 0; } in getAsCompiler() function
82 TCompiler *getAsCompiler() override { return this; } in getAsCompiler() function
/external/swiftshader/src/OpenGL/compiler/
DCompiler.h80 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function