/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglmemorypbo.c | 119 guint tex_id; member 153 gl_mem->mem.tex_id, pbo_id, gl_mem->mem.tex_width, in _upload_pbo_memory() 166 guint tex_id; in _new_texture() local 168 gl->GenTextures (1, &tex_id); in _new_texture() 169 gl->BindTexture (target, tex_id); in _new_texture() 181 return tex_id; in _new_texture() 300 "attempting download of texture %u " "using pbo %u", gl_mem->mem.tex_id, in _pbo_download_transfer() 356 gpointer data = &gl_mem->mem.tex_id; in _gl_mem_map_gpu_access() 392 return &gl_mem->mem.tex_id; in _gl_mem_map() 434 guint tex_id; in _gl_mem_copy_thread() local [all …]
|
D | gstglmemory.c | 102 guint tex_id; member 230 guint tex_id; in _new_texture() local 232 gl->GenTextures (1, &tex_id); in _new_texture() 233 gl->BindTexture (target, tex_id); in _new_texture() 245 return tex_id; in _new_texture() 264 gl_mem->tex_id = in _gl_tex_create() 270 gl_mem->tex_id, tex_format, tex_type, gl_mem->tex_width, in _gl_tex_create() 401 gst_gl_texture_target_to_gl (gl_mem->tex_target), gl_mem->tex_id, 0); in gst_gl_memory_read_pixels() 467 "using glGetTexImage", gl_mem->tex_id); in _gl_tex_download_get_tex_image() 473 gl->BindTexture (target, gl_mem->tex_id); in _gl_tex_download_get_tex_image() [all …]
|
D | gstglmemory.h | 87 guint tex_id; member 186 guint tex_id, 282 guint tex_id, 289 guint tex_id,
|
D | gstglmemorypbo.h | 83 guint tex_id,
|
D | gstglframebuffer.c | 295 GST_TRACE_OBJECT (fb, "drawing to texture %u, dimensions %ix%i", mem->tex_id, in gst_gl_framebuffer_draw_to_texture() 432 mem->tex_id, 0); in _attach_gl_memory()
|
D | gstglupload.c | 1171 guint tex_id = 0; in _upload_meta_upload_perform() local 1175 tex_id = ((GstGLMemory *) mem)->tex_id; in _upload_meta_upload_perform() 1178 upload->texture_ids[i] = tex_id; in _upload_meta_upload_perform() 1701 gl->BindTexture (GL_TEXTURE_2D, out_gl_mem->tex_id); in _directviv_upload_perform_gl_thread()
|
D | gstglfilter.c | 973 GST_GL_MEMORY_CAST (in_tex)->tex_id, in gst_gl_filter_filter_texture() 974 GST_GL_MEMORY_CAST (out_tex)->tex_id); in gst_gl_filter_filter_texture()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqsgtexture.cc | 116 guint tex_id; in bind() local 154 tex_id = *(guint *) this->v_frame.data[0]; in bind() 155 GST_LOG ("%p binding Qt texture %u", this, tex_id); in bind() 157 gl->BindTexture (GL_TEXTURE_2D, tex_id); in bind() 206 int tex_id = 0; in textureId() local 211 tex_id = ((GstGLMemory *) mem)->tex_id; in textureId() 214 GST_LOG ("%p get texture id %u", this, tex_id); in textureId() 216 return tex_id; in textureId()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | iosurfaceglmemory.c | 53 gl->GenTextures (1, &gl_mem->tex_id); in _io_surface_gl_memory_create() 54 gl->BindTexture (target, gl_mem->tex_id); in _io_surface_gl_memory_create() 57 GST_LOG ("generated texture id:%d", gl_mem->tex_id); in _io_surface_gl_memory_create() 81 return &gl_mem->tex_id; in _io_surface_gl_memory_allocator_map() 219 GLuint tex_id, tex_target, texifmt; in _io_surface_gl_memory_set_surface() local 224 tex_id = gl_mem->tex_id; in _io_surface_gl_memory_set_surface() 227 gl->BindTexture (tex_target, tex_id); in _io_surface_gl_memory_set_surface() 235 GST_DEBUG ("bound surface %p to texture %u: %d", surface, tex_id, cglError); in _io_surface_gl_memory_set_surface()
|
D | iosglmemory.c | 59 return &gl_mem->tex_id; in _ios_gl_memory_allocator_map() 137 guint tex_id, in _ios_gl_memory_new() argument 145 mem->gl_mem.tex_id = tex_id; in _ios_gl_memory_new() 163 guint tex_id, in gst_ios_gl_memory_new_wrapped() argument 168 return _ios_gl_memory_new (context, cv_mem, target, tex_format, tex_id, info, in gst_ios_gl_memory_new_wrapped()
|
D | iosglmemory.h | 60 guint tex_id,
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglmemory.c | 136 fail_if (gl_mem->tex_id == 0); in create_memory() 183 fail_unless_equals_int (gl_mem->tex_id, gl_mem2->tex_id); in GST_START_TEST() 287 gl_mem->tex_format, gl_mem->tex_id, NULL, NULL); in wrap_gl_memory() 300 fail_unless_equals_int (gl_mem->tex_id, gl_mem2->tex_id); in wrap_gl_memory() 360 gl_mem2->tex_id, GST_GL_TEXTURE_TARGET_2D, gl_mem2->tex_format, in GST_START_TEST()
|
D | gstglupload.c | 36 static guint tex_id; variable 243 gl->BindTexture (GL_TEXTURE_2D, tex_id); in blit_tex() 290 tex_id = *(guint *) map_info.data; in GST_START_TEST() 347 tex_id = *(guint *) map_info.data; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/ |
D | qglrenderer.cpp | 159 guint tex_id; in paintGL() local 180 tex_id = *(guint *) v_frame.data[0]; in paintGL() 185 glBindTexture (GL_TEXTURE_2D, tex_id); in paintGL()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_wgpu.cpp | 432 ImTextureID tex_id = pcmd->GetTexID(); in ImGui_ImplWGPU_RenderDrawData() local 433 ImGuiID tex_id_hash = ImHashData(&tex_id, sizeof(tex_id)); in ImGui_ImplWGPU_RenderDrawData() 441 …p = ImGui_ImplWGPU_CreateImageBindGroup(g_resources.ImageBindGroupLayout, (WGPUTextureView)tex_id); in ImGui_ImplWGPU_RenderDrawData()
|
D | imgui_impl_metal.mm | 530 if (ImTextureID tex_id = pcmd->GetTexID()) 531 [commandEncoder setFragmentTexture:(__bridge id<MTLTexture>)(tex_id) atIndex:0];
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | gstwpevideosrc.cpp | 233 guint tex_id; in gst_wpe_video_src_fill_memory() local 245 tex_id = gst_gl_memory_get_texture_id (memory); in gst_wpe_video_src_fill_memory() 259 gl->BindTexture (GL_TEXTURE_2D, tex_id); in gst_wpe_video_src_fill_memory()
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_disasm.c | 48 uint32_t tex_id : 5; member 548 .id = instr->tex_id, in print_instr()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglfilterapp.c | 204 cb->in_tex->tex_id, gst_gl_memory_get_texture_width (cb->out_tex), in _emit_draw_signal()
|
D | gstgldifferencematte.c | 434 gl->BindTexture (GL_TEXTURE_2D, differencematte->newbgtexture->tex_id); in gst_gl_differencematte_interp() 439 gl->BindTexture (GL_TEXTURE_2D, differencematte->midtexture[2]->tex_id); in gst_gl_differencematte_interp()
|
D | gstglfilterglass.c | 369 guint texture = glass_filter->in_tex->tex_id; in gst_gl_filter_glass_callback()
|
D | gstglfiltercube.c | 459 gl->BindTexture (GL_TEXTURE_2D, cube_filter->in_tex->tex_id); in _callback()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/ |
D | gstglmemoryegl.c | 214 gl->BindTexture (gl_target, gl_mem->mem.tex_id); in _gl_mem_create()
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gstamcvideodec.c | 176 self->surface, self->oes_mem->tex_id); in _attach_mem_to_context() 178 self->oes_mem->tex_id, &self->gl_error)) { in _attach_mem_to_context() 190 guint tex_id = self->oes_mem ? self->oes_mem->tex_id : 0; in _dettach_mem_from_context() local 193 self->surface, tex_id); in _dettach_mem_from_context() 1101 "OES texture %u", sync, sync->surface, sync->oes_mem->tex_id); in _gl_sync_render_unlocked()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvbaseenc.c | 2167 gl_mem->mem.tex_id); in _map_gl_input_buffer() 2175 gl_mem->mem.tex_id); in _map_gl_input_buffer() 2185 "texture %u in cuda ret :%d", gl_mem->mem.tex_id, cuda_ret); in _map_gl_input_buffer() 2211 "ret :%d", gl_mem->mem.tex_id, cuda_ret); in _map_gl_input_buffer()
|