Home
last modified time | relevance | path

Searched refs:VertexArrayNULL (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/null/
DVertexArrayNULL.cpp17 VertexArrayNULL::VertexArrayNULL(const gl::VertexArrayState &data) : VertexArrayImpl(data) {} in VertexArrayNULL() function in rx::VertexArrayNULL
19 angle::Result VertexArrayNULL::syncState(const gl::Context *context, in syncState()
DVertexArrayNULL.h18 class VertexArrayNULL : public VertexArrayImpl
21 VertexArrayNULL(const gl::VertexArrayState &data);
DBUILD.gn48 "VertexArrayNULL.cpp",
49 "VertexArrayNULL.h",
DContextNULL.cpp424 return new VertexArrayNULL(data); in createVertexArray()