Home
last modified time | relevance | path

Searched refs:computeStreamingAttributeSizes (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DVertexArrayGL.h89 void computeStreamingAttributeSizes(const gl::AttributesMask &attribsToStream,
H A DVertexArrayGL.cpp362 void VertexArrayGL::computeStreamingAttributeSizes(const gl::AttributesMask &attribsToStream, in computeStreamingAttributeSizes() function in rx::VertexArrayGL
407 computeStreamingAttributeSizes(attribsToStream, instanceCount, indexRange, &streamingDataSize, in streamAttributes()