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

  /external/freetype/src/tools/
chktrcmp.py 66 component_name = trace_use_pat.sub( '', src_line ) variable
67 if component_name in USED_COMPONENT:
68 USED_COMPONENT[component_name].append( "%s:%d" % ( src_pathname, line_num ) )
70 USED_COMPONENT[component_name] = [ "%s:%d" % ( src_pathname, line_num ) ]
86 component_name = trace_def_pat_opn.sub( '', hdr_line ) variable
87 component_name = trace_def_pat_cls.sub( '', component_name ) variable
88 if component_name in KNOWN_COMPONENT:
90 ( component_name, KNOWN_COMPONENT[component_name], line_num
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl3cTextureSizePromotion.cpp 671 std::string component_name = ""; local
676 component_name = ".r";
679 component_name = ".g";
682 component_name = ".b";
685 component_name = ".a";
748 fragment_shader = Utilities::preprocessString(fragment_shader, "TEMPLATE_COMPONENT", component_name);
    [all...]

Completed in 165 milliseconds