Home
last modified time | relevance | path

Searched refs:glAttachShader (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c121 glAttachShader(prog, vs); in ephyr_glamor_build_glsl_prog()
122 glAttachShader(prog, fs); in ephyr_glamor_build_glsl_prog()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_gradient.c348 glAttachShader(gradient_prog, vs_prog); in _glamor_create_radial_gradient_program()
349 glAttachShader(gradient_prog, fs_prog); in _glamor_create_radial_gradient_program()
528 glAttachShader(gradient_prog, vs_prog); in _glamor_create_linear_gradient_program()
529 glAttachShader(gradient_prog, fs_prog); in _glamor_create_linear_gradient_program()
H A Dglamor_program.c338 glAttachShader(prog->prog, vs_prog); in glamor_build_program()
340 glAttachShader(prog->prog, fs_prog); in glamor_build_program()
H A Dglamor_render.c367 glAttachShader(prog, vs); in glamor_create_composite_shader()
368 glAttachShader(prog, fs); in glamor_create_composite_shader()
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c316 glAttachShader(ctx->program, ctx->vertex_shader); in egl_init_ctx()
317 glAttachShader(ctx->program, ctx->fragment_shader); in egl_init_ctx()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/mbgl/gl/
H A Dgl_impl.hpp36 …#define glAttachShader(...) QOpenGLContext::currentContext()->functions()->glAttachShader(__VA_ARG… macro
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-eglstream.c153 glAttachShader(prog, vs); in xwl_eglstream_build_glsl_prog()
154 glAttachShader(prog, fs); in xwl_eglstream_build_glsl_prog()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.cpp198 MBGL_CHECK_ERROR(glAttachShader(result, vertexShader)); in createProgram()
199 MBGL_CHECK_ERROR(glAttachShader(result, fragmentShader)); in createProgram()
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h527 GL_APICALL void GL_APIENTRY glAttachShader (GLuint program, GLuint shader);
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h527 GL_APICALL void GL_APIENTRY glAttachShader (GLuint program, GLuint shader);
H A Dgl31.h529 GL_APICALL void GL_APIENTRY glAttachShader (GLuint program, GLuint shader);
H A Dgl32.h529 GL_APICALL void GL_APIENTRY glAttachShader (GLuint program, GLuint shader);