Home
last modified time | relevance | path

Searched defs:gl_shader (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/libweston/renderer-gl/
Dgl-renderer-internal.h35 struct gl_shader { struct
36 GLuint program;
37 GLuint vertex_shader, fragment_shader;
38 GLint proj_uniform;
39 GLint tex_uniforms[3];
40 GLint alpha_uniform;
41 GLint color_uniform;
42 const char *vertex_source, *fragment_source;
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DCMakeLists.txt49 add_library(gl_shader EXCLUDE_FROM_ALL target
/third_party/mesa3d/src/mesa/main/
Dmtypes.h2660 struct gl_shader struct
2667 gl_shader_stage Stage; argument
2668 GLuint Name; /**< AKA the handle */
2669 GLint RefCount; /**< Reference count */
2670 GLchar *Label; /**< GL_KHR_debug */
2671 unsigned char sha1[20]; /**< SHA1 hash of pre-processed source */
2672 GLboolean DeletePending;
2673 bool IsES; /**< True if this shader uses GLSL ES */
2675 enum gl_compile_status CompileStatus;
2678 unsigned SourceChecksum; /**< for debug/logging purposes */
[all …]