Home
last modified time | relevance | path

Searched defs:sizeInBytes (Results 1 – 25 of 54) sorted by relevance

123

/external/skqp/src/gpu/
DGrBuffer.cpp12 sk_sp<GrBuffer> GrBuffer::MakeCPUBacked(GrGpu* gpu, size_t sizeInBytes, GrBufferType intendedType, in MakeCPUBacked()
27 GrBuffer::GrBuffer(GrGpu* gpu, size_t sizeInBytes, GrBufferType type, void* cpuData) in GrBuffer()
37 GrBuffer::GrBuffer(GrGpu* gpu, size_t sizeInBytes, GrBufferType type, GrAccessPattern pattern) in GrBuffer()
DGrBuffer.h31 size_t sizeInBytes() const { return fSizeInBytes; } in sizeInBytes() function
/external/oboe/tests/
DtestUtilities.cpp33 int32_t sizeInBytes = oboe::convertFormatToSizeInBytes(AudioFormat::I16); in TEST_F() local
38 int32_t sizeInBytes = oboe::convertFormatToSizeInBytes(AudioFormat::Float); in TEST_F() local
/external/skqp/src/gpu/mock/
DGrMockBuffer.h17 GrMockBuffer(GrMockGpu* gpu, size_t sizeInBytes, GrBufferType type, in GrMockBuffer()
DGrMockGpu.cpp186 sk_sp<GrBuffer> GrMockGpu::onCreateBuffer(size_t sizeInBytes, GrBufferType type, in onCreateBuffer()
/external/skia/src/gpu/mock/
DGrMockBuffer.h17 GrMockBuffer(GrMockGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrMockBuffer()
DGrMockGpu.cpp208 sk_sp<GrGpuBuffer> GrMockGpu::onCreateBuffer(size_t sizeInBytes, GrGpuBufferType type, in onCreateBuffer()
/external/skia/src/gpu/
DGrGpuBuffer.cpp12 GrGpuBuffer::GrGpuBuffer(GrGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrGpuBuffer()
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderBitVector.cpp38 size_t CBC_QRCoderBitVector::sizeInBytes() const { in sizeInBytes() function in CBC_QRCoderBitVector
/external/swiftshader/src/Vulkan/
DVkDescriptorSetLayout.hpp68 int sizeInBytes; member
83 int sizeInBytes; // intended size of the bound region -- slides along with dynamic offsets member
/external/skia/src/gpu/dawn/
DGrDawnBuffer.cpp30 GrDawnBuffer::GrDawnBuffer(GrDawnGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrDawnBuffer()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.hpp100 inline std::size_t sizeInBytes(const std::vector<T>& vec) in sizeInBytes() function
/external/llvm-project/mlir/include/mlir/Transforms/
DLoopUtils.h209 uint64_t sizeInBytes; member
/external/webrtc/sdk/android/src/java/org/webrtc/audio/
DWebRtcAudioTrack.java110 final int sizeInBytes = byteBuffer.capacity(); in run() local
147 private int writeBytes(AudioTrack audioTrack, ByteBuffer byteBuffer, int sizeInBytes) { in writeBytes()
/external/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioTrack.java141 final int sizeInBytes = byteBuffer.capacity(); in run() local
191 private int writeBytes(AudioTrack audioTrack, ByteBuffer byteBuffer, int sizeInBytes) { in writeBytes()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp267 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() function
/external/OpenCL-CTS/test_common/harness/
DtypeWrappers.cpp535 clProtectedArray::clProtectedArray(size_t sizeInBytes) in clProtectedArray()
554 void clProtectedArray::Allocate(size_t sizeInBytes) in Allocate()
/external/skia/src/gpu/vk/
DGrVkBuffer.cpp21 size_t sizeInBytes, in GrVkBuffer()
/external/llvm-project/flang/module/
D__fortran_type_info.f9035 integer(kind=int64) :: sizeInBytes component
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp161 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() function
/external/icu/icu4c/source/common/
Duarrsort.cpp39 static constexpr int32_t sizeInMaxAlignTs(int32_t sizeInBytes) { in sizeInMaxAlignTs()
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h1370 uint32 sizeInBytes; member
1409 uint32 sizeInBytes; member
1564 uint32 sizeInBytes; member
1576 uint32 sizeInBytes; member
1595 uint32 sizeInBytes; member
1620 uint32 sizeInBytes; member
1648 uint32 sizeInBytes; member
1663 uint32 sizeInBytes; member
1989 uint32 sizeInBytes; member
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp217 const unsigned sizeInBytes = _options.Password.Len() * 2; in CreateMixerCoder() local
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp68 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() function
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c1065 uint32 sizeInBytes) in SVGA3D_vgpu10_DefineAndBindShader()
1239 uint32 sizeInBytes) in SVGA3D_vgpu10_SetSingleConstantBuffer()
1568 uint32 sizeInBytes) in SVGA3D_sm5_DefineAndBindStreamOutput()

123