Home
last modified time | relevance | path

Searched defs:instanceBuffer (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLOpsRenderPass.cpp115 sk_sp<const GrBuffer> instanceBuffer, in onBindBuffers()
159 void GrGLOpsRenderPass::bindInstanceBuffer(const GrBuffer* instanceBuffer, int baseInstance) { in bindInstanceBuffer()
/aosp_15_r20/external/openthread/src/core/instance/
H A Dinstance.cpp323 uint64_t *instanceBuffer = gMultiInstanceRaw + aIdx * INSTANCE_SIZE_ALIGNED; in InitMultiple() local
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DPipelineState.cpp155 sk_sp<const GrBuffer> instanceBuffer, in bindBuffers()
H A DGrD3DOpsRenderPass.cpp244 sk_sp<const GrBuffer> instanceBuffer, in onBindBuffers()
H A DGrD3DCommandList.cpp372 sk_sp<const GrBuffer> instanceBuffer, in setVertexBuffers()
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockOpsRenderPass.h62 void onBindBuffers(sk_sp<const GrBuffer> indexBuffer, sk_sp<const GrBuffer> instanceBuffer, in onBindBuffers()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrOpsRenderPass.cpp181 sk_sp<const GrBuffer> instanceBuffer, in bindBuffers()
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkOpsRenderPass.cpp752 sk_sp<const GrBuffer> instanceBuffer, in onBindBuffers()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DMultiDrawTest.cpp920 GLBuffer instanceBuffer; in TEST_P() local
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanCommandBuffer.cpp1171 const Buffer* instanceBuffer, in bindVertexBuffers()
/aosp_15_r20/external/openthread/tests/unit/
H A Dtest_platform.cpp60 uint8_t *instanceBuffer = nullptr; in testInitInstance() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.cpp2596 … const std::vector<InstanceData> &instanceData, const BufferWithMemory *instanceBuffer, in updateInstanceBuffer()