Home
last modified time | relevance | path

Searched defs:VertexArrayCaptureFuncs (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture.cpp146 struct VertexArrayCaptureFuncs struct
148 VertexArrayCaptureFuncs(bool isGLES1) in VertexArrayCaptureFuncs() function
167 decltype(&gl::CaptureBindVertexArray) bindVertexArray;
168 decltype(&gl::CaptureDeleteVertexArrays) deleteVertexArrays;
169 decltype(&gl::CaptureGenVertexArrays) genVertexArrays;
170 decltype(&gl::CaptureIsVertexArray) isVertexArray;