Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dshader_types.h141 struct gl_shader struct
148 gl_shader_stage Stage; argument
149 GLuint Name; /**< AKA the handle */
150 GLint RefCount; /**< Reference count */
151 GLchar *Label; /**< GL_KHR_debug */
152 GLboolean DeletePending;
153 bool IsES; /**< True if this shader uses GLSL ES */
155 enum gl_compile_status CompileStatus;
158 uint8_t disk_cache_sha1[SHA1_DIGEST_LENGTH];
160 uint8_t source_sha1[SHA1_DIGEST_LENGTH];
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_shader.cc50 GlShader* gl_shader) { in CompileShader()