Home
last modified time | relevance | path

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

/third_party/glslang/glslang/Include/
DShHandle.h61 virtual TCompiler* getAsCompiler() { return 0; } in getAsCompiler() function
98 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.h67 virtual TCompiler *getAsCompiler() { return 0; } in getAsCompiler() function
95 TCompiler *getAsCompiler() override { return this; } in getAsCompiler() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DCompiler.h80 virtual TCompiler* getAsCompiler() { return this; } in getAsCompiler() function