/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.python/ |
H A D | module.cpp | 52 void bind_image(); 128 bind_image(); in bind_appleseed_python_classes()
|
H A D | bindimage.cpp | 142 void bind_image() in bind_image() function
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/ |
H A D | gpu_video_decode_accelerator_factory.cc | 178 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 D | gpu_video_decode_accelerator_helpers.h | 105 BindGLImageCallback bind_image; member
|
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/python/pypangolin/ |
H A D | pypangolin.h | 78 py_pangolin::bind_image<unsigned char>(m, "Image"); in PopulateModule()
|
H A D | image.hpp | 36 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 D | image_library.h | 123 bool bind_image(const std::string& name, Image* image);
|
H A D | image_library.cpp | 109 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 D | telnet.c | 163 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 D | telnet.c | 163 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 D | alloc.rs | 104 pub fn bind_image(&self, device: &B::Device, image: &mut B::Image) -> Result<(), DeviceError> { in bind_image() method
|
H A D | mod.rs | 725 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 D | alloc.rs | 104 pub fn bind_image(&self, device: &B::Device, image: &mut B::Image) -> Result<(), DeviceError> { in bind_image() method
|
H A D | mod.rs | 725 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 D | test_vda_video_decoder.cc | 108 gl_client.bind_image = base::BindRepeating( in Initialize()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/mac/ |
H A D | vt_video_decode_accelerator_mac.cc | 499 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 D | gpu_video_decode_accelerator.cc | 187 gl_client_.bind_image = base::BindRepeating(&BindImage, stub_->AsWeakPtr()); in GpuVideoDecodeAccelerator()
|
H A D | vda_video_decoder.cc | 79 gl_client.bind_image = base::BindRepeating(&BindImage, command_buffer_helper); in CreateAndInitializeVda()
|