Searched refs:compile_shader_with_debug (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 354 compile_shader_with_debug(struct gl_context *ctx, GLenum target, const GLcharARB *source) in compile_shader_with_debug() function 1942 vs = compile_shader_with_debug(ctx, GL_VERTEX_SHADER, vs_int_source); in meta_glsl_clear_init() 1943 fs = compile_shader_with_debug(ctx, GL_FRAGMENT_SHADER, fs_int_source); in meta_glsl_clear_init() 3182 vs = compile_shader_with_debug(ctx, GL_VERTEX_SHADER, vs_source); in setup_glsl_generate_mipmap() 3183 fs = compile_shader_with_debug(ctx, GL_FRAGMENT_SHADER, fs_source); in setup_glsl_generate_mipmap()
|