Home
last modified time | relevance | path

Searched refs:texture_format (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/
H A Dgen_copy_conversion_table.py60 def parse_texture_format_case(texture_format, framebuffer_formats): argument
65 texture_format = texture_format, framebuffer_format_cases = framebuffer_format_cases)
74 for texture_format, framebuffer_format in data:
75 if texture_format not in format_map:
76 format_map[texture_format] = []
77 format_map[texture_format] += [ framebuffer_format ]
81 for texture_format, framebuffer_formats in sorted(format_map.iteritems()):
82 texture_format_cases += parse_texture_format_case(texture_format, framebuffer_formats)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A Dgen_copy_conversion_table.py62 def parse_texture_format_case(texture_format, framebuffer_formats): argument
67 texture_format=texture_format, framebuffer_format_cases=framebuffer_format_cases)
94 for texture_format, framebuffer_format in data:
95 if texture_format not in format_map:
96 format_map[texture_format] = []
97 format_map[texture_format] += [framebuffer_format]
101 for texture_format, framebuffer_formats in sorted(format_map.iteritems()):
102 texture_format_cases += parse_texture_format_case(texture_format, framebuffer_formats)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A Dgen_copy_conversion_table.py62 def parse_texture_format_case(texture_format, framebuffer_formats): argument
67 texture_format=texture_format, framebuffer_format_cases=framebuffer_format_cases)
94 for texture_format, framebuffer_format in data:
95 if texture_format not in format_map:
96 format_map[texture_format] = []
97 format_map[texture_format] += [framebuffer_format]
101 for texture_format, framebuffer_formats in sorted(format_map.iteritems()):
102 texture_format_cases += parse_texture_format_case(texture_format, framebuffer_formats)
/dports/games/phlipple/phlipple-0.8.5/src/
H A Dtexture.c27 GLenum texture_format; in texture_load() local
38 texture_format = GL_RGBA; in texture_load()
41 texture_format = GL_RGBA; in texture_load()
43 texture_format = GL_BGRA; in texture_load()
49 texture_format = GL_RGB; in texture_load()
52 texture_format = GL_RGB; in texture_load()
54 texture_format = GL_BGR; in texture_load()
75 texture_format, GL_UNSIGNED_BYTE, surface->pixels ); in texture_load()
/dports/games/zaz/zaz-1.0.1/src/
H A Dtextureloader.cpp35 GLenum texture_format; in LoadTextureFile() local
66 texture_format = GL_RGBA; in LoadTextureFile()
69 texture_format = GL_RGBA; in LoadTextureFile()
71 texture_format = GL_BGRA; in LoadTextureFile()
77 texture_format = GL_RGB; in LoadTextureFile()
80 texture_format = GL_RGB; in LoadTextureFile()
82 texture_format = GL_BGR; in LoadTextureFile()
126 GLenum texture_format; in LoadBallsTextureFile() local
137 texture_format = GL_RGBA; in LoadBallsTextureFile()
140 texture_format = GL_RGBA; in LoadBallsTextureFile()
[all …]
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/x11/
H A Dglvideo.c120 gavl_video_format_t texture_format; in create_texture() local
174 memset(&texture_format, 0, sizeof(texture_format)); in create_texture()
176 texture_format.image_width = width; in create_texture()
177 texture_format.image_height = height; in create_texture()
179 texture_format.pixel_width = 1; in create_texture()
180 texture_format.pixel_height = 1; in create_texture()
184 texture_format.frame_width = 1; in create_texture()
185 texture_format.frame_height = 1; in create_texture()
188 texture_format.frame_width <<= 1; in create_texture()
194 texture_format.frame_width = texture_format.image_width; in create_texture()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/common/quads/
H A Dpicture_draw_quad.cc28 ResourceFormat texture_format, in SetNew() argument
41 this->texture_format = texture_format; in SetNew()
52 ResourceFormat texture_format, in SetAll() argument
65 this->texture_format = texture_format; in SetAll()
77 value->SetInteger("texture_format", texture_format); in ExtendValue()
H A Dpicture_draw_quad.h38 ResourceFormat texture_format,
51 ResourceFormat texture_format,
61 ResourceFormat texture_format; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/common/quads/
H A Dpicture_draw_quad.cc28 ResourceFormat texture_format, in SetNew() argument
41 this->texture_format = texture_format; in SetNew()
52 ResourceFormat texture_format, in SetAll() argument
65 this->texture_format = texture_format; in SetAll()
77 value->SetInteger("texture_format", texture_format); in ExtendValue()
H A Dpicture_draw_quad.h38 ResourceFormat texture_format,
51 ResourceFormat texture_format,
61 ResourceFormat texture_format; variable
/dports/games/violetland/violetland-0.5/src/system/graphic/
H A DTexture.cpp29 GLenum texture_format; in Texture() local
34 texture_format = GL_RGBA; in Texture()
36 texture_format = GL_BGRA; in Texture()
40 texture_format = GL_RGB; in Texture()
42 texture_format = GL_BGR; in Texture()
55 texture_format, GL_UNSIGNED_BYTE, surface->pixels); in Texture()
/dports/games/lander/lander-0.6.6/src/
H A DTexture.cpp67 GLenum texture_format; in Texture() local
71 texture_format = GL_RGBA; in Texture()
73 texture_format = GL_BGRA; in Texture()
77 texture_format = GL_RGB; in Texture()
79 texture_format = GL_BGR; in Texture()
98 texture_format, GL_UNSIGNED_BYTE, surface->pixels); in Texture()
/dports/devel/p5-SDL/SDL-2.548/examples/cookbook/
H A Dpogl_sdl_texture.pl116 my $texture_format;
129 $texture_format = GL_RGBA;
131 $texture_format = GL_BGRA;
136 $texture_format = GL_RGB;
138 $texture_format = GL_BGR;
158 $surface->w, $surface->h, $texture_format, GL_UNSIGNED_BYTE,
/dports/games/traingame/traingame-cb6513e/src/
H A DTexture.cpp101 GLenum texture_format; in Texture() local
105 texture_format = GL_RGBA; in Texture()
107 texture_format = GL_BGRA; in Texture()
111 texture_format = GL_RGB; in Texture()
113 texture_format = GL_BGR; in Texture()
134 texture_format, GL_UNSIGNED_BYTE, surface->pixels); in Texture()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_framebuffer_object/
H A Dframebuffer-blit-levels.c78 GLenum texture_format; variable
245 texture_format = GL_RGBA; in piglit_init()
252 texture_format = GL_DEPTH_COMPONENT; in piglit_init()
259 texture_format = GL_DEPTH_STENCIL; in piglit_init()
285 texture_format, in piglit_init()
298 0 /* border */, texture_format, in piglit_init()
323 create_test_data(data, texture_format, data_level, width, height); in upload_test_data()
326 width, height, 0 /* border */, texture_format, in upload_test_data()
409 0 /* border */, texture_format, in piglit_display()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_copy_image/
H A Dformats.c48 struct texture_format { struct
58 static const struct texture_format formats[] = { argument
167 static const struct texture_format *
185 is_format_snorm(const struct texture_format *format) in is_format_snorm()
247 are_formats_compatible(const struct texture_format *f1, in are_formats_compatible()
248 const struct texture_format *f2) in are_formats_compatible()
368 const struct texture_format *dst_format) in setup_test_data()
600 const struct texture_format *dst_format) in run_multisample_test()
715 const struct texture_format *format) in pixels_equal()
782 run_test(const struct texture_format *src_format, in run_test()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/nv_copy_image/
H A Dformats.c49 struct texture_format { struct
59 static const struct texture_format formats[] = { argument
168 static const struct texture_format *
186 is_format_snorm(const struct texture_format *format) in is_format_snorm()
248 are_formats_compatible(const struct texture_format *f1, in are_formats_compatible()
249 const struct texture_format *f2) in are_formats_compatible()
369 const struct texture_format *dst_format) in setup_test_data()
601 const struct texture_format *dst_format) in run_multisample_test()
722 const struct texture_format *format) in pixels_equal()
789 run_test(const struct texture_format *src_format, in run_test()
[all …]
/dports/games/brainparty/brainparty/
H A DTexture.cpp67 GLenum texture_format; in InitWithSurface() local
72 texture_format = GL_RGBA; in InitWithSurface()
74 texture_format = GL_BGRA; in InitWithSurface()
78 texture_format = GL_RGB; in InitWithSurface()
80 texture_format = GL_BGR; in InitWithSurface()
97 …glTexImage2D(GL_TEXTURE_2D, 0, colors, Width, Height, 0, texture_format, GL_UNSIGNED_BYTE, surface… in InitWithSurface()
/dports/games/onscripter-1byte/onscripter-20200722/
H A DAnimationInfo.h91 Uint32 texture_format; variable
151 static SDL_Surface *allocSurface( int w, int h, Uint32 texture_format );
152 static SDL_Surface *alloc32bitSurface( int w, int h, Uint32 texture_format );
153 void allocImage( int w, int h, Uint32 texture_format );
157 void setImage( SDL_Surface *surface, Uint32 texture_format );
/dports/games/onscripter/onscripter-20200722/
H A DAnimationInfo.h91 Uint32 texture_format; variable
151 static SDL_Surface *allocSurface( int w, int h, Uint32 texture_format );
152 static SDL_Surface *alloc32bitSurface( int w, int h, Uint32 texture_format );
153 void allocImage( int w, int h, Uint32 texture_format );
157 void setImage( SDL_Surface *surface, Uint32 texture_format );
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_fluid.c180 eGPUTextureFormat texture_format, in create_volume_texture() argument
193 "volume", UNPACK3(final_dim), 1, texture_format, data_format, NULL); in create_volume_texture()
222 int channels = (ELEM(texture_format, GPU_R8, GPU_R16F, GPU_R32F)) ? 1 : 4; in create_volume_texture()
241 eGPUTextureFormat texture_format = GPU_R8; in create_field_texture() local
244 texture_format = GPU_R32F; in create_field_texture()
292 texture_format = GPU_R16F; in create_field_texture()
296 texture_format = GPU_R16F; in create_field_texture()
300 texture_format = GPU_R16F; in create_field_texture()
304 texture_format = GPU_R16F; in create_field_texture()
309 texture_format = GPU_R8UI; in create_field_texture()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dfeature_info_unittest.cc265 EXPECT_FALSE(info_->validators()->texture_format.IsValid( in TEST_P()
355 EXPECT_FALSE(info_->validators()->texture_format.IsValid( in TEST_P()
524 EXPECT_TRUE(info_->validators()->texture_format.IsValid( in TEST_P()
542 EXPECT_TRUE(info_->validators()->texture_format.IsValid( in TEST_P()
553 EXPECT_TRUE(info_->validators()->texture_format.IsValid( in TEST_P()
960 EXPECT_FALSE(info_->validators()->texture_format.IsValid( in TEST_P()
962 EXPECT_FALSE(info_->validators()->texture_format.IsValid( in TEST_P()
1235 EXPECT_TRUE(info_->validators()->texture_format.IsValid( in TEST_P()
1641 EXPECT_TRUE(info_->validators()->texture_format.IsValid(GL_RG_EXT)); in TEST_P()
1675 EXPECT_TRUE(info_->validators()->texture_format.IsValid(GL_RGB)); in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dfeature_info_unittest.cc265 EXPECT_FALSE(info_->validators()->texture_format.IsValid( in TEST_P()
355 EXPECT_FALSE(info_->validators()->texture_format.IsValid( in TEST_P()
524 EXPECT_TRUE(info_->validators()->texture_format.IsValid( in TEST_P()
542 EXPECT_TRUE(info_->validators()->texture_format.IsValid( in TEST_P()
553 EXPECT_TRUE(info_->validators()->texture_format.IsValid( in TEST_P()
960 EXPECT_FALSE(info_->validators()->texture_format.IsValid( in TEST_P()
962 EXPECT_FALSE(info_->validators()->texture_format.IsValid( in TEST_P()
1235 EXPECT_TRUE(info_->validators()->texture_format.IsValid( in TEST_P()
1641 EXPECT_TRUE(info_->validators()->texture_format.IsValid(GL_RG_EXT)); in TEST_P()
1675 EXPECT_TRUE(info_->validators()->texture_format.IsValid(GL_RGB)); in TEST_P()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/khronos/egl/
H A Degl_client_surface.h244 EGLenum texture_format; member
302 EGLenum *texture_format,
322 EGLenum texture_format,
332 EGLenum texture_format,
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-atlas.c53 _cogl_atlas_new (CoglPixelFormat texture_format, in _cogl_atlas_new() argument
63 atlas->texture_format = texture_format; in _cogl_atlas_new()
292 cogl_pixel_format_get_n_planes (atlas->texture_format) == 1, in _cogl_atlas_create_texture()
299 int bpp = cogl_pixel_format_get_bytes_per_pixel (atlas->texture_format, in _cogl_atlas_create_texture()
307 atlas->texture_format, in _cogl_atlas_create_texture()
314 atlas->texture_format); in _cogl_atlas_create_texture()
332 atlas->texture_format); in _cogl_atlas_create_texture()
459 _cogl_atlas_get_initial_size (atlas->texture_format, in _cogl_atlas_reserve_space()
462 new_map = _cogl_atlas_create_map (atlas->texture_format, in _cogl_atlas_reserve_space()

1234567891011