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

  /external/aac/libAACdec/src/
overlapadd.h 102 #define SPEC(ptr,w,gl) ((ptr)+((w)*(gl)))
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Material.java 43 public static final int SPEC = 5;
94 mColor[p + SPEC] = (byte) (255 * specular);
254 mColor[p + SPEC] = (byte) (255 * mp.mSpecular);
280 mColor[p + SPEC] = (byte) (255 * specular);
297 mColor[p + SPEC] = (byte) (255 * mp.mSpecular);
  /frameworks/rs/api/
Specification.cpp 60 // The singleton of the collected information of all the spec files.
88 * how specified in the spec file.
376 ConstantSpecification* spec = new ConstantSpecification(constant); local
377 constant->addSpecification(spec);
379 specFile->addConstantSpecification(spec, created);
380 spec->mVersionInfo = info;
383 spec->mValue = scanner->getValue();
402 TypeSpecification* spec = new TypeSpecification(type); local
403 type->addSpecification(spec);
405 specFile->addTypeSpecification(spec, created)
619 FunctionSpecification* spec = new FunctionSpecification(function); local
894 SpecFile* spec = new SpecFile(fileName); local
    [all...]

Completed in 126 milliseconds