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

  /xsrc/external/mit/glu/dist/src/libnurbs/internals/
maplist.cc 59 define( N_P2D, 0, 2 );
60 define( N_P2DR, 1, 3 );
71 Maplist::define( long type, int israt, int ncoords ) function in class:Maplist
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/
glcpp-parse.y 194 * HASH, DEFINE, and VERSION) to avoid conflicts with other symbols,
195 * (such as the <HASH> and <DEFINE> start conditions in the lexer). */
269 define: label
299 HASH_TOKEN DEFINE_TOKEN define
379 /* Copy any existing define macros to the temporary
406 /* Copy any new define macros to the parent parser
556 glcpp_error (& @1, parser, "#define without macro name");
1470 #define INITIAL_PP_OUTPUT_BUF_SIZE 4048
2242 /* We define pre-defined macros before we've started parsing the actual
2481 * fragment shader, so we always define this macro in ES2/ES3
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/
glcpp-parse.y 175 * HASH, DEFINE, and VERSION) to avoid conflicts with other symbols,
176 * (such as the <HASH> and <DEFINE> start conditions in the lexer). */
243 define: label
273 HASH_TOKEN DEFINE_TOKEN define
456 glcpp_error (& @1, parser, "#define without macro name");
1357 #define INITIAL_PP_OUTPUT_BUF_SIZE 4048
2120 /* We define pre-defined macros before we've started parsing the actual
2359 * fragment shader, so we always define this macro in ES2/ES3.
2395 #define IMPLICIT_GLSL_VERSION 110
2398 #define IMPLICIT_GLSL_ES_VERSION 10
    [all...]
  /xsrc/external/mit/makedepend/dist/
parse.c 43 "define",
85 case DEFINE:
245 case DEFINE:
416 define(char *def, struct inclist *file) function
626 case DEFINE:
627 define(line, file);
  /xsrc/external/mit/xcmsdb/dist/
loadData.c 70 int define; member in struct:_DefineEntry
112 #define KEY_VISUALID 1
113 #define KEY_DEPTH 2
114 #define KEY_CLASS 3
115 #define KEY_RED_MASK 4
116 #define KEY_GREEN_MASK 5
117 #define KEY_BLUE_MASK 6
118 #define KEY_COLORMAP_SIZE 7
119 #define KEY_BITS_PER_RGB 8
153 * StrToDefine - convert a string to a define
    [all...]

Completed in 14 milliseconds