Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DVertexArrayGL.h63 angle::Result recoverForcedStreamingAttributesForDrawArraysInstanced(
126 angle::Result recoverForcedStreamingAttributesForDrawArraysInstanced(
H A DVertexArrayGL.cpp249 ANGLE_TRY(recoverForcedStreamingAttributesForDrawArraysInstanced( in syncDrawState()
587 angle::Result VertexArrayGL::recoverForcedStreamingAttributesForDrawArraysInstanced( in recoverForcedStreamingAttributesForDrawArraysInstanced() function in rx::VertexArrayGL
590 return recoverForcedStreamingAttributesForDrawArraysInstanced( in recoverForcedStreamingAttributesForDrawArraysInstanced()
594 angle::Result VertexArrayGL::recoverForcedStreamingAttributesForDrawArraysInstanced( in recoverForcedStreamingAttributesForDrawArraysInstanced() function in rx::VertexArrayGL
H A DContextGL.cpp282 ANGLE_TRY(vaoGL->recoverForcedStreamingAttributesForDrawArraysInstanced(context)); in setDrawArraysState()
313 ANGLE_TRY(vaoGL->recoverForcedStreamingAttributesForDrawArraysInstanced(context)); in setDrawElementsState()