Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLOpsRenderPass.cpp145 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDraw() local
150 GL_CALL(DrawArrays(glPrimType, baseVertex, vertexCount)); in onDraw()
155 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndexed() local
161 glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, in onDrawIndexed()
188 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawInstanced() local
206 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndexedInstanced() local
213 glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, in onDrawIndexedInstanced()
257 GL_CALL(MultiDrawArraysIndirect(glPrimType, in onDrawIndirect()
265 GL_CALL(DrawArraysIndirect(glPrimType, in onDrawIndirect()
282 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in multiDrawArraysANGLEOrWebGL() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp2285 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendMeshToGpu() local
2288 GL_CALL(DrawArrays(glPrimType, 0, vertexCount)); in sendMeshToGpu()
2291 GL_CALL(DrawArrays(glPrimType, baseVertex, vertexCount)); in sendMeshToGpu()
2309 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendIndexedMeshToGpu() local
2315 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, in sendIndexedMeshToGpu()
2318 GL_CALL(DrawElements(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, elementPtr)); in sendIndexedMeshToGpu()
2327 GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendInstancedMeshToGpu() local
2332 GL_CALL(DrawArraysInstanced(glPrimType, baseVertex, vertexCount, in sendInstancedMeshToGpu()
2344 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendIndexedInstancedMeshToGpu() local
2350 GL_CALL(DrawElementsInstanced(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, elementPtr, in sendIndexedInstancedMeshToGpu()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp2256 GrGLenum glPrimType = this->prepareToDraw(primitiveType); in drawArrays() local
2257 GL_CALL(DrawArrays(glPrimType, baseVertex, vertexCount)); in drawArrays()
2262 GrGLenum glPrimType = this->prepareToDraw(primitiveType); in drawElements() local
2263 GL_CALL(DrawElements(glPrimType, indexCount, indexType, indices)); in drawElements()
2270 GrGLenum glPrimType = this->prepareToDraw(primitiveType); in drawRangeElements() local
2271 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, indexType, in drawRangeElements()
2278 GrGLenum glPrimType = this->prepareToDraw(primitiveType); in drawArraysInstanced() local
2279 GL_CALL(DrawArraysInstanced(glPrimType, baseVertex, vertexCount, instanceCount)); in drawArraysInstanced()
2286 GrGLenum glPrimType = this->prepareToDraw(primitiveType); in drawElementsInstanced() local
2287 GL_CALL(DrawElementsInstanced(glPrimType, indexCount, indexType, indices, instanceCount)); in drawElementsInstanced()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp2285 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendMeshToGpu() local
2288 GL_CALL(DrawArrays(glPrimType, 0, vertexCount)); in sendMeshToGpu()
2291 GL_CALL(DrawArrays(glPrimType, baseVertex, vertexCount)); in sendMeshToGpu()
2309 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendIndexedMeshToGpu() local
2315 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, in sendIndexedMeshToGpu()
2318 GL_CALL(DrawElements(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, elementPtr)); in sendIndexedMeshToGpu()
2327 GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendInstancedMeshToGpu() local
2332 GL_CALL(DrawArraysInstanced(glPrimType, baseVertex, vertexCount, in sendInstancedMeshToGpu()
2344 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendIndexedInstancedMeshToGpu() local
2350 GL_CALL(DrawElementsInstanced(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, elementPtr, in sendIndexedInstancedMeshToGpu()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp2285 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendMeshToGpu() local
2288 GL_CALL(DrawArrays(glPrimType, 0, vertexCount)); in sendMeshToGpu()
2291 GL_CALL(DrawArrays(glPrimType, baseVertex, vertexCount)); in sendMeshToGpu()
2309 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendIndexedMeshToGpu() local
2315 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, in sendIndexedMeshToGpu()
2318 GL_CALL(DrawElements(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, elementPtr)); in sendIndexedMeshToGpu()
2327 GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendInstancedMeshToGpu() local
2332 GL_CALL(DrawArraysInstanced(glPrimType, baseVertex, vertexCount, in sendInstancedMeshToGpu()
2344 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendIndexedInstancedMeshToGpu() local
2350 GL_CALL(DrawElementsInstanced(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, elementPtr, in sendIndexedInstancedMeshToGpu()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp2285 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendMeshToGpu() local
2288 GL_CALL(DrawArrays(glPrimType, 0, vertexCount)); in sendMeshToGpu()
2291 GL_CALL(DrawArrays(glPrimType, baseVertex, vertexCount)); in sendMeshToGpu()
2309 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendIndexedMeshToGpu() local
2315 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, in sendIndexedMeshToGpu()
2318 GL_CALL(DrawElements(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, elementPtr)); in sendIndexedMeshToGpu()
2327 GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendInstancedMeshToGpu() local
2332 GL_CALL(DrawArraysInstanced(glPrimType, baseVertex, vertexCount, in sendInstancedMeshToGpu()
2344 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendIndexedInstancedMeshToGpu() local
2350 GL_CALL(DrawElementsInstanced(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, elementPtr, in sendIndexedInstancedMeshToGpu()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLGpu.cpp2626 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendMeshToGpu() local
2629 GL_CALL(DrawArrays(glPrimType, 0, vertexCount)); in sendMeshToGpu()
2632 GL_CALL(DrawArrays(glPrimType, baseVertex, vertexCount)); in sendMeshToGpu()
2642 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendIndexedMeshToGpu() local
2649 GL_CALL(DrawRangeElements(glPrimType, minIndexValue, maxIndexValue, indexCount, in sendIndexedMeshToGpu()
2652 GL_CALL(DrawElements(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, indices)); in sendIndexedMeshToGpu()
2662 GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendInstancedMeshToGpu() local
2666 GL_CALL(DrawArraysInstanced(glPrimType, baseVertex, vertexCount, in sendInstancedMeshToGpu()
2678 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendIndexedInstancedMeshToGpu() local
2683 GL_CALL(DrawElementsInstanced(glPrimType, indexCount, GR_GL_UNSIGNED_SHORT, indices, in sendIndexedInstancedMeshToGpu()