Searched refs:SPEC (Results 1 – 2 of 2) sorted by relevance
43 public static final int SPEC = 5; field in Material94 mColor[p + SPEC] = (byte) (255 * specular); in simpleSetup()254 mColor[p + SPEC] = (byte) (255 * mp.mSpecular); in buildMaterialProp()280 mColor[p + SPEC] = (byte) (255 * specular); in buildMaterialProp()297 mColor[p + SPEC] = (byte) (255 * mp.mSpecular); in buildMaterialProp()
767 const char SPEC[] = ".spec"; in SpecFile() local768 const int SPEC_SIZE = sizeof(SPEC) - 1; in SpecFile()770 if (start >= 0 && core.compare(start, SPEC_SIZE, SPEC) == 0) { in SpecFile()