Home
last modified time | relevance | path

Searched refs:bind_image (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.python/
H A Dmodule.cpp52 void bind_image();
128 bind_image(); in bind_appleseed_python_classes()
H A Dbindimage.cpp142 void bind_image() in bind_image() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/
H A Dgpu_video_decode_accelerator_factory.cc178 gl_client_.bind_image, workarounds, gpu_preferences, media_log)); in CreateDXVAVDA()
208 device, gl::GLSurfaceEGL::GetHardwareDisplay(), gl_client_.bind_image, in CreateV4L2SVDA()
223 gl_client_.bind_image)); in CreateVaapiVDA()
H A Dgpu_video_decode_accelerator_helpers.h105 BindGLImageCallback bind_image; member
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/python/pypangolin/
H A Dpypangolin.h78 py_pangolin::bind_image<unsigned char>(m, "Image"); in PopulateModule()
H A Dimage.hpp36 void bind_image(pybind11::module& m, const std::string& pyname){ in bind_image() function
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/image/
H A Dimage_library.h123 bool bind_image(const std::string& name, Image* image);
H A Dimage_library.cpp109 bool ImageLibrary::bind_image(const std::string& name, Image* image) { in bind_image() function in GEO::ImageLibrary
/dports/net/c3270/suite3270-4.0/Common/
H A Dtelnet.c163 static unsigned char *bind_image = NULL; variable
2275 Replace(bind_image, (unsigned char *)Malloc(buflen)); in process_bind()
2276 memcpy(bind_image, buf, buflen); in process_bind()
3431 if (bind_image[i] == 0xff) in net_snap_options()
3444 if (bind_image[i] == 0xff) { in net_snap_options()
3447 *obptr++ = bind_image[i]; in net_snap_options()
/dports/x11/x3270/suite3270-4.0/Common/
H A Dtelnet.c163 static unsigned char *bind_image = NULL; variable
2275 Replace(bind_image, (unsigned char *)Malloc(buflen)); in process_bind()
2276 memcpy(bind_image, buf, buflen); in process_bind()
3431 if (bind_image[i] == 0xff) in net_snap_options()
3444 if (bind_image[i] == 0xff) { in net_snap_options()
3447 *obptr++ = bind_image[i]; in net_snap_options()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dalloc.rs104 pub fn bind_image(&self, device: &B::Device, image: &mut B::Image) -> Result<(), DeviceError> { in bind_image() method
H A Dmod.rs725 block.bind_image(&self.raw, &mut image)?; in create_texture()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wgpu/wgpu-core/src/device/
H A Dalloc.rs104 pub fn bind_image(&self, device: &B::Device, image: &mut B::Image) -> Result<(), DeviceError> { in bind_image() method
H A Dmod.rs725 block.bind_image(&self.raw, &mut image)?; in create_texture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/test/video_player/
H A Dtest_vda_video_decoder.cc108 gl_client.bind_image = base::BindRepeating( in Initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/mac/
H A Dvt_video_decode_accelerator_mac.cc499 DCHECK(gl_client_.bind_image); in VTVideoDecodeAccelerator()
1284 gl_client_.bind_image.Run(picture_info->client_texture_id, in ReusePictureBuffer()
1588 if (!gl_client_.bind_image.Run(picture_info->client_texture_id, in SendFrame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/ipc/service/
H A Dgpu_video_decode_accelerator.cc187 gl_client_.bind_image = base::BindRepeating(&BindImage, stub_->AsWeakPtr()); in GpuVideoDecodeAccelerator()
H A Dvda_video_decoder.cc79 gl_client.bind_image = base::BindRepeating(&BindImage, command_buffer_helper); in CreateAndInitializeVda()