Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Drenderer_utils.cpp1069 const GLubyte *indirectPtr = static_cast<const GLubyte *>(indirect); in MultiDrawArraysIndirectGeneral() local
1074 context, mode, reinterpret_cast<const gl::DrawArraysIndirectCommand *>(indirectPtr))); in MultiDrawArraysIndirectGeneral()
1077 indirectPtr += sizeof(gl::DrawArraysIndirectCommand); in MultiDrawArraysIndirectGeneral()
1081 indirectPtr += stride; in MultiDrawArraysIndirectGeneral()
1140 const GLubyte *indirectPtr = static_cast<const GLubyte *>(indirect); in MultiDrawElementsIndirectGeneral() local
1146 reinterpret_cast<const gl::DrawElementsIndirectCommand *>(indirectPtr))); in MultiDrawElementsIndirectGeneral()
1149 indirectPtr += sizeof(gl::DrawElementsIndirectCommand); in MultiDrawElementsIndirectGeneral()
1153 indirectPtr += stride; in MultiDrawElementsIndirectGeneral()