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

  /external/emma/core/java12/com/vladium/emma/report/
IItem.java 55 int COVERAGE_LINE_INSTR = 3; // total line instr coverage, scaled up by PRECISION
72 int PRECISION = 100; // BUG_SF988160: increase overflow safety margin for very large projects
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
ShaderParser.cpp 37 version 1.30.10 is the first version of GLSL Language containing precision qualifiers
39 all precision qualifiers from the shader source , otherwise we will use a shader parser
49 //XXX: Until proved otherwise, glsl doesn't know/use those precision macros, so we omit then
192 // parse the source and blank out precision statements
194 // precision {qualifier} {type};
200 // precision to be empty.
205 PRECISION,
208 } statementState = PRECISION;
209 const char *precision = NULL; local
249 case PRECISION
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.h 46 PRECISION = 262,
140 #define PRECISION 262
256 TPrecision precision; member in union:YYSTYPE::__anon13186::__anon13188
glslang_tab.cpp 73 PRECISION = 262,
167 #define PRECISION 262
319 TPrecision precision; member in union:YYSTYPE::__anon13180::__anon13182
761 "MEDIUM_PRECISION", "LOW_PRECISION", "PRECISION", "ATTRIBUTE",
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser.h 146 PRECISION = 363,
glsl_parser.cpp 248 PRECISION = 363,
864 "LOWP", "MEDIUMP", "HIGHP", "SUPERP", "PRECISION", "VERSION",
    [all...]
  /hardware/invensense/mlsdk/mllite/
ml.h 281 #define PRECISION 10000.f
284 range.fraction = (long)((float)(x-(long)x)*PRECISION); \
288 x += ((float)range.fraction/PRECISION); \
  /external/collada/include/1.4/dom/
domTypes.h 280 * Each channel of the texel has a precision. Typically these are all linked
281 * together. An exact format lay lower the precision of an individual channel
282 * but applying a higher precision by linking the channels together may still
302 FX_SURFACE_FORMAT_HINT_RANGE_ENUM_FLOAT, /**< Format should support full floating point ranges. High precision is expected to be 32bit. Mid precision may be 16 to 32 bit. Low precision is expected to be 16 bit. */
314 FX_SURFACE_FORMAT_HINT_OPTION_ENUM_COMPRESSABLE, /**< The surface may use run-time compression. Considering the best compression based on desired, channel, range, precision, and options */
729 PRECISION = 11,
    [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 362 milliseconds