Home
last modified time | relevance | path

Searched refs:ContextImpl (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DContextImpl.cpp16 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 …]
Drenderer_utils.h46 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,
DEGLImplFactory.h33 class ContextImpl; variable
64 virtual ContextImpl *createContext(const gl::State &state,
Drenderer_utils.cpp592 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()
DContextImpl.h30 class ContextImpl : public GLImplFactory
33 ContextImpl(const gl::State &state, gl::ErrorSet *errorSet);
34 ~ContextImpl() override;
DProgramPipelineImpl.h17 class ContextImpl; variable
DVertexArrayImpl.h29 class ContextImpl; variable
DGLImplFactory.h36 class ContextImpl; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DContextD3D.h16 class ContextD3D : public ContextImpl, public d3d::Context
19 ContextD3D(const gl::State &state, gl::ErrorSet *errorSet) : ContextImpl(state, errorSet) {} in ContextD3D()
DDisplayD3D.h49 ContextImpl *createContext(const gl::State &state,
DRendererD3D.h44 class ContextImpl; variable
161 virtual ContextImpl *createContext(const gl::State &state, gl::ErrorSet *errorSet) = 0;
/third_party/skia/third_party/externals/angle2/src/tests/
Dangle_unittests_utils.h84 MOCK_METHOD1(createContext, ContextImpl *(const gl::State &));
129 ContextImpl *(const gl::State &,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DDisplayNULL.h72 ContextImpl *createContext(const gl::State &state,
DDisplayNULL.cpp186 rx::ContextImpl *DisplayNULL::createContext(const gl::State &state, in createContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
DDisplayEAGL.h57 ContextImpl *createContext(const gl::State &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDisplayCGL.h68 ContextImpl *createContext(const gl::State &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h52 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/
DRendererGL.h48 class ContextImpl; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
DDisplayGLX.h60 ContextImpl *createContext(const gl::State &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.h49 ContextImpl *createContext(const gl::State &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DDisplayVk.h106 ContextImpl *createContext(const gl::State &state,
DDisplayVk.cpp173 ContextImpl *DisplayVk::createContext(const gl::State &state, in createContext()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
DDisplayEGL.h65 ContextImpl *createContext(const gl::State &state,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.h76 ContextImpl *createContext(const gl::State &state,
DContextMtl.h35 class ContextMtl : public ContextImpl, public mtl::Context
271 using ContextImpl::handleError;

12