/third_party/flutter/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::stencilFillPath(const gl::Path *path, GLenum fillMode, GLuint mask) in stencilFillPath() 27 void ContextImpl::stencilStrokePath(const gl::Path *path, GLint reference, GLuint mask) in stencilStrokePath() 32 void ContextImpl::coverFillPath(const gl::Path *path, GLenum coverMode) in coverFillPath() 37 void ContextImpl::coverStrokePath(const gl::Path *path, GLenum coverMode) in coverStrokePath() 42 void ContextImpl::stencilThenCoverFillPath(const gl::Path *path, in stencilThenCoverFillPath() 50 void ContextImpl::stencilThenCoverStrokePath(const gl::Path *path, in stencilThenCoverStrokePath() 58 void ContextImpl::coverFillPathInstanced(const std::vector<gl::Path *> &paths, in coverFillPathInstanced() 66 void ContextImpl::coverStrokePathInstanced(const std::vector<gl::Path *> &paths, in coverStrokePathInstanced() [all …]
|
D | ProgramPipelineImpl.h | 17 class ContextImpl; variable 24 virtual void destroy(const ContextImpl *contextImpl) {} in destroy()
|
D | EGLImplFactory.h | 33 class ContextImpl; variable 63 virtual ContextImpl *createContext(const gl::State &state,
|
D | ContextImpl.h | 30 class ContextImpl : public GLImplFactory 33 ContextImpl(const gl::State &state, gl::ErrorSet *errorSet); 34 ~ContextImpl() override;
|
D | VertexArrayImpl.h | 29 class ContextImpl; variable
|
D | GLImplFactory.h | 34 class ContextImpl; variable
|
D | renderer_utils.h | 45 class ContextImpl; variable 299 angle::Result ComputeStartVertex(ContextImpl *contextImpl,
|
/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 | ContextImpl.h | 30 class ContextImpl : public GLImplFactory 33 ContextImpl(const gl::State &state, gl::ErrorSet *errorSet); 34 ~ContextImpl() override;
|
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 | ProgramPipelineImpl.h | 17 class ContextImpl; variable
|
D | VertexArrayImpl.h | 29 class ContextImpl; variable
|
D | GLImplFactory.h | 36 class ContextImpl; variable
|
/third_party/flutter/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()
|
/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()
|
/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/flutter/skia/third_party/externals/angle2/src/tests/ |
D | angle_unittests_utils.h | 85 MOCK_METHOD1(createContext, ContextImpl *(const gl::State &)); 130 ContextImpl *(const gl::State &,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 67 ContextImpl *createContext(const gl::State &state,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Context.h | 64 class ContextImpl; variable 465 rx::ContextImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() 632 std::unique_ptr<rx::ContextImpl> mImplementation;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
D | DisplayEAGL.h | 57 ContextImpl *createContext(const gl::State &state,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
D | DisplayCGL.h | 47 ContextImpl *createContext(const gl::State &state,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DisplayNULL.h | 72 ContextImpl *createContext(const gl::State &state,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | DisplayVk.h | 62 ContextImpl *createContext(const gl::State &state,
|