Home
last modified time | relevance | path

Searched refs:gs_device (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/c64/cart/
H A Dgs.c94 static io_source_t gs_device = { variable
112 CARTRIDGE_NAME_GS, 0, 1, &gs_device, NULL, CARTRIDGE_GS
137 gs_list_item = io_source_register(&gs_device); in gs_common_attach()
/dports/emulators/vice/vice-3.5/src/c64/cart/
H A Dgs.c93 static io_source_t gs_device = { variable
112 CARTRIDGE_NAME_GS, 0, 1, &gs_device, NULL, CARTRIDGE_GS
137 gs_list_item = io_source_register(&gs_device); in gs_common_attach()
/dports/print/lyx/lyx-2.3.4.2/lib/scripts/
H A Dlegacy_lyxpreview2ppm.py345 use_pdftocairo, conv, gs_device, gs_ext, alpha, resolution, output_format): argument
385 % (conv, gs_device, latex_file_root, \
475 gs_device = "png16m"
478 gs_device = "pnmraw"
507 % (gs, gs_device, latex_file_root, \
524 % (gs, gs_device, latex_file_root, \
557 legacy_metrics, use_pdftocairo, conv, gs_device, gs_ext, alpha,
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-d3d11/
H A Dd3d11-subsystem.cpp253 void gs_device::InitCompiler() in InitCompiler()
285 void gs_device::InitFactory() in InitFactory()
380 bool gs_device::HasBadNV12Output() in HasBadNV12Output()
742 void gs_device::UpdateZStencilState() in UpdateZStencilState()
768 void gs_device::UpdateRasterState() in UpdateRasterState()
794 void gs_device::UpdateBlendState() in UpdateBlendState()
839 void gs_device::FlushOutputViews() in FlushOutputViews()
863 gs_device::gs_device(uint32_t adapterIdx) in gs_device() function in gs_device
885 gs_device::~gs_device() in ~gs_device()
1105 gs_device *device = NULL; in device_create()
[all …]
H A Dd3d11-subsystem.hpp461 inline gs_texture(gs_device *device, gs_type obj_type, in gs_texture()
467 inline gs_texture(gs_device *device, gs_type obj_type, in gs_texture()
824 gs_swap_chain(gs_device *device, const gs_init_data *data);
956 struct gs_device { struct
1037 gs_device(uint32_t adapterIdx);
1038 ~gs_device();
H A Dd3d11-rebuild.cpp404 void gs_device::RebuildDevice() in RebuildDevice()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs-opengl/
H A Dgl-subsystem.c131 static bool gl_init_extensions(struct gs_device *device) in gl_init_extensions()
159 static void clear_textures(struct gs_device *device) in clear_textures()
221 struct gs_device *device = bzalloc(sizeof(struct gs_device)); in device_create()
620 static void load_default_pixelshader_samplers(struct gs_device *device, in load_default_pixelshader_samplers()
998 static void update_viewproj_matrix(struct gs_device *device) in update_viewproj_matrix()
1026 static inline struct gs_program *find_program(const struct gs_device *device) in find_program()
1041 static inline struct gs_program *get_shader_program(struct gs_device *device) in get_shader_program()
1302 static inline uint32_t get_target_height(const struct gs_device *device) in get_target_height()
H A Dgl-subsystem.h485 extern struct gs_program *gs_program_create(struct gs_device *device);
613 struct gs_device { struct
H A Dgl-helpers.h217 extern bool gl_copy_texture(struct gs_device *device, struct gs_texture *dst,
H A Dgl-helpers.c102 bool gl_copy_texture(struct gs_device *device, struct gs_texture *dst, in gl_copy_texture()
H A Dgl-shader.c637 struct gs_program *gs_program_create(struct gs_device *device) in gs_program_create()
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/graphics/
H A Dgraphics.h266 struct gs_device;
285 typedef struct gs_device gs_device_t;
/dports/sysutils/LPRngTool/LPRngTool-1.3.2/
H A Dprinterdb1451 -sPAPERSIZE=\%L{papersize} -sDEVICE=\%s{gs_device} \%s{gs_options} -
1453 gs_device=DEVICE to be used
1463 -sPAPERSIZE=\%L{papersize} @\%s{gs_device} \%s{gs_options} -
1465 gs_device=DEVICE to be used
/dports/multimedia/obs-studio/obs-studio-27.1.3/docs/sphinx/
H A Dreference-libobs-graphics-graphics.rst1495 .. type:: typedef struct gs_device gs_device_t