Home
last modified time | relevance | path

Searched refs:create_texture (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/dports/games/pipewalker/pipewalker-0.9.4/src/
H A Drender.cpp111 _bank[tube_hp] = create_texture(th, GL_CLAMP); in load()
116 _bank[tube_sp] = create_texture(ts, GL_CLAMP); in load()
121 _bank[tube_cp] = create_texture(tc, GL_CLAMP); in load()
126 _bank[tube_jp] = create_texture(tj, GL_CLAMP); in load()
131 _bank[btn_prev] = create_texture(bp, GL_CLAMP); in load()
135 _bank[btn_next] = create_texture(bn, GL_CLAMP); in load()
139 _bank[btn_ok] = create_texture(bo, GL_CLAMP); in load()
143 _bank[btn_cancel] = create_texture(bc, GL_CLAMP); in load()
147 _bank[btn_reset] = create_texture(br, GL_CLAMP); in load()
151 _bank[btn_sett] = create_texture(bs, GL_CLAMP); in load()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/testsuite/gdk/
H A Dmemorytexture.c86 create_texture (GdkMemoryFormat format, in create_texture() function
122 …expected = create_texture (GDK_MEMORY_DEFAULT, test_data->color, 1, 1, tests[test_data->format].by… in test_download_1x1()
123 …test = create_texture (test_data->format, test_data->color, 1, 1, tests[test_data->format].bytes_p… in test_download_1x1()
137 expected = create_texture (GDK_MEMORY_DEFAULT, test_data->color, 1, 1, 4); in test_download_1x1_with_stride()
138 test = create_texture (test_data->format, test_data->color, 1, 1, 2 * MAX_BPP); in test_download_1x1_with_stride()
152 expected = create_texture (GDK_MEMORY_DEFAULT, test_data->color, 4, 4, 16); in test_download_4x4()
153 …test = create_texture (test_data->format, test_data->color, 4, 4, 4 * tests[test_data->format].byt… in test_download_4x4()
167 expected = create_texture (GDK_MEMORY_DEFAULT, test_data->color, 4, 4, 16); in test_download_4x4_with_stride()
168 test = create_texture (test_data->format, test_data->color, 4, 4, 4 * MAX_BPP); in test_download_4x4_with_stride()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Ds3tc-texsubimage.c108 create_texture(GLenum format) in create_texture() function
233 tex = create_texture(GL_COMPRESSED_RGB_S3TC_DXT1_EXT); in piglit_display()
236 tex = create_texture(GL_COMPRESSED_RGBA_S3TC_DXT1_EXT); in piglit_display()
239 tex = create_texture(GL_COMPRESSED_RGBA_S3TC_DXT3_EXT); in piglit_display()
242 tex = create_texture(GL_COMPRESSED_RGBA_S3TC_DXT5_EXT); in piglit_display()
/dports/graphics/cogl/cogl-1.22.8/tests/conform/
H A Dtest-wrap-modes.c18 create_texture (TestUtilsTextureFlags flags) in create_texture() function
241 state->texture = create_texture (TEST_UTILS_TEXTURE_NO_ATLAS); in paint()
247 state->texture = create_texture (TEST_UTILS_TEXTURE_NONE); in paint()
255 state->texture = create_texture (COGL_TEXTURE_NO_ATLAS); in paint()
263 state->texture = create_texture (COGL_TEXTURE_NO_ATLAS); in paint()
H A Dtest-atlas-migration.c24 create_texture (int size) in create_texture() function
126 textures[tex_num] = create_texture (tex_num + 1); in test_atlas_migration()
133 textures[tex_num] = create_texture (tex_num + 1); in test_atlas_migration()
H A Dtest-alpha-test.c7 create_texture (CoglContext *context) in create_texture() function
26 CoglTexture *tex = create_texture (test_ctx); in test_alpha_test()
H A Dtest-pipeline-cache-unrefs-texture.c18 create_texture (void) in create_texture() function
54 CoglTexture *tex = create_texture (); in test_pipeline_cache_unrefs_texture()
H A Dtest-copy-replace-texture.c27 create_texture (void) in create_texture() function
76 CoglTexture *tex = create_texture (); in test_copy_replace_texture()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/tests/conform/
H A Dtest-wrap-modes.c18 create_texture (TestUtilsTextureFlags flags) in create_texture() function
241 state->texture = create_texture (TEST_UTILS_TEXTURE_NO_ATLAS); in paint()
247 state->texture = create_texture (TEST_UTILS_TEXTURE_NONE); in paint()
255 state->texture = create_texture (COGL_TEXTURE_NO_ATLAS); in paint()
263 state->texture = create_texture (COGL_TEXTURE_NO_ATLAS); in paint()
H A Dtest-atlas-migration.c24 create_texture (int size) in create_texture() function
126 textures[tex_num] = create_texture (tex_num + 1); in test_atlas_migration()
133 textures[tex_num] = create_texture (tex_num + 1); in test_atlas_migration()
H A Dtest-alpha-test.c7 create_texture (CoglContext *context) in create_texture() function
26 CoglTexture *tex = create_texture (test_ctx); in test_alpha_test()
H A Dtest-pipeline-cache-unrefs-texture.c18 create_texture (void) in create_texture() function
54 CoglTexture *tex = create_texture (); in test_pipeline_cache_unrefs_texture()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/dc/
H A Dplugins.cpp50 lab1.create_texture("Loading plugins, please wait..."); in drawPluginProgress()
51 lab2.create_texture(fn); in drawPluginProgress()
52 lab3.create_texture(buf); in drawPluginProgress()
169 lab.create_texture(buf); in checkDisc()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_shader_image_load_store/
H A Dimage_functions.c49 GLuint (*create_texture) (unsigned tex_width); member
54 create_texture(unsigned tex_width) in create_texture() function
150 GLuint texture = test->create_texture(texture_size[i]); in run_test()
367 create_texture, in piglit_init()
381 create_texture, in piglit_init()
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst-libs/gst/vaapi/
H A Dgstvaapitexture.c114 if (G_UNLIKELY (!dpy_class->create_texture)) in gst_vaapi_texture_new()
116 return dpy_class->create_texture (display, GST_VAAPI_ID_INVALID, target, in gst_vaapi_texture_new()
153 if (G_UNLIKELY (!dpy_class->create_texture)) in gst_vaapi_texture_new_wrapped()
155 return dpy_class->create_texture (display, id, target, format, width, height); in gst_vaapi_texture_new_wrapped()
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/dc/
H A Dplugins.cpp48 lab1.create_texture("Loading plugins, please wait..."); in drawPluginProgress()
49 lab2.create_texture(fn); in drawPluginProgress()
50 lab3.create_texture(buf); in drawPluginProgress()
/dports/x11-wm/mutter/mutter-41.1/cogl/tests/conform/
H A Dtest-atlas-migration.c25 create_texture (int size) in create_texture() function
127 textures[tex_num] = create_texture (tex_num + 1); in test_atlas_migration()
134 textures[tex_num] = create_texture (tex_num + 1); in test_atlas_migration()
H A Dtest-wrap-modes.c19 create_texture (TestUtilsTextureFlags flags) in create_texture() function
203 state->texture = create_texture (TEST_UTILS_TEXTURE_NO_ATLAS); in paint()
209 state->texture = create_texture (TEST_UTILS_TEXTURE_NONE); in paint()
217 state->texture = create_texture (TEST_UTILS_TEXTURE_NO_ATLAS); in paint()
H A Dtest-alpha-test.c8 create_texture (CoglContext *context) in create_texture() function
27 CoglTexture *tex = create_texture (test_ctx); in test_alpha_test()
H A Dtest-pipeline-cache-unrefs-texture.c19 create_texture (void) in create_texture() function
55 CoglTexture *tex = create_texture (); in test_pipeline_cache_unrefs_texture()
H A Dtest-copy-replace-texture.c28 create_texture (void) in create_texture() function
77 CoglTexture *tex = create_texture (); in test_copy_replace_texture()
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/src/
H A Doffscreen-effect.hg48 …_WRAP_METHOD(CoglHandle create_texture(float width, float height), clutter_offscreen_effect_create…
55 _WRAP_VFUNC(CoglHandle* create_texture(float width, float height), create_texture)
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/graphics/
H A DRenderer.h27 virtual SurfaceImplPtr create_texture(int width, int height) = 0;
34 virtual SurfaceImplPtr create_texture(SDL_Surface_UniquePtr&& surface) = 0;
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/ext_packed_depth_stencil/
H A Dtexsubimage.c44 create_texture(void) in create_texture() function
130 tex = create_texture(); in piglit_init()
/dports/devel/emscripten/emscripten-2.0.3/tests/minimal_webgl/
H A Dwebgl.c33 static GLuint create_texture() in create_texture() function
97 solidColor = create_texture(); in init_webgl()
154 textures[i].texture = create_texture(); in find_or_cache_url()
189 glyphs[i].texture = create_texture(); in find_or_cache_character()

12345678910>>...16