Home
last modified time | relevance | path

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

12

/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/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
DWebRtcAudioTrack.java81 final int sizeInBytes = byteBuffer.capacity(); in run() local
124 private int writeOnLollipop(AudioTrack audioTrack, ByteBuffer byteBuffer, int sizeInBytes) { in writeOnLollipop()
128 private int writePreLollipop(AudioTrack audioTrack, ByteBuffer byteBuffer, int sizeInBytes) { in writePreLollipop()
/external/skia/src/gpu/mock/
DGrMockBuffer.h17 GrMockBuffer(GrMockGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrMockBuffer()
DGrMockGpu.cpp186 sk_sp<GrGpuBuffer> GrMockGpu::onCreateBuffer(size_t sizeInBytes, GrGpuBufferType type, in onCreateBuffer()
/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/
DGrGpuBuffer.cpp12 GrGpuBuffer::GrGpuBuffer(GrGpu* gpu, size_t sizeInBytes, GrGpuBufferType type, in GrGpuBuffer()
/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderBitVector.cpp41 size_t CBC_QRCoderBitVector::sizeInBytes() const { in sizeInBytes() function in CBC_QRCoderBitVector
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.hpp100 inline std::size_t sizeInBytes(const std::vector<T>& vec) in sizeInBytes() function
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp285 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() function
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp160 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() function
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp217 const unsigned sizeInBytes = _options.Password.Len() * 2; in CreateMixerCoder() local
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_cmd.h1297 uint32 sizeInBytes; member
1336 uint32 sizeInBytes; member
1493 uint32 sizeInBytes; member
1505 uint32 sizeInBytes; member
1530 uint32 sizeInBytes; member
1559 uint32 sizeInBytes; member
1574 uint32 sizeInBytes; member
1859 uint32 sizeInBytes; member
Dsvga3d_dx.h217 uint32 sizeInBytes; member
521 uint32 sizeInBytes; /* max bytes to write */ member
534 uint32 sizeInBytes; member
1273 uint32 sizeInBytes; /* Number of bytes of shader text. */ member
1282 uint32 sizeInBytes; member
1445 uint32 sizeInBytes; member
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp68 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() function
DvktFragmentOperationsScissorTests.cpp87 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() function
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp371 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() function
/external/v8/src/inspector/
Dv8-debugger-script.cc38 size_t sizeInBytes = sizeof(UChar) * str.length(); in calculateHash() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd_vgpu10.c1057 uint32 sizeInBytes) in SVGA3D_vgpu10_DefineAndBindShader()
1230 uint32 sizeInBytes) in SVGA3D_vgpu10_SetSingleConstantBuffer()
/external/epid-sdk/epid/common/math/src/
Decgroup.c190 int sizeInBytes = 0; in NewEcPoint() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawShaderViewportIndexTests.cpp74 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() function
DvktDrawShaderLayerTests.cpp73 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() function
/external/lzma/C/
DLzFind.c172 size_t sizeInBytes = (size_t)num * sizeof(CLzRef); in AllocRefs() local
/external/tensorflow/tensorflow/java/src/main/native/
Dtensor_jni.cc330 jlong sizeInBytes) { in Java_org_tensorflow_Tensor_allocate()

12