Home
last modified time | relevance | path

Searched refs:GS_RGBA (Results 1 – 25 of 54) sorted by relevance

123

/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/ps2/
H A DGs2dScreen.cpp182 _clut[1] = GS_RGBA(0xC0, 0xC0, 0xC0, 0); in Gs2dScreen()
364 GS_BGCOLOUR = GS_RGBA(0, 0, 0, 0); in Gs2dScreen()
479 _clut[1] = GS_RGBA(0xC0, 0xC0, 0xC0, 0); in newScreenSize()
936 GS_RGBA( 0, 0, 0, 0x40),
937 GS_RGBA( 50, 50, 50, 0x40),
938 GS_RGBA( 204, 204, 0xFF, 0x40),
939 GS_RGBA( 140, 140, 0xFF, 0x40),
946 GS_RGBA(0xFF, 0xFF, 0xFF, 0x80), GS_RGBA(0xFF, 0xFF, 0xFF, 0x80), // unused
947 GS_RGBA(0xFF, 0xFF, 0xFF, 0x80), GS_RGBA(0xFF, 0xFF, 0xFF, 0x80),
948 GS_RGBA(0xFF, 0xFF, 0xFF, 0x80), GS_RGBA(0xFF, 0xFF, 0xFF, 0x80),
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/test/test-input/
H A Dsync-pair-vid.c53 spv->tex = gs_texture_create(32, 32, GS_RGBA, 1, NULL, GS_DYNAMIC); in sync_pair_vid_create()
54 spv->white = gs_texture_create(32, 32, GS_RGBA, 1, NULL, GS_DYNAMIC); in sync_pair_vid_create()
55 spv->black = gs_texture_create(32, 32, GS_RGBA, 1, NULL, GS_DYNAMIC); in sync_pair_vid_create()
H A Dtest-filter.c55 if (!obs_source_process_filter_begin(tf->source, GS_RGBA, in filter_render()
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/gfx/
H A Dgfx-source-texture.cpp38 _rt = std::make_shared<gs::rendertarget>(GS_RGBA, GS_ZS_NONE); in source_texture()
80 this->_rt = std::make_shared<gs::rendertarget>(GS_RGBA, GS_ZS_NONE); in source_texture()
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dwindow-basic-main-screenshot.cpp74 texrender = gs_texrender_create(GS_RGBA, GS_ZS_NONE); in Screenshot()
75 stagesurf = gs_stagesurface_create(cx, cy, GS_RGBA); in Screenshot()
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/filters/
H A Dfilter-shader.cpp32 _rt = std::make_shared<gs::rendertarget>(GS_RGBA, GS_ZS_NONE); in shader_instance()
103 if (obs_source_process_filter_begin(_self, GS_RGBA, OBS_NO_DIRECT_RENDERING)) { in video_render()
H A Dfilter-transform.cpp86 _cache_rt = std::make_shared<gs::rendertarget>(GS_RGBA, GS_ZS_NONE); in transform_instance()
87 _source_rt = std::make_shared<gs::rendertarget>(GS_RGBA, GS_ZS_NONE); in transform_instance()
327 if (obs_source_process_filter_begin(_self, GS_RGBA, OBS_NO_DIRECT_RENDERING)) { in video_render()
368 …std::make_shared<gs::texture>(cache_width, cache_height, GS_RGBA, static_cast<uint32_t>(mip_levels… in video_render()
H A Dfilter-dynamic-mask.cpp58 _filter_rt = std::make_shared<gs::rendertarget>(GS_RGBA, GS_ZS_NONE); in dynamic_mask_instance()
59 _final_rt = std::make_shared<gs::rendertarget>(GS_RGBA, GS_ZS_NONE); in dynamic_mask_instance()
225 if (obs_source_process_filter_begin(_self, GS_RGBA, OBS_ALLOW_DIRECT_RENDERING)) { in video_render()
H A Dfilter-color-grade.cpp93 _rt_source = std::make_unique<gs::rendertarget>(GS_RGBA, GS_ZS_NONE); in color_grade_instance()
100 _rt_grade = std::make_unique<gs::rendertarget>(GS_RGBA, GS_ZS_NONE); in color_grade_instance()
192 if (obs_source_process_filter_begin(_self, GS_RGBA, OBS_ALLOW_DIRECT_RENDERING)) { in video_render()
H A Dfilter-displacement.cpp97 if (!obs_source_process_filter_begin(_self, GS_RGBA, OBS_ALLOW_DIRECT_RENDERING)) { in video_render()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-opengl/
H A Dgl-subsystem.h42 case GS_RGBA: in convert_gs_format()
94 case GS_RGBA: in convert_gs_internal_format()
146 case GS_RGBA: in get_gl_format_type()
H A Dgl-windows.c43 case GS_RGBA: in get_color_format_bits()
426 info->format = GS_RGBA; in init_dummy_swap_info()
/dports/multimedia/obs-ndi/obs-ndi-4.9.1/src/
H A Dpremultiplied-alpha-filter.cpp61 if (!obs_source_process_filter_begin(s->context, GS_RGBA, in alpha_filter_videorender()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-d3d11/
H A Dd3d11-subsystem.hpp70 case GS_RGBA: in ConvertGSTextureFormatResource()
116 case GS_RGBA: in ConvertGSTextureFormatView()
131 case GS_RGBA: in ConvertGSTextureFormatViewLinear()
152 return GS_RGBA; in ConvertDXGITextureFormat()
/dports/multimedia/obs-qtwebkit/obs-qtwebkit-c01aa76/src/
H A Dqtwebkit-source.cpp65 activeTexture = gs_texture_create(width, height, GS_RGBA, 1, nullptr, GS_DYNAMIC); in UpdatePage()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-filters/
H A Dsharpness-filter.c80 if (!obs_source_process_filter_begin(filter->context, GS_RGBA, in sharpness_render()
H A Dcolor-key-filter.c305 if (!obs_source_process_filter_begin(filter->context, GS_RGBA, in color_key_render_v1()
326 if (!obs_source_process_filter_begin(filter->context, GS_RGBA, in color_key_render_v2()
H A Dluma-key-filter.c122 if (!obs_source_process_filter_begin(filter->context, GS_RGBA, in luma_key_render_internal()
H A Dchroma-key-filter.c345 if (!obs_source_process_filter_begin(filter->context, GS_RGBA, in chroma_key_render_v1()
374 if (!obs_source_process_filter_begin(filter->context, GS_RGBA, in chroma_key_render_v2()
H A Dcolor-correction-filter.c581 if (!obs_source_process_filter_begin(filter->context, GS_RGBA, in color_correction_filter_render_v1()
604 if (!obs_source_process_filter_begin(filter->context, GS_RGBA, in color_correction_filter_render_v2()
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/gfx/blur/
H A Dgfx-blur-box-linear.cpp190 _rendertarget = std::make_shared<::gs::rendertarget>(GS_RGBA, GS_ZS_NONE);
191 _rendertarget2 = std::make_shared<::gs::rendertarget>(GS_RGBA, GS_ZS_NONE);
H A Dgfx-blur-gaussian-linear.cpp234 _rendertarget = std::make_shared<gs::rendertarget>(GS_RGBA, GS_ZS_NONE);
235 _rendertarget2 = std::make_shared<gs::rendertarget>(GS_RGBA, GS_ZS_NONE);
H A Dgfx-blur-box.cpp198 _rendertarget = std::make_shared<::gs::rendertarget>(GS_RGBA, GS_ZS_NONE);
199 _rendertarget2 = std::make_shared<::gs::rendertarget>(GS_RGBA, GS_ZS_NONE);
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/
H A Dgraphics.h60 GS_RGBA, enumerator
946 case GS_RGBA: in gs_get_format_bpp()
999 case GS_RGBA: in gs_is_srgb_format()
1013 return GS_RGBA; in gs_generalize_format()
/dports/multimedia/obs-studio/obs-studio-27.1.3/test/win/
H A Dtest.cpp111 info.format = GS_RGBA; in CreateDisplay()

123