Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.h767 const VertexArrayMap &getVertexArraysForCapture() const { return mVertexArrayMap; } in getVertexArraysForCapture() function
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp1479 const gl::VertexArrayMap &vertexArrayMap = context->getVertexArraysForCapture(); in SerializeContextToString()
H A DFrameCapture.cpp5102 const gl::VertexArrayMap &vertexArrayMap = context->getVertexArraysForCapture(); in CaptureMidExecutionSetup()