Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLOpsRenderPass.cpp162 this->offsetForBaseIndex(baseIndex), 1, baseVertex, 0)); in onDrawIndexed()
171 GR_GL_UNSIGNED_SHORT, this->offsetForBaseIndex(baseIndex))); in onDrawIndexed()
174 this->offsetForBaseIndex(baseIndex))); in onDrawIndexed()
214 this->offsetForBaseIndex(baseIndex), instanceCountForDraw, baseVertex, in onDrawIndexedInstanced()
220 this->offsetForBaseIndex(baseIndex), instanceCountForDraw)); in onDrawIndexedInstanced()
364 fIndices[i] = this->offsetForBaseIndex(cmd.fBaseIndex); in multiDrawElementsANGLEOrWebGL()
H A DGrGLOpsRenderPass.h46 const void* offsetForBaseIndex(int baseIndex) const { in offsetForBaseIndex() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLOpsRenderPass.cpp137 GR_GL_UNSIGNED_SHORT, this->offsetForBaseIndex(baseIndex)); in onDrawIndexed()
140 this->offsetForBaseIndex(baseIndex)); in onDrawIndexed()
162 this->offsetForBaseIndex(baseIndex), in onDrawIndexedInstanced()
H A DGrGLOpsRenderPass.h46 const void* offsetForBaseIndex(int baseIndex) const { in offsetForBaseIndex() function