Home
last modified time | relevance | path

Searched refs:target_bmp (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-texture.c759 _cogl_bitmap_unmap (target_bmp); in _cogl_texture_draw_and_read()
776 _cogl_bitmap_unmap (target_bmp); in _cogl_texture_draw_and_read()
803 _cogl_bitmap_unmap (target_bmp); in _cogl_texture_draw_and_read()
945 CoglBitmap *target_bmp; member
1032 CoglBitmap *target_bmp; in cogl_texture_get_data() local
1102 target_bmp = cogl_bitmap_new_for_data (ctx, in cogl_texture_get_data()
1114 if (!target_bmp) in cogl_texture_get_data()
1129 tg_data.target_bmp = target_bmp; in cogl_texture_get_data()
1149 _cogl_bitmap_unmap (target_bmp); in cogl_texture_get_data()
1173 cogl_object_unref (target_bmp); in cogl_texture_get_data()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-texture.c667 CoglBitmap *target_bmp; member
683 unsigned int rowstride = cogl_bitmap_get_rowstride (tg_data->target_bmp); in texture_get_cb()
754 CoglBitmap *target_bmp; in cogl_texture_get_data() local
825 target_bmp = cogl_bitmap_new_for_data (ctx, in cogl_texture_get_data()
833 target_bmp = _cogl_bitmap_new_with_malloc_buffer (ctx, in cogl_texture_get_data()
837 if (!target_bmp) in cogl_texture_get_data()
852 tg_data.target_bmp = target_bmp; in cogl_texture_get_data()
872 _cogl_bitmap_unmap (target_bmp); in cogl_texture_get_data()
885 cogl_object_unref (target_bmp); in cogl_texture_get_data()
902 result = _cogl_bitmap_convert_into_bitmap (target_bmp, new_bmp, &error); in cogl_texture_get_data()
[all …]
/dports/x11-wm/mutter/mutter-41.1/cogl/cogl/
H A Dcogl-texture.c644 CoglBitmap *target_bmp; member
661 unsigned int rowstride = cogl_bitmap_get_rowstride (tg_data->target_bmp); in texture_get_cb()
732 CoglBitmap *target_bmp; in cogl_texture_get_data() local
801 target_bmp = cogl_bitmap_new_for_data (ctx, in cogl_texture_get_data()
809 target_bmp = _cogl_bitmap_new_with_malloc_buffer (ctx, in cogl_texture_get_data()
813 if (!target_bmp) in cogl_texture_get_data()
828 tg_data.target_bmp = target_bmp; in cogl_texture_get_data()
848 _cogl_bitmap_unmap (target_bmp); in cogl_texture_get_data()
861 cogl_object_unref (target_bmp); in cogl_texture_get_data()
878 result = _cogl_bitmap_convert_into_bitmap (target_bmp, new_bmp, &error); in cogl_texture_get_data()
[all …]
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_blend2.cpp22 ALLEGRO_BITMAP *target_bmp; variable
312 al_set_target_bitmap(target_bmp); in draw_samples()
319 al_draw_bitmap(target_bmp, 400, 20, 0); in draw_samples()
367 target_bmp = al_clone_bitmap(target); in main()
381 al_destroy_bitmap(target_bmp); in main()
/dports/devel/allegro5/allegro5-5.2.7.0/src/win/
H A Dwgl_disp.c1363 ALLEGRO_BITMAP *target_bmp; in wgl_resize_helper() local
1368 target_bmp = al_get_target_bitmap(); in wgl_resize_helper()
1369 if (target_bmp && target_bmp->vt) { in wgl_resize_helper()
1370 ALLEGRO_BITMAP_EXTRA_OPENGL *extra = target_bmp->parent ? in wgl_resize_helper()
1371 target_bmp->parent->extra : target_bmp->extra; in wgl_resize_helper()