Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DVertexArrayGL.h62 angle::Result recoverForcedStreamingAttributesForDrawArraysInstanced(
125 angle::Result recoverForcedStreamingAttributesForDrawArraysInstanced(
DVertexArrayGL.cpp237 ANGLE_TRY(recoverForcedStreamingAttributesForDrawArraysInstanced( in syncDrawState()
559 angle::Result VertexArrayGL::recoverForcedStreamingAttributesForDrawArraysInstanced( in recoverForcedStreamingAttributesForDrawArraysInstanced() function in rx::VertexArrayGL
562 return recoverForcedStreamingAttributesForDrawArraysInstanced( in recoverForcedStreamingAttributesForDrawArraysInstanced()
566 angle::Result VertexArrayGL::recoverForcedStreamingAttributesForDrawArraysInstanced( in recoverForcedStreamingAttributesForDrawArraysInstanced() function in rx::VertexArrayGL
DContextGL.cpp247 ANGLE_TRY(vaoGL->recoverForcedStreamingAttributesForDrawArraysInstanced(context)); in setDrawArraysState()
278 ANGLE_TRY(vaoGL->recoverForcedStreamingAttributesForDrawArraysInstanced(context)); in setDrawElementsState()