Searched defs:bufSize (Results 1 – 6 of 6) sorted by relevance
/device/google/contexthub/contexthubhal/ |
D | message_buf.h | 46 MessageBuf(char *buf, size_t bufSize) { in MessageBuf() 52 MessageBuf(const char *buf, size_t bufSize) { in MessageBuf() 125 const void *readRaw(size_t bufSize) { in readRaw() 133 void writeRaw(const void *buf, size_t bufSize) { in writeRaw()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenglRender/ |
D | IOStream.h | 25 IOStream(unsigned char* buf, size_t bufSize) : m_buf(buf), m_bufSize(bufSize) { in IOStream()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | AVDVirglRenderer.cpp | 498 static void process_cmd(Context* ctx, char* buf, size_t bufSize, int fence) { in process_cmd() 548 size_t bufSize = sizeof(uint32_t) * ndw; in virgl_renderer_submit_cmd() local
|
D | RenderControl.cpp | 310 static EGLint rcGetConfigs(uint32_t bufSize, GLuint* buffer) { in rcGetConfigs()
|
D | GLESv3.cpp | 373 static void glGetSyncivAEMU(void* ctx_, uint64_t sync_, GLenum pname, GLsizei bufSize, in glGetSyncivAEMU()
|
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess_elf.c | 808 size_t bufSize = app.flash.size + app.data.size + app.packedNanoRelocs.size in handleAppStatic() local
|