Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBuffer.cpp12 GrBuffer* GrBuffer::CreateCPUBacked(GrGpu* gpu, size_t sizeInBytes, GrBufferType intendedType, in CreateCPUBacked()
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()
DGrOpFlushState.h87 void putBackVertexSpace(size_t sizeInBytes) { fVertexPool.putBack(sizeInBytes); } in putBackVertexSpace()
/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/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderBitVector.cpp51 int32_t CBC_QRCoderBitVector::sizeInBytes() { in sizeInBytes() function in CBC_QRCoderBitVector
109 int32_t sizeInBytes = (m_sizeInBits + 7) >> 3; in XOR() local
/external/skia/include/gpu/
DGrBuffer.h30 size_t sizeInBytes() const { return fSizeInBytes; } in sizeInBytes() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTestsUtil.hpp102 inline std::size_t sizeInBytes(const std::vector<T>& vec) in sizeInBytes() function
DvktPipelineRenderToImageTests.cpp87 inline VkDeviceSize sizeInBytes (const vector<T>& vec) in sizeInBytes() function
DvktPipelineMultisampleImageTests.cpp78 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() function
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesTestsUtil.hpp326 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() function
/external/v8/src/inspector/
Dv8-debugger-script.cc41 size_t sizeInBytes = sizeof(UChar) * str.length(); in calculateHash() local
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.hpp159 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() function
/external/lzma/CPP/7zip/Archive/7z/
D7zEncode.cpp122 const UInt32 sizeInBytes = _options.Password.Len() * 2; in CreateMixerCoder() local
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationUtil.hpp316 inline std::size_t sizeInBytes (const std::vector<T>& vec) in sizeInBytes() function
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp66 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() function
DvktFragmentOperationsScissorTests.cpp85 inline VkDeviceSize sizeInBytes(const std::vector<T>& vec) in sizeInBytes() function
/external/lzma/C/
DLzFind.c167 size_t sizeInBytes = (size_t)num * sizeof(CLzRef); in AllocRefs() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac.c220 int16_t WebRtcIsac_AssignSize(int* sizeInBytes) { in WebRtcIsac_AssignSize()
/external/libvncserver/rfb/
Drfb.h246 int sizeInBytes; member