/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
D | SegmentedGrowableMemoryByteArray.java | 66 int bufferOffset = this.bufferOffset(bufferIndex, index); in internalPut() local 76 int bufferOffset = this.bufferOffset(bufferIndex, index); in internalPut() local 90 int bufferOffset = this.bufferOffset(bufferIndex, index); in internalGet() local 100 int bufferOffset = this.bufferOffset(bufferIndex, index); in internalGet() local 125 private int bufferOffset(int bufferIndex, int index) { in bufferOffset() method in SegmentedGrowableMemoryByteArray
|
/third_party/skia/experimental/graphite/src/ |
D | CopyTask.cpp | 19 size_t bufferOffset, in Make() 31 size_t bufferOffset, in CopyTextureToBufferTask()
|
D | CommandBuffer.cpp | 64 void CommandBuffer::bindIndexBuffer(sk_sp<Buffer> indexBuffer, size_t bufferOffset) { in bindIndexBuffer() 83 size_t bufferOffset, in copyTextureToBuffer()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DrawIndexedTests.cpp | 82 uint64_t bufferOffset, in Test() 103 uint64_t bufferOffset, in TestImplementation()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 742 deUint32 bufferOffset = 0u; in iterate() local 783 …const deUint32 bufferOffset = static_cast<deUint32>(bufferImageSparseCopy[mipmapNdx].bufferOffse… in iterate() local 865 deUint32 bufferOffset = 0u; in iterate() local 960 …const deUint32 bufferOffset = static_cast<deUint32>(bufferImageSparseCopy[planeNdx * imageSparse… in iterate() local
|
D | vktSparseResourcesImageSparseBinding.cpp | 294 deUint32 bufferOffset = 0; in iterate() local 432 …const deUint32 bufferOffset = static_cast<deUint32>(bufferImageCopy[ planeNdx * imageSparseInfo.… in iterate() local
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 411 deUint32 bufferOffset = 0; in iterate() local 555 …const deUint32 bufferOffset = static_cast<deUint32>(bufferImageCopy[planeNdx*imageSparseInfo.mip… in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
D | vktSparseResourcesShaderIntrinsicsBase.cpp | 742 deUint32 bufferOffset = 0u; in iterate() local 783 …const deUint32 bufferOffset = static_cast<deUint32>(bufferImageSparseCopy[mipmapNdx].bufferOffse… in iterate() local 865 deUint32 bufferOffset = 0u; in iterate() local 960 …const deUint32 bufferOffset = static_cast<deUint32>(bufferImageSparseCopy[planeNdx * imageSparse… in iterate() local
|
D | vktSparseResourcesImageSparseBinding.cpp | 294 deUint32 bufferOffset = 0; in iterate() local 432 …const deUint32 bufferOffset = static_cast<deUint32>(bufferImageCopy[ planeNdx * imageSparseInfo.… in iterate() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | SemaphoreVk.cpp | 82 VkDeviceSize bufferOffset = 0; in wait() local 137 VkDeviceSize bufferOffset = 0; in signal() local
|
/third_party/skia/experimental/graphite/src/mtl/ |
D | MtlBlitCommandEncoder.h | 46 size_t bufferOffset, in copyFromTexture()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | NioByteString.java | 136 int bufferOffset = buffer.arrayOffset() + buffer.position() + sourceOffset; in writeToInternal() local 137 out.write(buffer.array(), bufferOffset, numberToWrite); in writeToInternal() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | QueueGL.cpp | 43 uint64_t bufferOffset, in WriteBufferImpl()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
D | BrotliInputStream.java | 34 private int bufferOffset; field in BrotliInputStream
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | UtilsMetal.h | 39 NSUInteger bufferOffset; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | TextureCopySplitter.h | 36 Origin3D bufferOffset; member
|
/third_party/skia/src/gpu/ |
D | GrOpsRenderPass.cpp | 272 void GrOpsRenderPass::drawIndirect(const GrBuffer* drawIndirectBuffer, size_t bufferOffset, in drawIndirect() 298 void GrOpsRenderPass::drawIndexedIndirect(const GrBuffer* drawIndirectBuffer, size_t bufferOffset, in drawIndexedIndirect()
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/ |
D | ServerQueue.cpp | 50 uint64_t bufferOffset, in DoQueueWriteBuffer()
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
D | Queue.cpp | 55 uint64_t bufferOffset, in WriteBuffer()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
D | WriteBufferTests.cpp | 32 uint64_t bufferOffset, in EncodeWriteBuffer()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Queue.cpp | 254 uint64_t bufferOffset, in APIWriteBuffer() 261 uint64_t bufferOffset, in WriteBuffer() 272 uint64_t bufferOffset, in WriteBufferImpl()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | VertexAttribute.cpp | 94 angle::CheckedNumeric<GLint64> bufferOffset(binding.getOffset()); in updateCachedElementLimit() local
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
D | BrotliInputStream.cs | 24 private int bufferOffset; field in Org.Brotli.Dec.BrotliInputStream
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
D | vktImageMisalignedCubeTests.cpp | 103 VkBufferImageCopy makeBufferImageCopy (const vk::VkDeviceSize& bufferOffset, in makeBufferImageCopy() 231 const VkDeviceSize bufferOffset = layerNdx * layerSize; in iterate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMisalignedCubeTests.cpp | 103 VkBufferImageCopy makeBufferImageCopy (const vk::VkDeviceSize& bufferOffset, in makeBufferImageCopy() 231 const VkDeviceSize bufferOffset = layerNdx * layerSize; in iterate() local
|