/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | ContextImpl.cpp | 16 ContextImpl::ContextImpl(const gl::State &state, gl::ErrorSet *errorSet) in ContextImpl() function in rx::ContextImpl 20 ContextImpl::~ContextImpl() {} in ~ContextImpl() 22 void ContextImpl::invalidateTexture(gl::TextureType target) in invalidateTexture() 27 angle::Result ContextImpl::onUnMakeCurrent(const gl::Context *context) in onUnMakeCurrent() 32 angle::Result ContextImpl::handleNoopDrawEvent() in handleNoopDrawEvent() 37 void ContextImpl::setMemoryProgramCache(gl::MemoryProgramCache *memoryProgramCache) in setMemoryProgramCache() 42 void ContextImpl::handleError(GLenum errorCode, in handleError() 53 egl::ContextPriority ContextImpl::getContextPriority() const in getContextPriority() 58 egl::Error ContextImpl::releaseHighPowerGPU(gl::Context *) in releaseHighPowerGPU() 63 egl::Error ContextImpl::reacquireHighPowerGPU(gl::Context *) in reacquireHighPowerGPU() [all …]
|
D | renderer_utils.h | 46 class ContextImpl; variable 265 angle::Result ComputeStartVertex(ContextImpl *contextImpl, 372 angle::Result MultiDrawArraysGeneral(ContextImpl *contextImpl, 378 angle::Result MultiDrawArraysIndirectGeneral(ContextImpl *contextImpl, 384 angle::Result MultiDrawArraysInstancedGeneral(ContextImpl *contextImpl, 391 angle::Result MultiDrawElementsGeneral(ContextImpl *contextImpl, 398 angle::Result MultiDrawElementsIndirectGeneral(ContextImpl *contextImpl, 405 angle::Result MultiDrawElementsInstancedGeneral(ContextImpl *contextImpl, 413 angle::Result MultiDrawArraysInstancedBaseInstanceGeneral(ContextImpl *contextImpl, 421 angle::Result MultiDrawElementsInstancedBaseVertexBaseInstanceGeneral(ContextImpl *contextImpl,
|
D | EGLImplFactory.h | 33 class ContextImpl; variable 64 virtual ContextImpl *createContext(const gl::State &state,
|
D | renderer_utils.cpp | 592 ContextImpl *implFactory = context->getImplementation(); in getIncompleteTexture() 863 angle::Result ComputeStartVertex(ContextImpl *contextImpl, in ComputeStartVertex() 1041 angle::Result MultiDrawArraysGeneral(ContextImpl *contextImpl, in MultiDrawArraysGeneral() 1062 angle::Result MultiDrawArraysIndirectGeneral(ContextImpl *contextImpl, in MultiDrawArraysIndirectGeneral() 1088 angle::Result MultiDrawArraysInstancedGeneral(ContextImpl *contextImpl, in MultiDrawArraysInstancedGeneral() 1110 angle::Result MultiDrawElementsGeneral(ContextImpl *contextImpl, in MultiDrawElementsGeneral() 1132 angle::Result MultiDrawElementsIndirectGeneral(ContextImpl *contextImpl, in MultiDrawElementsIndirectGeneral() 1160 angle::Result MultiDrawElementsInstancedGeneral(ContextImpl *contextImpl, in MultiDrawElementsInstancedGeneral() 1183 angle::Result MultiDrawArraysInstancedBaseInstanceGeneral(ContextImpl *contextImpl, in MultiDrawArraysInstancedBaseInstanceGeneral() 1217 angle::Result MultiDrawElementsInstancedBaseVertexBaseInstanceGeneral(ContextImpl *contextImpl, in MultiDrawElementsInstancedBaseVertexBaseInstanceGeneral()
|
D | ContextImpl.h | 30 class ContextImpl : public GLImplFactory 33 ContextImpl(const gl::State &state, gl::ErrorSet *errorSet); 34 ~ContextImpl() override;
|
D | ProgramPipelineImpl.h | 17 class ContextImpl; variable
|
D | VertexArrayImpl.h | 29 class ContextImpl; variable
|
D | GLImplFactory.h | 36 class ContextImpl; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | ContextD3D.h | 16 class ContextD3D : public ContextImpl, public d3d::Context 19 ContextD3D(const gl::State &state, gl::ErrorSet *errorSet) : ContextImpl(state, errorSet) {} in ContextD3D()
|
D | DisplayD3D.h | 49 ContextImpl *createContext(const gl::State &state,
|
D | RendererD3D.h | 44 class ContextImpl; variable 161 virtual ContextImpl *createContext(const gl::State &state, gl::ErrorSet *errorSet) = 0;
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
D | angle_unittests_utils.h | 84 MOCK_METHOD1(createContext, ContextImpl *(const gl::State &)); 129 ContextImpl *(const gl::State &,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 72 ContextImpl *createContext(const gl::State &state,
|
D | DisplayNULL.cpp | 186 rx::ContextImpl *DisplayNULL::createContext(const gl::State &state, in createContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
D | DisplayEAGL.h | 57 ContextImpl *createContext(const gl::State &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.h | 68 ContextImpl *createContext(const gl::State &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.h | 52 class ContextImpl; variable 483 rx::ContextImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() 703 std::unique_ptr<rx::ContextImpl> mImplementation;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | RendererGL.h | 48 class ContextImpl; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
D | DisplayGLX.h | 60 ContextImpl *createContext(const gl::State &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | DisplayWGL.h | 49 ContextImpl *createContext(const gl::State &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | DisplayVk.h | 106 ContextImpl *createContext(const gl::State &state,
|
D | DisplayVk.cpp | 173 ContextImpl *DisplayVk::createContext(const gl::State &state, in createContext()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
D | DisplayEGL.h | 65 ContextImpl *createContext(const gl::State &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | DisplayMtl.h | 76 ContextImpl *createContext(const gl::State &state,
|
D | ContextMtl.h | 35 class ContextMtl : public ContextImpl, public mtl::Context 271 using ContextImpl::handleError;
|