Searched refs:totalSize (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_enc.cpp | 32 const size_t totalSize = sizeWithoutChecksum + checksumSize; in glAlphaFunc_enc() local 33 buf = stream->alloc(totalSize); in glAlphaFunc_enc() 36 memcpy(ptr, &totalSize, 4); ptr += 4; in glAlphaFunc_enc() 58 const size_t totalSize = sizeWithoutChecksum + checksumSize; in glClearColor_enc() local 59 buf = stream->alloc(totalSize); in glClearColor_enc() 62 memcpy(ptr, &totalSize, 4); ptr += 4; in glClearColor_enc() 86 const size_t totalSize = sizeWithoutChecksum + checksumSize; in glClearDepthf_enc() local 87 buf = stream->alloc(totalSize); in glClearDepthf_enc() 90 memcpy(ptr, &totalSize, 4); ptr += 4; in glClearDepthf_enc() 112 const size_t totalSize = sizeWithoutChecksum + checksumSize; in glClipPlanef_enc() local [all …]
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_enc.cpp | 32 const size_t totalSize = sizeWithoutChecksum + checksumSize; in glActiveTexture_enc() local 33 buf = stream->alloc(totalSize); in glActiveTexture_enc() 36 memcpy(ptr, &totalSize, 4); ptr += 4; in glActiveTexture_enc() 57 const size_t totalSize = sizeWithoutChecksum + checksumSize; in glAttachShader_enc() local 58 buf = stream->alloc(totalSize); in glAttachShader_enc() 61 memcpy(ptr, &totalSize, 4); ptr += 4; in glAttachShader_enc() 84 const size_t totalSize = sizeWithoutChecksum + checksumSize; in glBindAttribLocation_enc() local 85 buf = stream->alloc(totalSize); in glBindAttribLocation_enc() 88 memcpy(ptr, &totalSize, 4); ptr += 4; in glBindAttribLocation_enc() 112 const size_t totalSize = sizeWithoutChecksum + checksumSize; in glBindBuffer_enc() local [all …]
|
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl_enc.cpp | 32 const size_t totalSize = sizeWithoutChecksum + checksumSize; in rcGetRendererVersion_enc() local 33 buf = stream->alloc(totalSize); in rcGetRendererVersion_enc() 36 memcpy(ptr, &totalSize, 4); ptr += 4; in rcGetRendererVersion_enc() 73 const size_t totalSize = sizeWithoutChecksum + checksumSize; in rcGetEGLVersion_enc() local 74 buf = stream->alloc(totalSize); in rcGetEGLVersion_enc() 77 memcpy(ptr, &totalSize, 4); ptr += 4; in rcGetEGLVersion_enc() 119 const size_t totalSize = sizeWithoutChecksum + checksumSize; in rcQueryEGLString_enc() local 120 buf = stream->alloc(totalSize); in rcQueryEGLString_enc() 123 memcpy(ptr, &totalSize, 4); ptr += 4; in rcQueryEGLString_enc() 164 const size_t totalSize = sizeWithoutChecksum + checksumSize; in rcGetGLString_enc() local [all …]
|
/device/google/contexthub/firmware/os/core/ |
D | seos.c | 563 uint32_t totalSize; in osAppSegmentClose() local 564 uint8_t *start = platGetSharedAreaInfo(&totalSize); in osAppSegmentClose() 565 uint8_t *end = start + totalSize; in osAppSegmentClose() 574 if (osSegmentSizeAlignedWithFooter(segDataSize) + sizeof(struct Segment) > totalSize) in osAppSegmentClose()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | poplib.py | 410 (numMsgs, totalSize) = a.stat()
|
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 418 size_t totalSize = 0; in mm_jpeg_session_config_main_buffer_offset() local 431 totalSize = p_src_buf->buf_size; in mm_jpeg_session_config_main_buffer_offset() 445 totalSize, in mm_jpeg_session_config_main_buffer_offset()
|
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 435 size_t totalSize = 0; in mm_jpeg_session_config_main_buffer_offset() local 448 totalSize = p_src_buf->buf_size; in mm_jpeg_session_config_main_buffer_offset() 462 totalSize, in mm_jpeg_session_config_main_buffer_offset()
|
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/src/ |
D | mm_jpeg.c | 418 size_t totalSize = 0; in mm_jpeg_session_config_main_buffer_offset() local 431 totalSize = p_src_buf->buf_size; in mm_jpeg_session_config_main_buffer_offset() 445 totalSize, in mm_jpeg_session_config_main_buffer_offset()
|