Home
last modified time | relevance | path

Searched refs:onBindBuffers (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/src/gpu/d3d/
H A DGrD3DOpsRenderPass.h46 void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer,
H A DGrD3DOpsRenderPass.cpp242 void GrD3DOpsRenderPass::onBindBuffers(sk_sp<const GrBuffer> indexBuffer, in onBindBuffers() function in GrD3DOpsRenderPass
/third_party/skia/src/gpu/dawn/
H A DGrDawnOpsRenderPass.h45 void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer,
H A DGrDawnOpsRenderPass.cpp175 void GrDawnOpsRenderPass::onBindBuffers(sk_sp<const GrBuffer> indexBuffer, in onBindBuffers() function in GrDawnOpsRenderPass
/third_party/skia/src/gpu/mock/
H A DGrMockOpsRenderPass.h43 void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer,
/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.h76 void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer,
H A DGrVkOpsRenderPass.cpp720 void GrVkOpsRenderPass::onBindBuffers(sk_sp<const GrBuffer> indexBuffer, in onBindBuffers() function in GrVkOpsRenderPass
/third_party/skia/src/gpu/gl/
H A DGrGLOpsRenderPass.h67 void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer,
97 // If using an index buffer, this gets set during onBindBuffers. It is either the CPU address of
H A DGrGLOpsRenderPass.cpp99 void GrGLOpsRenderPass::onBindBuffers(sk_sp<const GrBuffer> indexBuffer, in onBindBuffers() function in GrGLOpsRenderPass
220 // We weren't able to bind the vertex buffer during onBindBuffers because of a driver bug in onDrawInstanced()
280 // We weren't able to bind the vertex buffer during onBindBuffers because of a driver bug in onDrawIndirect()
354 // onBindBuffers and not expecting to bind it until this point). in onDrawIndexedIndirect()
/third_party/skia/src/gpu/mtl/
H A DGrMtlOpsRenderPass.h45 void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer,
/third_party/skia/src/gpu/
H A DGrOpsRenderPass.h187 virtual void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer,
H A DGrOpsRenderPass.cpp209 this->onBindBuffers(std::move(indexBuffer), std::move(instanceBuffer), std::move(vertexBuffer), in bindBuffers()

Completed in 7 milliseconds