Home
last modified time | relevance | path

Searched defs:contextImpl (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCLPlatformVk.cpp73 CLContextImpl::Ptr contextImpl; in createContext() local
82 CLContextImpl::Ptr contextImpl; in createContextFromType() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.cpp863 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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DProgramNULL.cpp34 std::unique_ptr<LinkEvent> ProgramNULL::link(const gl::Context *contextImpl, in link()