Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DVertexArrayPerfTest.cpp135 void VertexArrayBenchmark::rebindVertexArray(GLuint vertexArrayID, GLuint bufferID) in rebindVertexArray()
147 void VertexArrayBenchmark::updateBufferData(GLuint vertexArrayID, in updateBufferData()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A DFrameCapture.cpp5109 gl::VertexArrayID vertexArrayID = {vertexArrayIter.first}; in CaptureMidExecutionSetup() local