Home
last modified time | relevance | path

Searched defs:bitmap_handle (Results 1 – 10 of 10) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/opengl/
H A Dgropengltexture.h28 int bitmap_handle; variable
H A Dgropengltexture.cpp323 static int opengl_texture_set_level(int bitmap_handle, int bitmap_type, int bmap_w, int bmap_h, int… in opengl_texture_set_level()
731 void opengl_determine_bpp_and_flags(int bitmap_handle, int bitmap_type, ushort& flags, int& bpp) { in opengl_determine_bpp_and_flags()
852 int opengl_create_texture(int bitmap_handle, int bitmap_type, tcache_slot_opengl *tslot) in opengl_create_texture()
1056 int gr_opengl_tcache_set_internal(int bitmap_handle, int bitmap_type, float *u_scale, float *v_scal… in gr_opengl_tcache_set_internal()
1107 int gr_opengl_tcache_set(int bitmap_handle, int bitmap_type, float *u_scale, float *v_scale, uint32… in gr_opengl_tcache_set()
1352 void gr_opengl_get_texture_scale(int bitmap_handle, float *u_scale, float *v_scale) in gr_opengl_get_texture_scale()
1433 void gr_opengl_update_texture(int bitmap_handle, int bpp, const ubyte* data, int width, int height) in gr_opengl_update_texture()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dgropengltexture.cpp369 int opengl_create_texture_sub(int bitmap_handle, int bitmap_type, int bmap_w, int bmap_h, int tex_w… in opengl_create_texture_sub()
863 int opengl_create_texture(int bitmap_handle, int bitmap_type, tcache_slot_opengl *tslot) in opengl_create_texture()
1036 int gr_opengl_tcache_set_internal(int bitmap_handle, int bitmap_type, float *u_scale, float *v_scal… in gr_opengl_tcache_set_internal()
1091 int gr_opengl_tcache_set(int bitmap_handle, int bitmap_type, float *u_scale, float *v_scale, int st… in gr_opengl_tcache_set()
1391 void gr_opengl_update_texture(int bitmap_handle, int bpp, ubyte* data, int width, int height) in gr_opengl_update_texture()
H A Dgropengltexture.h24 int bitmap_handle; member
H A Dgrstub.cpp485 void gr_stub_update_texture(int bitmap_handle, int bpp, ubyte* data, int width, int height) in gr_stub_update_texture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dicon_util.cc336 base::win::ScopedGDIObject<HBITMAP> bitmap_handle( in CreateCursorFromSkBitmap() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dicon_util.cc333 base::win::ScopedGDIObject<HBITMAP> bitmap_handle( in CreateCursorFromSkBitmap() local
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/bmpman/
H A Dbmpman.cpp646 int bm_reload(int bitmap_handle, const char* filename) in bm_reload()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/bmpman/
H A Dbmpman.cpp2879 int bm_reload(int bitmap_handle, const char* filename) { in bm_reload()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/model/
H A Dmodelinterp.cpp2441 int bitmap_handle = tmap->textures[TM_BASE_TYPE].GetTexture(); in interp_create_transparency_index_buffer() local