Searched refs:glAttachShader (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyr_glamor_glx.c | 121 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 D | glamor_gradient.c | 348 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 D | glamor_program.c | 338 glAttachShader(prog->prog, vs_prog); in glamor_build_program() 340 glAttachShader(prog->prog, fs_prog); in glamor_build_program()
|
| H A D | glamor_render.c | 367 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 D | drm_egl.c | 316 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 D | gl_impl.hpp | 36 …#define glAttachShader(...) QOpenGLContext::currentContext()->functions()->glAttachShader(__VA_ARG… macro
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-eglstream.c | 153 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 D | context.cpp | 198 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 D | gl2.h | 527 GL_APICALL void GL_APIENTRY glAttachShader (GLuint program, GLuint shader);
|
| /OK3568_Linux_fs/external/libmali/include/GLES3/ |
| H A D | gl3.h | 527 GL_APICALL void GL_APIENTRY glAttachShader (GLuint program, GLuint shader);
|
| H A D | gl31.h | 529 GL_APICALL void GL_APIENTRY glAttachShader (GLuint program, GLuint shader);
|
| H A D | gl32.h | 529 GL_APICALL void GL_APIENTRY glAttachShader (GLuint program, GLuint shader);
|