Home
last modified time | relevance | path

Searched refs:gl_format (Results 251 – 275 of 293) sorted by relevance

1...<<1112

/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dglformats.c3856 GLenum gl_format, GLenum type) in _mesa_tex_format_from_format_and_type() argument
3858 mesa_format format = _mesa_format_from_format_and_type(gl_format, type); in _mesa_tex_format_from_format_and_type()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dglformats.c3831 GLenum gl_format, GLenum type) in _mesa_tex_format_from_format_and_type() argument
3833 mesa_format format = _mesa_format_from_format_and_type(gl_format, type); in _mesa_tex_format_from_format_and_type()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dglformats.c3856 GLenum gl_format, GLenum type) in _mesa_tex_format_from_format_and_type() argument
3858 mesa_format format = _mesa_format_from_format_and_type(gl_format, type); in _mesa_tex_format_from_format_and_type()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dglformats.c3856 GLenum gl_format, GLenum type) in _mesa_tex_format_from_format_and_type() argument
3858 mesa_format format = _mesa_format_from_format_and_type(gl_format, type); in _mesa_tex_format_from_format_and_type()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dglformats.c3856 GLenum gl_format, GLenum type) in _mesa_tex_format_from_format_and_type() argument
3858 mesa_format format = _mesa_format_from_format_and_type(gl_format, type); in _mesa_tex_format_from_format_and_type()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dglformats.c3856 GLenum gl_format, GLenum type) in _mesa_tex_format_from_format_and_type() argument
3858 mesa_format format = _mesa_format_from_format_and_type(gl_format, type); in _mesa_tex_format_from_format_and_type()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dglformats.c3856 GLenum gl_format, GLenum type) in _mesa_tex_format_from_format_and_type() argument
3858 mesa_format format = _mesa_format_from_format_and_type(gl_format, type); in _mesa_tex_format_from_format_and_type()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dglformats.c4013 GLenum gl_format, GLenum type) in _mesa_tex_format_from_format_and_type() argument
4015 mesa_format format = _mesa_format_from_format_and_type(gl_format, type); in _mesa_tex_format_from_format_and_type()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.h305 GLenum gl_format,
H A Dgles2_cmd_decoder_unittest_base.cc1313 GLenum gl_format, in DoRenderbufferStorageMultisampleCHROMIUM() argument
1321 EXPECT_CALL(*gl_, RenderbufferStorageMultisample(target, samples, gl_format, in DoRenderbufferStorageMultisampleCHROMIUM()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.h305 GLenum gl_format,
H A Dgles2_cmd_decoder_unittest_base.cc1314 GLenum gl_format, in DoRenderbufferStorageMultisampleCHROMIUM() argument
1322 EXPECT_CALL(*gl_, RenderbufferStorageMultisample(target, samples, gl_format, in DoRenderbufferStorageMultisampleCHROMIUM()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Dgl_renderer.cc881 GLenum gl_format = GLDataFormat(resource_format); in GetBackdropTexture() local
891 target_size.height(), 0, gl_format, gl_type, nullptr); in GetBackdropTexture()
918 window_rect.height(), 0, gl_format, gl_type, nullptr); in GetBackdropTexture()
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/gles3/
H A Drasterizer_storage_gles3.cpp1123 GLenum gl_format; in texture_get_data() local
1135 gl_format, in texture_get_data()
1241 GLenum gl_format; in texture_get_data() local
1246 …_get_gl_image_and_format(Ref<Image>(), texture->format, texture->flags, real_format, gl_format, gl… in texture_get_data()
1311 GLenum gl_format; in texture_get_data() local
1316 …_get_gl_image_and_format(Ref<Image>(), texture->format, texture->flags, real_format, gl_format, gl… in texture_get_data()
/dports/devel/godot/godot-3.2.3-stable/drivers/gles3/
H A Drasterizer_storage_gles3.cpp1123 GLenum gl_format; in texture_get_data() local
1135 gl_format, in texture_get_data()
1241 GLenum gl_format; in texture_get_data() local
1246 …_get_gl_image_and_format(Ref<Image>(), texture->format, texture->flags, real_format, gl_format, gl… in texture_get_data()
1311 GLenum gl_format; in texture_get_data() local
1316 …_get_gl_image_and_format(Ref<Image>(), texture->format, texture->flags, real_format, gl_format, gl… in texture_get_data()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Dgl_renderer.cc979 GLenum gl_format = GLDataFormat(resource_format); in GetBackdropTexture() local
989 target_size.height(), 0, gl_format, gl_type, nullptr); in GetBackdropTexture()
1016 window_rect.height(), 0, gl_format, gl_type, nullptr); in GetBackdropTexture()
/dports/devel/godot/godot-3.2.3-stable/drivers/gles2/
H A Drasterizer_storage_gles2.cpp823 GLenum gl_format; in texture_get_data() local
827 …_get_gl_image_and_format(Ref<Image>(), texture->format, texture->flags, real_format, gl_format, gl… in texture_get_data()
865 GLenum gl_format; in texture_get_data() local
869 …_get_gl_image_and_format(Ref<Image>(), texture->format, texture->flags, real_format, gl_format, gl… in texture_get_data()
/dports/devel/godot-tools/godot-3.2.3-stable/drivers/gles2/
H A Drasterizer_storage_gles2.cpp823 GLenum gl_format; in texture_get_data() local
827 …_get_gl_image_and_format(Ref<Image>(), texture->format, texture->flags, real_format, gl_format, gl… in texture_get_data()
865 GLenum gl_format; in texture_get_data() local
869 …_get_gl_image_and_format(Ref<Image>(), texture->format, texture->flags, real_format, gl_format, gl… in texture_get_data()
/dports/graphics/magnum-examples/magnum-examples-2019.10/src/triangle-sokol/
H A Dsokol_gfx.h2904 const GLenum gl_format = _sg_gl_teximage_format(img->pixel_format); in _sg_create_image() local
2969 mip_width, mip_height, 0, gl_format, gl_type, data_ptr); in _sg_create_image()
2985 … mip_width, mip_height, mip_depth, 0, gl_format, gl_type, data_ptr); in _sg_create_image()
/dports/lang/v/v-0.1.29/thirdparty/sokol/
H A Dsokol_gfx.h5231 const GLenum gl_format = _sg_gl_teximage_format(img->pixel_format); in _sg_create_image() local
5311 mip_width, mip_height, 0, gl_format, gl_type, data_ptr); in _sg_create_image()
5330 … mip_width, mip_height, mip_depth, 0, gl_format, gl_type, data_ptr); in _sg_create_image()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sokol/
H A Dsokol_gfx.h5637 const GLenum gl_format = _sg_gl_teximage_format(img->cmn.pixel_format); in _sg_gl_create_image() local
5717 mip_width, mip_height, 0, gl_format, gl_type, data_ptr); in _sg_gl_create_image()
5736 … mip_width, mip_height, mip_depth, 0, gl_format, gl_type, data_ptr); in _sg_gl_create_image()
/dports/lang/clover/mesa-21.3.6/docs/relnotes/
H A D7.10.rst461 - mesa: pass gl_format to \_mesa_init_teximage_fields()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/docs/relnotes/
H A D7.10.rst461 - mesa: pass gl_format to \_mesa_init_teximage_fields()
/dports/graphics/libosmesa/mesa-21.3.6/docs/relnotes/
H A D7.10.rst461 - mesa: pass gl_format to \_mesa_init_teximage_fields()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/docs/relnotes/
H A D7.10.rst461 - mesa: pass gl_format to \_mesa_init_teximage_fields()

1...<<1112