Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch45 - vshad_id = CompileShaderFile (GL_VERTEX_SHADER, "blinking-teapot.vert");
47 + vshad_id = CompileShaderFile (GL_VERTEX_SHADER, DEMOS_DATA_DIR "blinking-teapot.vert");
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_glamor_glx.c174 vs = ephyr_glamor_compile_glsl_prog(GL_VERTEX_SHADER, vs_source); in ephyr_glamor_setup_texturing_shader()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_gradient.c331 vs_prog = glamor_compile_glsl_prog(GL_VERTEX_SHADER, gradient_vs); in _glamor_create_radial_gradient_program()
514 vs_prog = glamor_compile_glsl_prog(GL_VERTEX_SHADER, gradient_vs); in _glamor_create_linear_gradient_program()
H A Dglamor_program.c334 vs_prog = glamor_compile_glsl_prog(GL_VERTEX_SHADER, vs_prog_string); in glamor_build_program()
H A Dglamor_render.c344 prog = glamor_compile_glsl_prog(GL_VERTEX_SHADER, source); in glamor_create_composite_vs()
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_egl.c294 ctx->vertex_shader = glCreateShader(GL_VERTEX_SHADER); in egl_init_ctx()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-eglstream.c731 vs = xwl_eglstream_compile_glsl_prog(GL_VERTEX_SHADER, blit_vs_src); in xwl_eglstream_init_shaders()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Dcontext.cpp15 static_assert(underlying_type(ShaderType::Vertex) == GL_VERTEX_SHADER, "OpenGL type mismatch");
/OK3568_Linux_fs/external/libmali/include/GLES2/
H A Dgl2.h220 #define GL_VERTEX_SHADER 0x8B31 macro
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl3.h220 #define GL_VERTEX_SHADER 0x8B31 macro
H A Dgl31.h222 #define GL_VERTEX_SHADER 0x8B31 macro
H A Dgl32.h222 #define GL_VERTEX_SHADER 0x8B31 macro