Home
last modified time | relevance | path

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

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