Home
last modified time | relevance | path

Searched refs:VertexArrayMtl (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DVertexArrayMtl.mm6 // VertexArrayMtl.mm:
7 // Implements the class methods for VertexArrayMtl.
10 #include "libANGLE/renderer/metal/VertexArrayMtl.h"
187 // VertexArrayMtl implementation
188 VertexArrayMtl::VertexArrayMtl(const gl::VertexArrayState &state, ContextMtl *context)
203 VertexArrayMtl::~VertexArrayMtl() {}
205 void VertexArrayMtl::destroy(const gl::Context *context)
215 void VertexArrayMtl::reset(ContextMtl *context)
261 angle::Result VertexArrayMtl::syncState(const gl::Context *context,
317 ANGLE_INLINE void VertexArrayMtl::getVertexAttribFormatAndArraySize(const sh::ShaderVariable &var,
[all …]
DVertexArrayMtl.h24 class VertexArrayMtl : public VertexArrayImpl
27 VertexArrayMtl(const gl::VertexArrayState &state, ContextMtl *context);
28 ~VertexArrayMtl() override;
DBUILD.gn52 "VertexArrayMtl.h",
53 "VertexArrayMtl.mm",
DContextMtl.h29 class VertexArrayMtl; variable
542 VertexArrayMtl *mVertexArray = nullptr;
Dmtl_common.h110 class VertexArrayMtl; variable
DContextMtl.mm30 #include "libANGLE/renderer/metal/VertexArrayMtl.h"
1225 return new VertexArrayMtl(state, this);