Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h2566 struct gl_shader struct
2573 gl_shader_stage Stage; argument
2574 GLuint Name; /**< AKA the handle */
2575 GLint RefCount; /**< Reference count */
2576 GLchar *Label; /**< GL_KHR_debug */
2577 unsigned char sha1[20]; /**< SHA1 hash of pre-processed source */
2578 GLboolean DeletePending;
2579 bool IsES; /**< True if this shader uses GLSL ES */
2581 enum gl_compile_status CompileStatus;
2584 unsigned SourceChecksum; /**< for debug/logging purposes */
[all …]