Home
last modified time | relevance | path

Searched defs:bufLen (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/
DChecksumCalculatorThreadInfo.cpp59 size_t bufLen, in writeChecksum()
68 size_t bufLen, in validate()
77 size_t bufLen, in validOrDie()
/hardware/google/gfxstream/include/render-utils/
DIOStream.h43 size_t read(void* buf, size_t bufLen) { in read()
/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DBuffer.h59 Buffer(const T* data, size_t bufLen) : mData(data), mBufferEnd(pointerAdd(data, bufLen)) {} in Buffer()
/hardware/google/gfxstream/guest/qemupipe/
Dqemu_pipe_guest.cpp156 int bufLen; in qemu_pipe_open_ns() local
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp1394 … unsigned int bufLen = effectiveStride * (count ? (count - 1) : 0) + state.elementSize; in sendVertexAttributes() local
1969 size_t bufLen = maxLength > maxAttribLength ? maxLength : maxAttribLength; in updateProgramInfoAfterLink() local
5695 size_t bufLen = maxLength > maxAttribLength ? maxLength : maxAttribLength; in s_glCreateShaderProgramv() local
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h12422 unsigned int bufLen = in SaveEXRImageToMemory() local