Home
last modified time | relevance | path

Searched refs:SPEC (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
DMaterial.java43 public static final int SPEC = 5; field in Material
94 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()
/frameworks/rs/api/
DSpecification.cpp763 const char SPEC[] = ".spec"; in SpecFile() local
764 const int SPEC_SIZE = sizeof(SPEC) - 1; in SpecFile()
766 if (start >= 0 && core.compare(start, SPEC_SIZE, SPEC) == 0) { in SpecFile()