Home
last modified time | relevance | path

Searched defs:glPrimType (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLOpsRenderPass.cpp183 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDraw() local
193 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndexed() local
226 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawInstanced() local
244 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndexedInstanced() local
294 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndirect() local
302 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndirect() local
320 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in multiDrawArraysANGLEOrWebGL() local
366 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndexedIndirect() local
374 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in onDrawIndexedIndirect() local
393 GrGLenum glPrimType = fGpu->prepareToDraw(fPrimitiveType); in multiDrawElementsANGLEOrWebGL() local
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp2483 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendMeshToGpu() local
2507 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendIndexedMeshToGpu() local
2525 GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendInstancedMeshToGpu() local
2542 const GrGLenum glPrimType = gr_primitive_type_to_gl_mode(primitiveType); in sendIndexedInstancedMeshToGpu() local