/external/angle/src/libANGLE/renderer/ |
D | CompilerImpl.h | 20 class CompilerImpl : angle::NonCopyable 23 CompilerImpl() {} in CompilerImpl() function 24 virtual ~CompilerImpl() {} in ~CompilerImpl()
|
D | GLImplFactory.h | 35 class CompilerImpl; variable 61 virtual CompilerImpl *createCompiler() = 0;
|
/external/angle/src/libANGLE/ |
D | Compiler.h | 22 class CompilerImpl; variable 44 std::unique_ptr<rx::CompilerImpl> mImplementation;
|
/external/angle/src/libANGLE/renderer/null/ |
D | CompilerNULL.cpp | 17 CompilerNULL::CompilerNULL() : CompilerImpl() {} in CompilerNULL()
|
D | CompilerNULL.h | 18 class CompilerNULL : public CompilerImpl
|
D | ContextNULL.h | 194 CompilerImpl *createCompiler() override;
|
D | ContextNULL.cpp | 387 CompilerImpl *ContextNULL::createCompiler() in createCompiler()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CompilerVk.cpp | 17 CompilerVk::CompilerVk() : CompilerImpl() {} in CompilerVk()
|
D | CompilerVk.h | 18 class CompilerVk : public CompilerImpl
|
D | ContextVk.h | 270 CompilerImpl *createCompiler() override;
|
/external/angle/src/libANGLE/renderer/metal/ |
D | CompilerMtl.h | 18 class CompilerMtl : public CompilerImpl
|
D | CompilerMtl.mm | 18 CompilerMtl::CompilerMtl() : CompilerImpl() {}
|
D | ContextMtl.h | 204 CompilerImpl *createCompiler() override;
|
D | ContextMtl.mm | 1122 CompilerImpl *ContextMtl::createCompiler()
|
/external/angle/src/tests/ |
D | angle_unittests_utils.h | 27 CompilerImpl *createCompiler() override { return nullptr; } in createCompiler() 85 MOCK_METHOD0(createCompiler, CompilerImpl *());
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | CompilerD3D.h | 18 class CompilerD3D : public CompilerImpl
|
/external/angle/src/libANGLE/renderer/gl/ |
D | CompilerGL.h | 18 class CompilerGL : public CompilerImpl
|
D | ContextGL.h | 52 CompilerImpl *createCompiler() override;
|
D | ContextGL.cpp | 54 CompilerImpl *ContextGL::createCompiler() in createCompiler()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | compiler.cc | 92 class CompilerImpl : public Compiler { class 95 CompilerImpl(const NodeShader* node_shader, const GpuInfo* gpu_info, in CompilerImpl() function in tflite::gpu::gl::__anon275ffe220111::CompilerImpl 302 return absl::make_unique<CompilerImpl>(node_shader, gpu_info, options); in NewCompiler()
|
/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | Context9.h | 30 CompilerImpl *createCompiler() override;
|
D | Context9.cpp | 48 CompilerImpl *Context9::createCompiler() in createCompiler()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Context11.h | 31 CompilerImpl *createCompiler() override;
|
D | Context11.cpp | 133 CompilerImpl *Context11::createCompiler() in createCompiler()
|
/external/angle/src/ |
D | libGLESv2.gni | 284 "src/libANGLE/renderer/CompilerImpl.h",
|