Searched refs:lv_opengles_shader_compile (Results 1 – 1 of 1) sorted by relevance
47 static unsigned int lv_opengles_shader_compile(unsigned int type, const char * source);357 static unsigned int lv_opengles_shader_compile(unsigned int type, const char * source) in lv_opengles_shader_compile() function385 unsigned int vs = lv_opengles_shader_compile(GL_VERTEX_SHADER, vertexShader); in lv_opengles_shader_create()386 unsigned int fs = lv_opengles_shader_compile(GL_FRAGMENT_SHADER, fragmentShader); in lv_opengles_shader_create()