Home
last modified time | relevance | path

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

/external/angle/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,
331 ANGLE_INLINE void VertexArrayMtl::getVertexAttribFormatAndArraySize(const sh::ShaderVariable &var,
[all …]
DVertexArrayMtl.h25 class VertexArrayMtl : public VertexArrayImpl
28 VertexArrayMtl(const gl::VertexArrayState &state, ContextMtl *context);
29 ~VertexArrayMtl() override;
Dmetal_backend.gni47 "VertexArrayMtl.h",
48 "VertexArrayMtl.mm",
DContextMtl.h33 class VertexArrayMtl; variable
593 VertexArrayMtl *mVertexArray = nullptr;
Dmtl_common.h76 class VertexArrayMtl; variable
DContextMtl.mm35 #include "libANGLE/renderer/metal/VertexArrayMtl.h"
1494 return new VertexArrayMtl(state, this);
/external/angle/
DAndroid.bp2585 "src/libANGLE/renderer/metal/VertexArrayMtl.h",
2586 "src/libANGLE/renderer/metal/VertexArrayMtl.mm",