Searched defs:init_to_zero (Results 1 - 7 of 7) 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.cc37 PP_Bool init_to_zero) {
45 init_to_zero);
34 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.cc51 bool init_to_zero) {
64 return backend_->Init(this, format, width, height, init_to_zero);
72 PP_Bool init_to_zero) {
75 if (!data->Init(format, size.width, size.height, !!init_to_zero))
148 bool init_to_zero) {
149 // TODO(brettw) use init_to_zero when we implement caching.
254 bool init_to_zero) {
49 Init(PP_ImageDataFormat format, int width, int height, bool init_to_zero) argument
68 Create(PP_Instance instance, PPB_ImageData_Shared::ImageDataType type, PP_ImageDataFormat format, const PP_Size& size, PP_Bool init_to_zero) argument
145 Init(PPB_ImageData_Impl* impl, PP_ImageDataFormat format, int width, int height, bool init_to_zero) argument
251 Init(PPB_ImageData_Impl* impl, PP_ImageDataFormat format, int width, int height, bool init_to_zero) argument
H A Dresource_creation_impl.cc139 PP_Bool init_to_zero) {
142 format, *size, init_to_zero);
149 PP_Bool init_to_zero) {
152 format, *size, init_to_zero);
135 CreateImageData( PP_Instance instance, PP_ImageDataFormat format, const PP_Size* size, PP_Bool init_to_zero) argument
145 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.cc485 PP_Bool init_to_zero) {
496 cached_image_data->RecycleToPlugin(PP_ToBool(init_to_zero));
506 kApiID, instance, format, size, init_to_zero,
520 kApiID, instance, format, size, init_to_zero,
560 bool init_to_zero,
572 PP_Bool pp_init_to_zero = init_to_zero ? PP_TRUE : PP_FALSE;
631 PP_Bool init_to_zero,
642 true /* init_to_zero */,
661 PP_Bool init_to_zero,
672 true /* init_to_zero */,
480 CreateProxyResource( PP_Instance instance, PPB_ImageData_Shared::ImageDataType type, PP_ImageDataFormat format, const PP_Size& size, PP_Bool init_to_zero) argument
555 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
627 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
657 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.cc267 PP_Bool init_to_zero) {
278 format, *size, init_to_zero);
285 PP_Bool init_to_zero) {
289 format, *size, init_to_zero);
263 CreateImageData( PP_Instance instance, PP_ImageDataFormat format, const PP_Size* size, PP_Bool init_to_zero) argument
281 CreateImageDataSimple( PP_Instance instance, PP_ImageDataFormat format, const PP_Size* size, PP_Bool init_to_zero) argument

Completed in 369 milliseconds