Home
last modified time | relevance | path

Searched refs:texture_ready (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/graphics-hook/
H A Dd3d11-capture.cpp40 bool texture_ready[NUM_BUFFERS]; member
302 if (data.texture_ready[i]) { in d3d11_shmem_capture_copy()
303 data.texture_ready[i] = false; in d3d11_shmem_capture_copy()
333 data.texture_ready[data.cur_tex] = true; in d3d11_shmem_capture()
H A Dd3d8-capture.cpp28 bool texture_ready[NUM_BUFFERS]; member
191 if (data.texture_ready[idx]) { in d3d8_shmem_capture_copy()
192 data.texture_ready[idx] = false; in d3d8_shmem_capture_copy()
231 data.texture_ready[data.cur_surface] = true; in d3d8_shmem_capture()
H A Dd3d10-capture.cpp40 bool texture_ready[NUM_BUFFERS]; member
297 if (data.texture_ready[i]) { in d3d10_shmem_capture_copy()
298 data.texture_ready[i] = false; in d3d10_shmem_capture_copy()
326 data.texture_ready[data.cur_tex] = true; in d3d10_shmem_capture()
H A Dgl-capture.c71 bool texture_ready[NUM_BUFFERS]; member
636 if (data.texture_ready[i]) { in gl_shmem_capture_copy()
639 data.texture_ready[i] = false; in gl_shmem_capture_copy()
712 data.texture_ready[data.cur_tex] = true; in gl_shmem_capture()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/compositor/
H A Ddrawable.c667 Bool texture_ready=0; in drawable_check_texture_dirty() local
691 texture_ready=1; in drawable_check_texture_dirty()
713 texture_ready=1; in drawable_check_texture_dirty()
720 if (texture_ready) in drawable_check_texture_dirty()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/compositor/
H A Ddrawable.c667 Bool texture_ready=0; in drawable_check_texture_dirty() local
691 texture_ready=1; in drawable_check_texture_dirty()
713 texture_ready=1; in drawable_check_texture_dirty()
720 if (texture_ready) in drawable_check_texture_dirty()