Home
last modified time | relevance | path

Searched refs:texture_program (Results 1 – 6 of 6) sorted by relevance

/dports/x11/wdisplays/wdisplays-1.1/src/
H A Drender.c40 GLuint texture_program; member
164 res->texture_program = glCreateProgram(); in wd_gl_setup()
168 glAttachShader(res->texture_program, res->texture_vertex_shader); in wd_gl_setup()
171 glAttachShader(res->texture_program, res->texture_fragment_shader); in wd_gl_setup()
172 gl_link_and_validate(res->texture_program); in wd_gl_setup()
174 res->texture_position_attribute = glGetAttribLocation(res->texture_program, in wd_gl_setup()
176 res->texture_uv_attribute = glGetAttribLocation(res->texture_program, in wd_gl_setup()
180 res->texture_texture_uniform = glGetUniformLocation(res->texture_program, in wd_gl_setup()
183 res->texture_program, "color_transform"); in wd_gl_setup()
323 glUseProgram(res->texture_program); in wd_gl_render()
[all …]
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/arcade/glui/
H A Dfbo.py6 from .window import texture_program, premultiplied_texture_program
149 set_program(texture_program)
H A Dwindow.py222 texture_program = None variable
228 global texture_program, color_program, premultiplied_texture_program
250 texture_program = compile_program(
297 gl.glUseProgram(texture_program)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/clients/
H A Dnested.c67 struct program *texture_program; member
/dports/graphics/weston/weston-1.9.0/clients/
H A Dnested.c72 struct program *texture_program; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/clients/
H A Dnested.c67 struct program *texture_program; member