/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglmemory.c | 143 gl_mem->tex_width = GL_MEM_WIDTH (gl_mem); in _calculate_unpack_length() 197 gl_mem->tex_width = GL_MEM_STRIDE (gl_mem) / n_gl_bytes; in _calculate_unpack_length() 266 internal_format, tex_format, tex_type, gl_mem->tex_width, in _gl_tex_create() 270 gl_mem->tex_id, tex_format, tex_type, gl_mem->tex_width, in _gl_tex_create() 366 mem->tex_format, mem->tex_width, GL_MEM_HEIGHT (mem), GL_MEM_STRIDE (mem), in gst_gl_memory_init() 431 gl->ReadPixels (0, 0, gl_mem->tex_width, GL_MEM_HEIGHT (gl_mem), format, in gst_gl_memory_read_pixels() 565 gl_mem->tex_id, gl_mem->tex_width, GL_MEM_HEIGHT (gl_mem)); in gst_gl_memory_texsubimage() 576 gl->TexSubImage2D (gl_target, 0, 0, 0, gl_mem->tex_width, in gst_gl_memory_texsubimage() 866 src->tex_format, src->tex_width, GL_MEM_HEIGHT (src))) { in _default_gl_tex_copy() 1036 return gl_mem->tex_width; in gst_gl_memory_get_texture_width()
|
D | gstglmemorypbo.c | 153 gl_mem->mem.tex_id, pbo_id, gl_mem->mem.tex_width, in _upload_pbo_memory() 521 src->mem.tex_width, GL_MEM_HEIGHT (src)); in _gl_mem_copy_thread() 609 src->mem.tex_format, src->mem.tex_width, GL_MEM_HEIGHT (src))) { in _gl_mem_copy()
|
D | gstglmemory.h | 98 guint tex_width; member
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_linear_sampler.c | 268 const int tex_width = texture->width - 1; in fetch_bgra_clamp() local 279 int cs = CLAMP(s>>FIXED16_SHIFT, 0, tex_width); in fetch_bgra_clamp() 304 const int tex_width = texture->width - 1; in fetch_bgrx_clamp() local 315 int cs = CLAMP(s>>FIXED16_SHIFT, 0, tex_width); in fetch_bgrx_clamp() 508 const int tex_width = texture->width - 1; in fetch_bgra_clamp_linear() local 525 w4 = _mm_set1_epi32(tex_width); in fetch_bgra_clamp_linear() 574 int cs0 = CLAMP(s0 , 0, tex_width); in fetch_bgra_clamp_linear() 575 int cs1 = CLAMP(s0 + 1, 0, tex_width); in fetch_bgra_clamp_linear()
|
/third_party/weston/libweston/renderer-gl/ |
D | gl-renderer.h | 234 int32_t tex_width, unsigned char *data);
|
D | gl-renderer.c | 89 int32_t tex_width; member 1131 img->tex_width, img->height, 0, in draw_output_border_texture() 1137 (GLfloat)img->width / (GLfloat)img->tex_width, 0.0f, in draw_output_border_texture() 1138 (GLfloat)img->width / (GLfloat)img->tex_width, 1.0f, in draw_output_border_texture() 3220 int32_t tex_width, unsigned char *data) in gl_renderer_output_set_border() argument 3237 go->borders[side].tex_width = tex_width; in gl_renderer_output_set_border()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcTextureRepeatModeTests.cpp | 510 void fillTextureWithColor(GLubyte* texture_data, GLsizei tex_width, GLsizei tex_height, 597 void TestClampModeForInternalFormat::fillTextureWithColor(GLubyte* texture_data, GLsizei tex_width,… in fillTextureWithColor() argument 611 for (i = 0; i < tex_width / 2; i++) in fillTextureWithColor() 616 for (; i < tex_width; i++) in fillTextureWithColor() 624 for (i = 0; i < tex_width / 2; i++) in fillTextureWithColor() 629 for (; i < tex_width; i++) in fillTextureWithColor()
|
/third_party/flutter/glfw/tests/ |
D | vulkan.c | 245 int32_t tex_width, tex_height; member 922 const int32_t tex_width = 2; in demo_prepare_texture_image() local 927 tex_obj->tex_width = tex_width; in demo_prepare_texture_image() 935 .extent = {tex_width, tex_height, 1}, in demo_prepare_texture_image() 991 for (x = 0; x < tex_width; x++) in demo_prepare_texture_image() 1064 .extent = {staging_texture.tex_width, in demo_prepare_textures()
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | FONTS.md | 271 int tex_width, tex_height; 272 io.Fonts->GetTexDataAsRGBA32(&tex_pixels, &tex_width, &tex_height); 282 ImU32* p = (ImU32*)tex_pixels + (rect->Y + y) * tex_width + (rect->X);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_cb_drawpixels.c | 871 unsigned tex_width = sv[0]->texture->width0; in draw_textured_quad() local 932 ((float) width / tex_width) : (float) width; in draw_textured_quad()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 3288 LLVMValueRef tex_width, newcoords[5]; in lp_build_sample_soa_code() local 3529 tex_width = dynamic_state->width(dynamic_state, gallivm, in lp_build_sample_soa_code() 3552 bld.int_size = tex_width; in lp_build_sample_soa_code() 3556 tex_width, in lp_build_sample_soa_code()
|