/third_party/skia/third_party/externals/opengl-registry/api/GLES2/ |
H A D | gl2ext.h | 641 typedef void (GL_APIENTRYP PFNGLTEXBUFFERRANGEOESPROC) (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); 644 GL_APICALL void GL_APIENTRY glTexBufferRangeOES (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); 1133 typedef void (GL_APIENTRYP PFNGLBUFFERSTORAGEEXTPROC) (GLenum target, GLsizeiptr size, const void *data, GLbitfield flags); 1135 GL_APICALL void GL_APIENTRY glBufferStorageEXT (GLenum target, GLsizeiptr size, const void *data, GLbitfield flags); 1378 typedef void (GL_APIENTRYP PFNGLBUFFERSTORAGEEXTERNALEXTPROC) (GLenum target, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags); 1379 typedef void (GL_APIENTRYP PFNGLNAMEDBUFFERSTORAGEEXTERNALEXTPROC) (GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags); 1381 GL_APICALL void GL_APIENTRY glBufferStorageExternalEXT (GLenum target, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags); 1382 GL_APICALL void GL_APIENTRY glNamedBufferStorageExternalEXT (GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags); 1488 typedef void (GL_APIENTRYP PFNGLBUFFERSTORAGEMEMEXTPROC) (GLenum target, GLsizeiptr size, GLuint memory, GLuint64 offset); 1493 typedef void (GL_APIENTRYP PFNGLNAMEDBUFFERSTORAGEMEMEXTPROC) (GLuint buffer, GLsizeiptr size, GLuin [all...] |
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | TestUtil.java | 268 /** Dirties the message by resetting the momoized serialized size. */ 865 // element and size were *not* modified. in assertRepeatedFieldsModified() 1724 // Repeated fields are empty via getExtension().size(). in assertExtensionsClear() 1725 Assert.assertEquals(0, message.getExtension(repeatedInt32Extension).size()); in assertExtensionsClear() 1726 Assert.assertEquals(0, message.getExtension(repeatedInt64Extension).size()); in assertExtensionsClear() 1727 Assert.assertEquals(0, message.getExtension(repeatedUint32Extension).size()); in assertExtensionsClear() 1728 Assert.assertEquals(0, message.getExtension(repeatedUint64Extension).size()); in assertExtensionsClear() 1729 Assert.assertEquals(0, message.getExtension(repeatedSint32Extension).size()); in assertExtensionsClear() 1730 Assert.assertEquals(0, message.getExtension(repeatedSint64Extension).size()); in assertExtensionsClear() 1731 Assert.assertEquals(0, message.getExtension(repeatedFixed32Extension).size()); in assertExtensionsClear() [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/ |
H A D | hdmi_hal_ddc.c | 238 hdmi_warn("read fifo retry=%u ms, size=%u, timeout:%u!\n",
in ddc_read() 241 hdmi_info("read fifo retry=%u ms, size=%u, timeout:%u!\n",
in ddc_read() 296 hdmi_err("write fifo retry=%u ms, size=%u, timeout:%u!\n",
in ddc_write() 299 hdmi_info("write fifo retry=%u ms, size=%u, timeout:%u!\n",
in ddc_write() 572 hi_s32 hal_hdmi_ddc_edid_raw_get(hdmi_device_id hdmi, hi_s32 size, hi_u8 *data)
in hal_hdmi_ddc_edid_raw_get() argument 600 des_block_num = (size / HDMI_EDID_BLOCK_SIZE) - 1;
in hal_hdmi_ddc_edid_raw_get()
|
/device/qemu/drivers/virtio/ |
H A D | virtblock.c | 77 uint32_t blkSize; /* block(cluster) size */ 371 uint32_t size = blk->capacity*MMC_SEC_SIZE / (1<<READ_BL_LEN) / (1<<(C_SIZE_MULT+2)) - 1; in VirtMmcFillRespCsd() local 372 FillCidCsdBits(cmd->resp, MMC_CSD_CSIZE_SBIT, MMC_CSD_CSIZE_WIDTH, size); /* C_SIZE */ in VirtMmcFillRespCsd()
|
/device/board/hihope/dayu210/audio_drivers/soc/src/ |
H A D | rk3588_dma_ops.c | 245 static int32_t BytesToFrames(uint32_t frameBits, uint32_t size, uint32_t *pointer) in BytesToFrames() argument 251 *pointer = size / frameBits; in BytesToFrames()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/ |
H A D | hisignalling.c | 451 * @param unsigned int size: 待校验数据长度 455 * @param unsigned int size: Data to be verified length 457 static unsigned int crc32(const unsigned char *buf, unsigned int size) in crc32() argument 461 for (i = 0; i < size; i++) { in crc32()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
H A D | hw.c | 328 resource_size_t size = resource_size(res); in rkispp_hw_probe() local 330 hw_dev->base_addr = devm_ioremap(dev, offset, size); in rkispp_hw_probe()
|
H A D | params.c | 125 params->buf_fec[i].size = PAGE_ALIGN(buf_size); in rkispp_param_init_fecbuf() 329 fecbuf->buf_size[i] = params_vdev->buf_fec[i].size; in rkispp_params_get_fecbuf_inf()
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2.h | 237 uint32_t mmu_flag; /* [0] mmu enable [1] src_flush [2] dst_flush [3] CMD_flush [4~5] page size */
243 uint32_t mmu_flag; /* [0] mmu enable [1] src_flush [2] dst_flush [3] CMD_flush [4~5] page size */
321 unsigned long size;
member 567 int32_t size;
member 631 }; /* MMU table size */
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_base_kernel.h | 95 #error Failed to find page size
306 * @brief Result codes of changing the size of the backing store allocated to a tmem region
311 BASE_BACKING_THRESHOLD_ERROR_INVALID_ARGUMENTS = -4 /**< Invalid arguments (not tmem, illegal size request, etc.) */
398 * Offset must be within the size of the handle.
399 * Offset+length must not overrun the size of the handle.
440 * changing the structure size).
827 * In order to keep the size of the structure same, padding field has been adjusted
892 u64 size;
member 1191 * memory regions, which would cause memory corruption. Here we set the structure size to be 64 bytes
1347 size [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_base_kernel.h | 99 #error Failed to find page size 316 * @brief Result codes of changing the size of the backing store allocated to a tmem region 321 BASE_BACKING_THRESHOLD_ERROR_INVALID_ARGUMENTS = -4 /**< Invalid arguments (not tmem, illegal size request, etc.) */ 409 * Offset must be within the size of the handle. 410 * Offset+length must not overrun the size of the handle. 451 * changing the structure size). 842 * In order to keep the size of the structure same, padding field has been adjusted 908 u64 size; member 1209 * memory regions, which would cause memory corruption. Here we set the structure size to be 64 bytes 1367 size [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_defs.h | 114 * Maximum size in bytes of a MMU lock region, as a logarithm 119 * Minimum size in bytes of a MMU lock region, as a logarithm 173 * @size: number of elements in kbase_io_access array 185 u16 size; member 192 * @size: size of the buffer in bytes 205 size_t size; member 243 * @mmu_teardown_pages: Buffer of 4 Pages in size, used to cache the entries 288 * @ir_threshold: Fraction of the maximum size of an allocation that grows 468 * @small: Array of objects containing the state for pools of 4 KiB size [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_pp.c | 487 u32 mali_pp_dump_state(struct mali_pp_core *core, char *buf, u32 size) in mali_pp_dump_state() argument 491 n += mali_osk_snprintf(buf + n, size - n, "\tPP #%d: %s\n", core->core_id, core->hw_core.description); in mali_pp_dump_state()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | drm_connector.cpp | 60 DISPLAY_LOGD("id %{public}d mode size %{public}d", mId, c.count_modes); in InitModes() 73 DISPLAY_LOGD("mode count %{public}zd", mModes.size()); in InitModes() 120 const int32_t buffer_size = 10; /* buffer size */ in SetBrightness() 331 *num = static_cast<int32_t>(mModes.size()); in GetDisplaySupportedModes()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_pp.c | 494 u32 mali_pp_dump_state(struct mali_pp_core *core, char *buf, u32 size) in mali_pp_dump_state() argument 498 n += _mali_osk_snprintf(buf + n, size - n, "\tPP #%d: %s\n", core->core_id, core->hw_core.description); in mali_pp_dump_state()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
H A D | params.c | 130 params->buf_fec[i].size = PAGE_ALIGN(buf_size); in rkispp_param_init_fecbuf() 347 fecbuf->buf_size[i] = params_vdev->buf_fec[i].size; in rkispp_params_get_fecbuf_inf()
|
H A D | hw.c | 327 resource_size_t size = resource_size(res); in rkispp_hw_probe() local 329 hw_dev->base_addr = devm_ioremap(dev, offset, size); in rkispp_hw_probe()
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/ |
H A D | rga.h | 180 uint32_t size; member 201 uint32_t size; member 244 * [3] CMD_flush [4~5] page size
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
H A D | rga_debugger.c | 220 seq_printf(m, "\t va = 0x%lx, pages = %p, size = %ld\n", in rga_mm_session_show() 223 dump_buffer->virt_addr->size); in rga_mm_session_show() 227 seq_printf(m, "\t\t iova = 0x%lx, sgt = %p, size = %ld\n", in rga_mm_session_show() 230 dump_buffer->dma_buffer[i].size); in rga_mm_session_show()
|
/drivers/external_device_manager/services/native/driver_extension/src/ |
H A D | js_driver_extension.cpp | 419 napi_create_array_with_length(env, params.size(), &arrayValue); in Dump() 449 HILOG_DEBUG("Dump info size: %{public}zu", info.size()); in Dump()
|
/drivers/external_device_manager/services/zidl/src/ |
H A D | driver_ext_mgr_types.cpp | 208 EDM_LOGD(MODULE_DEV_MGR, "interfaceDescList size: %{public}zu", interfaceDescList.size());
in Marshalling() 209 if (!parcel.WriteUint64(static_cast<uint64_t>(interfaceDescList.size()))) {
in Marshalling() 210 EDM_LOGE(MODULE_DEV_MGR, "failed to write interfaceDescList size");
in Marshalling() 300 EDM_LOGE(MODULE_FRAMEWORK, "failed to read size of DeviceInfoData");
in DeviceInfosUnMarshalling() 305 EDM_LOGE(MODULE_FRAMEWORK, "invalid size of DeviceInfoData");
in DeviceInfosUnMarshalling() 339 EDM_LOGE(MODULE_DEV_MGR, "failed to read interfaceDescList size");
in UnMarshalling() 508 EDM_LOGE(MODULE_FRAMEWORK, "failed to read size of DriverInfoData");
in DriverInfosUnMarshalling() 513 EDM_LOGE(MODULE_FRAMEWORK, "invalid size of DriverInfoData");
in DriverInfosUnMarshalling()
|
/drivers/hdf_core/framework/support/platform/src/fwk/ |
H A D | platform_dumper.c | 323 int32_t PlatformDumperAddDatas(struct PlatformDumper *dumper, struct PlatformDumperData datas[], int size) in PlatformDumperAddDatas() argument 332 for (i = 0; i < size; i++) { in PlatformDumperAddDatas()
|
/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | ast.h | 97 void SetSize(uint32_t size); 99 void SetSubSize(uint32_t size);
|
/drivers/peripheral/camera/test/mpi/src/ |
H A D | capture_test.cpp | 38 * @tc.size: MediumTest 62 * @tc.size: MediumTest 97 * @tc.size: MediumTest 132 * @tc.size: MediumTest 170 * @tc.size: MediumTest 205 streamInfo_capture->bufferQueue_ = capture_consumer->CreateProducer([this](void* addr, uint32_t size) { in HWTEST_F() 206 Test_->SaveYUV("capture", addr, size); in HWTEST_F() 235 * @tc.size: MediumTest 260 * @tc.size: MediumTest 288 * @tc.size [all...] |
/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | usb_camera_3a_test.cpp | 259 * @tc.size: MediumTest 302 * @tc.size: MediumTest 338 if (!meta->updateEntry(ohosTag, valVector.data(), valVector.size())) { in TEST_F() 361 * @tc.size: MediumTest 418 * @tc.size: MediumTest 454 if (!meta->updateEntry(ohosTag, valVector.data(), valVector.size())) { in TEST_F()
|