Searched defs:init_to_zero (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dimage_data.cc45 bool init_to_zero)
54 PP_FromBool(init_to_zero)));
42 ImageData(const InstanceHandle& instance, PP_ImageDataFormat format, const Size& size, bool init_to_zero) argument
/external/chromium_org/ppapi/thunk/
H A Dppb_image_data_thunk.cc35 PP_Bool init_to_zero) {
43 init_to_zero);
32 Create(PP_Instance instance, PP_ImageDataFormat format, const struct PP_Size* size, PP_Bool init_to_zero) argument
/external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/
H A Dvar_array_buffer.cc65 const bool init_to_zero = false; local
67 pp::ImageData(this, PP_IMAGEDATAFORMAT_BGRA_PREMUL, size, init_to_zero);
/external/chromium_org/content/renderer/pepper/
H A Dppb_image_data_impl.cc71 bool init_to_zero) {
84 return backend_->Init(this, format, width, height, init_to_zero);
92 PP_Bool init_to_zero) {
95 if (!data->Init(format, size.width, size.height, !!init_to_zero))
159 bool init_to_zero) {
160 // TODO(brettw) use init_to_zero when we implement caching.
260 bool init_to_zero) {
68 Init(PP_ImageDataFormat format, int width, int height, bool init_to_zero) argument
88 Create(PP_Instance instance, PPB_ImageData_Shared::ImageDataType type, PP_ImageDataFormat format, const PP_Size& size, PP_Bool init_to_zero) argument
155 Init(PPB_ImageData_Impl* impl, PP_ImageDataFormat format, int width, int height, bool init_to_zero) argument
256 Init(PPB_ImageData_Impl* impl, PP_ImageDataFormat format, int width, int height, bool init_to_zero) argument
H A Dresource_creation_impl.cc127 PP_Bool init_to_zero) {
132 init_to_zero);
139 PP_Bool init_to_zero) {
144 init_to_zero);
124 CreateImageData(PP_Instance instance, PP_ImageDataFormat format, const PP_Size* size, PP_Bool init_to_zero) argument
135 CreateImageDataSimple( PP_Instance instance, PP_ImageDataFormat format, const PP_Size* size, PP_Bool init_to_zero) argument
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dresource_creation_impl.cc206 PP_Bool init_to_zero) {
215 PP_Bool init_to_zero) {
202 CreateImageData( PP_Instance instance, PP_ImageDataFormat format, const PP_Size* size, PP_Bool init_to_zero) argument
211 CreateImageDataSimple( PP_Instance instance, PP_ImageDataFormat format, const PP_Size* size, PP_Bool init_to_zero) argument
/external/chromium_org/ppapi/proxy/
H A Dppb_image_data_proxy.cc481 PP_Bool init_to_zero) {
492 cached_image_data->RecycleToPlugin(PP_ToBool(init_to_zero));
502 kApiID, instance, format, size, init_to_zero,
516 kApiID, instance, format, size, init_to_zero,
556 bool init_to_zero,
568 PP_Bool pp_init_to_zero = init_to_zero ? PP_TRUE : PP_FALSE;
619 PP_Bool init_to_zero,
633 true /* init_to_zero */,
647 PP_Bool init_to_zero,
661 true /* init_to_zero */,
476 CreateProxyResource( PP_Instance instance, PPB_ImageData_Shared::ImageDataType type, PP_ImageDataFormat format, const PP_Size& size, PP_Bool init_to_zero) argument
551 CreateImageData( PP_Instance instance, PPB_ImageData_Shared::ImageDataType type, PP_ImageDataFormat format, const PP_Size& size, bool init_to_zero, PP_ImageDataDesc* desc, IPC::PlatformFileForTransit* image_handle, uint32_t* byte_count) argument
615 OnHostMsgCreatePlatform( PP_Instance instance, int32_t format, const PP_Size& size, PP_Bool init_to_zero, HostResource* result, PP_ImageDataDesc* desc, ImageHandle* result_image_handle) argument
643 OnHostMsgCreateSimple( PP_Instance instance, int32_t format, const PP_Size& size, PP_Bool init_to_zero, HostResource* result, PP_ImageDataDesc* desc, ppapi::proxy::SerializedHandle* result_image_handle) argument
[all...]
H A Dresource_creation_proxy.cc276 PP_Bool init_to_zero) {
287 format, *size, init_to_zero);
294 PP_Bool init_to_zero) {
298 format, *size, init_to_zero);
272 CreateImageData( PP_Instance instance, PP_ImageDataFormat format, const PP_Size* size, PP_Bool init_to_zero) argument
290 CreateImageDataSimple( PP_Instance instance, PP_ImageDataFormat format, const PP_Size* size, PP_Bool init_to_zero) argument

Completed in 329 milliseconds