Home
last modified time | relevance | path

Searched refs:CompilerNULL (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DCompilerNULL.cpp6 // CompilerNULL.cpp:
7 // Implements the class methods for CompilerNULL.
10 #include "libANGLE/renderer/null/CompilerNULL.h"
17 CompilerNULL::CompilerNULL() : CompilerImpl() {} in CompilerNULL() function in rx::CompilerNULL
19 CompilerNULL::~CompilerNULL() {} in ~CompilerNULL()
21 ShShaderOutput CompilerNULL::getTranslatorOutputType() const in getTranslatorOutputType()
H A DCompilerNULL.h6 // CompilerNULL.h:
7 // Defines the class interface for CompilerNULL, implementing CompilerImpl.
18 class CompilerNULL : public CompilerImpl class
21 CompilerNULL();
22 ~CompilerNULL() override;
H A DContextNULL.cpp17 #include "libANGLE/renderer/null/CompilerNULL.h"
410 return new CompilerNULL(); in createCompiler()

Completed in 2 milliseconds