Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrBufferAllocPool.h321 : GrBufferAllocPool(gpu, GrGpuBufferType::kDrawIndirect, std::move(cpuBufferCache)) {} in GrDrawIndirectBufferAllocPool()
DGrBufferAllocPool.cpp413 (fBufferType == GrGpuBufferType::kDrawIndirect && caps.useClientSideIndirectBuffers())) { in getBuffer()
/third_party/skia/src/gpu/mock/
DGrMockOpTarget.h26 sizeof(fStaticIndirectData), GrGpuBufferType::kDrawIndirect, in GrMockOpTarget()
/third_party/skia/src/gpu/gl/
DGrGLOpsRenderPass.cpp291 fGpu->bindBuffer(GrGpuBufferType::kDrawIndirect, drawIndirectBuffer); in onDrawIndirect()
363 fGpu->bindBuffer(GrGpuBufferType::kDrawIndirect, drawIndirectBuffer); in onDrawIndexedIndirect()
DGrGLBuffer.cpp93 case GrGpuBufferType::kDrawIndirect: in gr_to_gl_access_pattern()
DGrGLGpu.cpp361 this->hwBufferState(GrGpuBufferType::kDrawIndirect)->fGLTarget = GR_GL_DRAW_INDIRECT_BUFFER; in GrGLGpu()
589 this->hwBufferState(GrGpuBufferType::kDrawIndirect)->invalidate(); in onResetContext()
/third_party/skia/src/gpu/d3d/
DGrD3DBuffer.cpp241 this->intendedType() == GrGpuBufferType::kDrawIndirect || in validate()
/third_party/skia/src/gpu/mtl/
DGrMtlBuffer.mm193 this->intendedType() == GrGpuBufferType::kDrawIndirect ||
/third_party/skia/src/gpu/vk/
DGrVkBuffer.cpp100 case GrGpuBufferType::kDrawIndirect: in Make()
DGrVkGpu.cpp454 case GrGpuBufferType::kDrawIndirect: in onCreateBuffer()
/third_party/skia/include/private/
DGrTypesPriv.h724 kDrawIndirect, enumerator