Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h338 using VertexArrayMap = ResourceMap<VertexArray, VertexArrayID>; variable
597 const VertexArrayMap &getVertexArraysForCapture() const { return mVertexArrayMap; } in getVertexArraysForCapture()
724 VertexArrayMap mVertexArrayMap;
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp1414 const gl::VertexArrayMap &vertexArrayMap = context->getVertexArraysForCapture(); in SerializeContextToString()
DFrameCapture.cpp3182 const gl::VertexArrayMap &vertexArrayMap = context->getVertexArraysForCapture(); in CaptureMidExecutionSetup()