Home
last modified time | relevance | path

Searched refs:VertexArrayMap (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DContext.h337 using VertexArrayMap = ResourceMap<VertexArray, VertexArrayID>; variable
598 const VertexArrayMap &getVertexArraysForCapture() const { return mVertexArrayMap; } in getVertexArraysForCapture()
721 VertexArrayMap mVertexArrayMap;
/external/angle/src/libANGLE/capture/
Dframe_capture_utils.cpp1414 const gl::VertexArrayMap &vertexArrayMap = context->getVertexArraysForCapture(); in SerializeContextToString()
DFrameCapture.cpp2915 const gl::VertexArrayMap &vertexArrayMap = context->getVertexArraysForCapture(); in CaptureMidExecutionSetup()