Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DCMakeLists.txt49 add_library(gl_shader EXCLUDE_FROM_ALL target
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_shader.cc47 GlShader* gl_shader) { in CompileShader()
/external/mesa3d/src/mesa/main/
Dmtypes.h2616 struct gl_shader struct
2623 gl_shader_stage Stage; argument
2624 GLuint Name; /**< AKA the handle */
2625 GLint RefCount; /**< Reference count */
2626 GLchar *Label; /**< GL_KHR_debug */
2627 unsigned char sha1[20]; /**< SHA1 hash of pre-processed source */
2628 GLboolean DeletePending;
2629 bool IsES; /**< True if this shader uses GLSL ES */
2631 enum gl_compile_status CompileStatus;
2634 unsigned SourceChecksum; /**< for debug/logging purposes */
[all …]