Home
last modified time | relevance | path

Searched defs:gl_format (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/graphics/libplacebo/libplacebo-4.157.0/src/opengl/
H A Dformats.h22 struct gl_format { struct
29 typedef void (gl_format_cb)(pl_gpu gpu, const struct gl_format *glfmt); argument
/dports/multimedia/mpv/mpv-0.34.1/video/out/opengl/
H A Dformats.h6 struct gl_format { struct
15 // --- gl_format.flags argument
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/driver/gl/
H A Dcogl-texture-2d-gl.c81 GLenum gl_format; in _cogl_texture_2d_gl_can_create() local
135 GLenum gl_format; in allocate_with_size() local
203 GLenum gl_format; in allocate_from_bitmap() local
546 GLenum gl_format; in _cogl_texture_2d_gl_copy_from_bitmap() local
605 GLenum gl_format; in _cogl_texture_2d_gl_get_data() local
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/opengl/
H A Dgl_texture.cc143 GLenum gl_format = to_gl_data_format(format_); in ensure_mipmaps() local
244 GLenum gl_format = to_gl_data_format(format_); in update_sub() local
324 GLenum gl_format = to_gl_data_format(format_); in clear() local
384 GLenum gl_format = to_gl_data_format(format_); in read() local
610 GLenum gl_format = to_gl_data_format(format_); in proxy_check() local
/dports/graphics/cogl/cogl-1.22.8/cogl/driver/gl/
H A Dcogl-texture-2d-gl.c63 GLenum gl_format; in _cogl_texture_2d_gl_can_create() local
117 GLenum gl_format; in allocate_with_size() local
188 GLenum gl_format; in allocate_from_bitmap() local
652 GLenum gl_format; in _cogl_texture_2d_gl_copy_from_bitmap() local
731 GLenum gl_format; in _cogl_texture_2d_gl_get_data() local
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-texture-rectangle.c130 GLenum gl_format; in _cogl_texture_rectangle_can_create() local
229 GLenum gl_format; in allocate_with_size() local
296 GLenum gl_format; in allocate_from_bitmap() local
661 GLenum gl_format; in _cogl_texture_rectangle_set_region() local
708 GLenum gl_format; in _cogl_texture_rectangle_get_data() local
H A Dcogl-texture-rectangle-private.h50 GLenum gl_format; member
H A Dcogl-texture-3d-private.h55 GLenum gl_format; member
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/driver/gl/
H A Dcogl-texture-2d-gl.c83 GLenum gl_format; in _cogl_texture_2d_gl_can_create() local
140 GLenum gl_format; in allocate_with_size() local
209 GLenum gl_format; in allocate_from_bitmap() local
761 GLenum gl_format; in _cogl_texture_2d_gl_copy_from_bitmap() local
841 GLenum gl_format; in _cogl_texture_2d_gl_get_data() local
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-texture-rectangle.c130 GLenum gl_format; in _cogl_texture_rectangle_can_create() local
229 GLenum gl_format; in allocate_with_size() local
294 GLenum gl_format; in allocate_from_bitmap() local
657 GLenum gl_format; in _cogl_texture_rectangle_set_region() local
704 GLenum gl_format; in _cogl_texture_rectangle_get_data() local
H A Dcogl-texture-rectangle-private.h50 GLenum gl_format; member
H A Dcogl-texture-3d-private.h55 GLenum gl_format; member
/dports/x11-toolkits/wlroots/wlroots-0.12.0/render/gles2/
H A Dpixel_format.c57 GLint gl_format, GLint gl_type, bool alpha) { in get_gles2_format_from_gl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dshared_image_backing_factory_ahardwarebuffer.h90 GLenum gl_format = 0; member
H A Dexternal_vk_image_backing.cc59 GLenum gl_format; member
632 GLenum gl_format = viz::GLDataFormat(format()); in ProduceGLTexture() local
676 GLenum gl_format = viz::GLDataFormat(format()); in ProduceGLTexturePassthrough() local
914 auto gl_format = kFormatTable[format()].gl_format; in CopyPixelsFromGLTextureToVkImage() local
976 auto gl_format = kFormatTable[format()].gl_format; in CopyPixelsFromShmToGLTexture() local
H A Dshared_image_representation_gl_ozone.cc71 GLenum gl_format = viz::GLDataFormat(format); in Create() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dshared_image_backing_factory_ahardwarebuffer.h98 GLenum gl_format = 0; member
H A Dshared_image_representation_gl_ozone.cc71 GLenum gl_format = viz::GLDataFormat(format); in Create() local
H A Dexternal_vk_image_backing.cc56 GLenum gl_format; member
717 GLenum gl_format = viz::GLDataFormat(format()); in ProduceGLTexture() local
756 GLenum gl_format = viz::GLDataFormat(format()); in ProduceGLTexturePassthrough() local
1005 auto gl_format = kFormatTable[format()].gl_format; in CopyPixelsFromGLTextureToVkImage() local
1067 auto gl_format = kFormatTable[format()].gl_format; in CopyPixelsFromShmToGLTexture() local
/dports/multimedia/libvdpau-va-gl/libvdpau-va-gl-0.4.2/src/
H A Dapi-bitmap-surface.hh50 GLuint gl_format; ///< GL texture format: preferred external format member
/dports/graphics/colmap/colmap-3.6/lib/SiftGPU/
H A DGLTexImage.h106 static int IsSimpleGlFormat(unsigned int gl_format, unsigned int gl_type) in IsSimpleGlFormat()
H A DGLTexImage.cpp739 DownSamplePixelDataI(unsigned int gl_format, int width, int height, int ds, in DownSamplePixelDataI()
803 DownSamplePixelDataI2F(unsigned int gl_format, int width, int height, int ds, in DownSamplePixelDataI2F()
859 int GLTexInput::DownSamplePixelDataF(unsigned int gl_format, int width, int height, int ds, const f… in DownSamplePixelDataF()
914 unsigned int gl_format, unsigned int gl_type ) in SetImageData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gl/
H A Dgl_gl_api_implementation.cc153 GLenum gl_format = format; in GetTexFormat() local
310 GLenum gl_format = GetTexFormat(version_.get(), format); in glTexImage2DFn() local
341 GLenum gl_format = GetTexFormat(version_.get(), format); in glTexSubImage2DFn() local
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/ngl/
H A Dgskngliconlibrary.c86 guint gl_format; in gsk_ngl_icon_library_add() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston/
H A Dpixel-formats.h68 int gl_format; member

1234567