Home
last modified time | relevance | path

Searched refs:bufSize (Results 1 – 25 of 106) sorted by relevance

12345

/hardware/google/gfxstream/guest/OpenglSystemCommon/
DQemuPipeStream.cpp29 QemuPipeStream::QemuPipeStream(size_t bufSize) : in QemuPipeStream() argument
30 IOStream(bufSize), in QemuPipeStream()
32 m_bufsize(bufSize), in QemuPipeStream()
39 QemuPipeStream::QemuPipeStream(QEMU_PIPE_HANDLE sock, size_t bufSize) : in QemuPipeStream() argument
40 IOStream(bufSize), in QemuPipeStream()
42 m_bufsize(bufSize), in QemuPipeStream()
DVirtioGpuPipeStream.cpp31 VirtioGpuPipeStream::VirtioGpuPipeStream(size_t bufSize) : in VirtioGpuPipeStream() argument
32 IOStream(bufSize), in VirtioGpuPipeStream()
34 m_bufsize(bufSize), in VirtioGpuPipeStream()
38 VirtioGpuPipeStream::VirtioGpuPipeStream(size_t bufSize, int fd) : in VirtioGpuPipeStream() argument
39 IOStream(bufSize), in VirtioGpuPipeStream()
42 m_bufsize(bufSize), in VirtioGpuPipeStream()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles32_only_dispatch_logging_wrappers.impl19 GLuint glGetDebugMessageLog_dispatchLoggingWrapper(GLuint count, GLsizei bufSize, GLenum * sources,…
20 …DebugMessageLog(count:%d, bufSize:%d, sources:%p, types:%p, ids:%p, severities:%p, lengths:%p, mes…
21 …return GLDispatch::glGetDebugMessageLog_underlying(count, bufSize, sources, types, ids, severities…
Dgles2_stubbed_in_translator_namespace.entries31 …, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
32 void glGetnUniformfvEXT(GLuint program, GLint location, GLsizei bufSize, float *params);
33 void glGetnUniformivEXT(GLuint program, GLint location, GLsizei bufSize, GLint *params);
Dgles_extensions_dispatch_logging_wrappers.impl94 …GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void * data) {
95 …idth:%d, height:%d, format:0x%X, type:0x%X, bufSize:%d, data:%p)", x, y, width, height, format, ty…
96 GLDispatch::glReadnPixelsEXT_underlying(x, y, width, height, format, type, bufSize, data);
99 void glGetnUniformfvEXT_dispatchLoggingWrapper(GLuint program, GLint location, GLsizei bufSize, flo…
100 …G_LOG("glGetnUniformfvEXT(program:%d, location:%d, bufSize:%d, params:%p)", program, location, buf…
101 GLDispatch::glGetnUniformfvEXT_underlying(program, location, bufSize, params);
104 void glGetnUniformivEXT_dispatchLoggingWrapper(GLuint program, GLint location, GLsizei bufSize, GLi…
105 …G_LOG("glGetnUniformivEXT(program:%d, location:%d, bufSize:%d, params:%p)", program, location, buf…
106 GLDispatch::glGetnUniformivEXT_underlying(program, location, bufSize, params);
Dgles2_extensions_dispatch_logging_wrappers.impl69 GLuint glGetDebugMessageLogKHR_dispatchLoggingWrapper(GLuint count, GLsizei bufSize, GLenum * sourc…
70 …ugMessageLogKHR(count:%d, bufSize:%d, sources:%p, types:%p, ids:%p, severities:%p, lengths:%p, mes…
71 …return GLDispatch::glGetDebugMessageLogKHR_underlying(count, bufSize, sources, types, ids, severit…
/hardware/google/gfxstream/guest/iostream/include/gfxstream/guest/
DIOStream.h31 IOStream(size_t bufSize) { in IOStream() argument
33 m_bufsizeOrig = bufSize; in IOStream()
34 m_bufsize = bufSize; in IOStream()
/hardware/google/gfxstream/host/
DChannelStream.cpp32 ChannelStream::ChannelStream(RenderChannelImpl* channel, size_t bufSize) in ChannelStream() argument
33 : IOStream(bufSize), mChannel(channel) { in ChannelStream()
34 mWriteBuffer.resize_noinit(bufSize); in ChannelStream()
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles32_only_functions.h14 … GLsizei bufSize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * l…
Dgles_extensions_functions.h26 …eight, GLenum format, GLenum type, GLsizei bufSize, void * data), (x, y, width, height, format, ty…
27 …rmfvEXT, (GLuint program, GLint location, GLsizei bufSize, float * params), (program, location, bu…
28 …rmivEXT, (GLuint program, GLint location, GLsizei bufSize, GLint * params), (program, location, bu…
Dgles3_only_functions.h31 …int uniformBlockIndex, GLsizei bufSize, GLsizei * length, GLchar * uniformBlockName), (program, un…
64 …Synciv, (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei * length, GLint * values), (sync, pna…
71 …Lenum internalformat, GLenum pname, GLsizei bufSize, GLint * params), (target, internalformat, pna…
82 …gram, GLuint index, GLsizei bufSize, GLsizei * length, GLsizei * size, GLenum * type, char * name)…
Dgles31_only_functions.h18 …mPipelineInfoLog, (GLuint pipeline, GLsizei bufSize, GLsizei * length, GLchar * infoLog), (pipelin…
58 …GLenum * props, GLsizei bufSize, GLsizei * length, GLint * params), (program, programInterface, in…
61 …amInterface, GLuint index, GLsizei bufSize, GLsizei * length, char * name), (program, programInter…
Dgles2_extensions_functions.h24 … GLsizei bufSize, GLenum * sources, GLenum * types, GLuint * ids, GLenum * severities, GLsizei * l…
/hardware/qcom/display/msm8084/liboverlay/
DoverlayMdssRot.cpp269 uint32_t bufSize = 0; in calcCompressedBufSize() local
297 bufSize = (yStride * yStrideOffset + cStride * cStrideOffset) + in calcCompressedBufSize()
307 bufSize = (stride * strideOffset * 4 /*bpp*/) + in calcCompressedBufSize()
314 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize); in calcCompressedBufSize()
316 return bufSize; in calcCompressedBufSize()
/hardware/google/aemu/base/include/aemu/base/
DMruCache.h56 size_t bufSize) = 0;
87 void flatten(void* buf, size_t bufSize) { in flatten() argument
89 mCacheFlattener->handleFlatten(mCache, buf, bufSize); in flatten()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv32Imp.cpp23 GL_APICALL GLuint GL_APIENTRY glGetDebugMessageLog(GLuint count, GLsizei bufSize, GLenum* sources, … in glGetDebugMessageLog() argument
26 …GLuint glGetDebugMessageLogRET = ctx->dispatcher().glGetDebugMessageLog(count, bufSize, sources, t… in glGetDebugMessageLog()
/hardware/qcom/display/msm8226/liboverlay/
DoverlayMdssRot.cpp293 uint32_t bufSize = 0; in calcCompressedBufSize() local
321 bufSize = (yStride * yStrideOffset + cStride * cStrideOffset) + in calcCompressedBufSize()
331 bufSize = (stride * strideOffset * 4 /*bpp*/) + in calcCompressedBufSize()
338 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize); in calcCompressedBufSize()
340 return bufSize; in calcCompressedBufSize()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib382 #void glGetProgramBinaryOES(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat,…
456 #void glGetPerfMonitorGroupStringAMD(GLuint group, GLsizei bufSize, GLsizei *length, GLchar *groupS…
460 #void glGetPerfMonitorCounterStringAMD(GLuint group, GLuint counter, GLsizei bufSize, GLsizei *leng…
540 #void glGetDriverControlStringQCOM(GLuint driverControl, GLsizei bufSize, GLsizei *length, GLchar *…
755 len uniformBlockName bufSize
756 param_check bufSize if(bufSize<0){ ctx->setError(GL_INVALID_VALUE); return; }
893 param_check bufSize if(bufSize<0){ ctx->setError(GL_INVALID_VALUE); return; }
898 len values (bufSize * sizeof(GLint))
902 len params (sizeof(GLint) * bufSize)
935 len name bufSize
[all …]
/hardware/qcom/gps/msm8909w_3100/utils/
Dloc_nmea.cpp222 int bufSize, in loc_nmea_generate_GSA() argument
226 if (!sentence || bufSize <= 0 || !sv_meta_p) in loc_nmea_generate_GSA()
233 int lengthRemaining = bufSize; in loc_nmea_generate_GSA()
319 length = loc_nmea_put_checksum(sentence, bufSize); in loc_nmea_generate_GSA()
347 int bufSize, in loc_nmea_generate_GSV() argument
351 if (!sentence || bufSize <= 0) in loc_nmea_generate_GSV()
358 int lengthRemaining = bufSize; in loc_nmea_generate_GSV()
372 length = loc_nmea_put_checksum(sentence, bufSize); in loc_nmea_generate_GSV()
384 lengthRemaining = bufSize; in loc_nmea_generate_GSV()
443 length = loc_nmea_put_checksum(sentence, bufSize); in loc_nmea_generate_GSV()
/hardware/qcom/gps/msm8998/utils/
Dloc_nmea.cpp221 int bufSize, in loc_nmea_generate_GSA() argument
225 if (!sentence || bufSize <= 0 || !sv_meta_p) in loc_nmea_generate_GSA()
232 int lengthRemaining = bufSize; in loc_nmea_generate_GSA()
318 length = loc_nmea_put_checksum(sentence, bufSize); in loc_nmea_generate_GSA()
346 int bufSize, in loc_nmea_generate_GSV() argument
350 if (!sentence || bufSize <= 0) in loc_nmea_generate_GSV()
357 int lengthRemaining = bufSize; in loc_nmea_generate_GSV()
371 length = loc_nmea_put_checksum(sentence, bufSize); in loc_nmea_generate_GSV()
383 lengthRemaining = bufSize; in loc_nmea_generate_GSV()
442 length = loc_nmea_put_checksum(sentence, bufSize); in loc_nmea_generate_GSV()
/hardware/google/gfxstream/include/render-utils/
DIOStream.h30 explicit IOStream(size_t bufSize) : m_bufsize(bufSize) {} in IOStream() argument
/hardware/google/gfxstream/guest/GoldfishAddressSpace/include/
DGoldfishAddressSpaceStream.h19 AddressSpaceStream* createGoldfishAddressSpaceStream(size_t bufSize, gfxstream::guest::HealthMonito…
/hardware/interfaces/tv/hdmi/connection/aidl/default/
DHdmiConnectionMock.cpp119 const int bufSize = MESSAGE_BODY_MAX_LENGTH * 3; in printEventBuf() local
121 char buf[bufSize] = {0}; in printEventBuf()
124 for (i = 0; i < len && size < bufSize; i++) { in printEventBuf()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraStream.cpp587 ssize_t bufSize = BAD_INDEX; in unMapBuf() local
592 bufSize = Buf->getSize(i); in unMapBuf()
593 if (BAD_INDEX != bufSize) { in unMapBuf()
637 ssize_t bufSize = Buf->getSize(i); in mapBufs() local
638 if (BAD_INDEX == bufSize) { in mapBufs()
653 0 /*cookie*/, Buf->getFd(i), bufSize, Buf->getPtr(i)); in mapBufs()
1418 ssize_t bufSize = mStreamBufs->getSize(i); in getBufs() local
1419 if (BAD_INDEX == bufSize) { in getBufs()
1426 0 /*cookie*/, mStreamBufs->getFd(i), bufSize, in getBufs()
1585 ssize_t bufSize = mStreamBufs->getSize(index); in mapNewBuffer() local
[all …]
/hardware/interfaces/tv/hdmi/cec/aidl/default/
DHdmiCecMock.cpp187 const int bufSize = CEC_MESSAGE_BODY_MAX_LENGTH * 3; in printCecMsgBuf() local
189 char buf[bufSize] = {0}; in printCecMsgBuf()
192 for (i = 0; i < len && size < bufSize; i++) { in printCecMsgBuf()

12345