Searched refs:onBindBuffers (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DOpsRenderPass.h | 46 void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer,
|
H A D | GrD3DOpsRenderPass.cpp | 242 void GrD3DOpsRenderPass::onBindBuffers(sk_sp<const GrBuffer> indexBuffer, in onBindBuffers() function in GrD3DOpsRenderPass
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnOpsRenderPass.h | 45 void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer,
|
H A D | GrDawnOpsRenderPass.cpp | 175 void GrDawnOpsRenderPass::onBindBuffers(sk_sp<const GrBuffer> indexBuffer, in onBindBuffers() function in GrDawnOpsRenderPass
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockOpsRenderPass.h | 43 void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer,
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkOpsRenderPass.h | 76 void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer,
|
H A D | GrVkOpsRenderPass.cpp | 720 void GrVkOpsRenderPass::onBindBuffers(sk_sp<const GrBuffer> indexBuffer, in onBindBuffers() function in GrVkOpsRenderPass
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLOpsRenderPass.h | 67 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 D | GrGLOpsRenderPass.cpp | 99 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 D | GrMtlOpsRenderPass.h | 45 void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer,
|
/third_party/skia/src/gpu/ |
H A D | GrOpsRenderPass.h | 187 virtual void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer,
|
H A D | GrOpsRenderPass.cpp | 209 this->onBindBuffers(std::move(indexBuffer), std::move(instanceBuffer), std::move(vertexBuffer), in bindBuffers()
|
Completed in 7 milliseconds