HomeSort by: relevance | last modified time | path
    Searched defs:gl_type (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
gl_XML.py 333 class gl_type( gl_item ): class in inherits: gl_item
842 return gl_type(element, context, category)
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
gl_XML.py 335 class gl_type( gl_item ): class in inherits: gl_item
828 return gl_type(element, context, category)
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 294 GLenum gl_type; member in struct:glsl_type
1281 glsl_type(GLenum gl_type,
1288 glsl_type(GLenum gl_type, glsl_base_type base_type,
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
debug_output.c 840 GLenum gl_type = debug_type_enums[type]; local
851 callback(gl_source, gl_type, id, gl_severity, len, buf, data);
1091 _mesa_DebugMessageControl(GLenum gl_source, GLenum gl_type,
1097 enum mesa_debug_type type = gl_enum_to_debug_type(gl_type);
1114 if (!validate_params(ctx, CONTROL, callerstr, gl_source, gl_type,
1118 if (count && (gl_severity != GL_DONT_CARE || gl_type == GL_DONT_CARE
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 204 GLenum gl_type; member in struct:glsl_type
999 glsl_type(GLenum gl_type,
1005 glsl_type(GLenum gl_type, glsl_base_type base_type,
  /xsrc/external/mit/MesaLib.old/dist/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
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3293 GLenum gl_type = GL_NONE; local
3419 gl_type = GL_FLOAT;
3425 gl_type = GL_DOUBLE;
3431 gl_type = GL_INT64_ARB;
3437 gl_type = GL_UNSIGNED_INT64_ARB;
3443 gl_type = native_integers ? GL_UNSIGNED_INT : GL_FLOAT;
3452 gl_type = native_integers ? GL_INT : GL_FLOAT;
3461 gl_type = native_integers ? GL_BOOL : GL_FLOAT;
3468 gl_type = GL_UNSIGNED_INT;
3481 gl_type,
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 3202 GLenum gl_type = GL_NONE; local
3328 gl_type = GL_FLOAT;
3334 gl_type = GL_DOUBLE;
3340 gl_type = GL_INT64_ARB;
3346 gl_type = GL_UNSIGNED_INT64_ARB;
3352 gl_type = native_integers ? GL_UNSIGNED_INT : GL_FLOAT;
3361 gl_type = native_integers ? GL_INT : GL_FLOAT;
3370 gl_type = native_integers ? GL_BOOL : GL_FLOAT;
3377 gl_type = GL_UNSIGNED_INT;
3390 gl_type,
    [all...]

Completed in 12 milliseconds