HomeSort by relevance Sort by last modified time
    Searched defs:gl_type (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mapi/glapi/gen/
gl_XML.py 333 class gl_type( gl_item ): class in inherits: gl_item
845 return gl_type(element, context, category)
    [all...]
  /external/mesa3d/src/compiler/
glsl_types.h 129 GLenum gl_type; member in struct:glsl_type
798 glsl_type(GLenum gl_type,
803 glsl_type(GLenum gl_type, glsl_base_type base_type,
  /external/mesa3d/src/mesa/main/
debug_output.c 855 GLenum gl_type = debug_type_enums[type]; local
866 callback(gl_source, gl_type, id, gl_severity, len, buf, data);
1106 _mesa_DebugMessageControl(GLenum gl_source, GLenum gl_type,
1112 enum mesa_debug_type type = gl_enum_to_debug_type(gl_type);
1129 if (!validate_params(ctx, CONTROL, callerstr, gl_source, gl_type,
1133 if (count && (gl_severity != GL_DONT_CARE || gl_type == GL_DONT_CARE
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3068 GLenum gl_type = GL_NONE; local
    [all...]

Completed in 211 milliseconds