HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_FLOAT (Results 126 - 150 of 206) sorted by null

1 2 3 4 56 7 8 9

  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 335 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break;
    [all...]
es31fProgramInterfaceQueryTestCase.cpp 77 if (type == glu::TYPE_FLOAT)
376 { "gl_FragDepth", glu::TYPE_FLOAT },
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationSimplifier.java 391 case Value.TYPE_FLOAT:
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.h 299 TYPE_FLOAT = 2, // float, exactly four bytes on the wire.
335 CPPTYPE_FLOAT = 6, // TYPE_FLOAT
    [all...]
wire_format_lite.h 100 TYPE_FLOAT = 2,
text_format.cc 553 } else if (LookingAtType(io::Tokenizer::TYPE_FLOAT)) {
    [all...]
  /frameworks/av/camera/
CameraMetadata.cpp 221 if ( (res = checkType(tag, TYPE_FLOAT)) != OK) {
  /frameworks/base/core/java/android/content/res/
TypedArray.java 347 } else if (type == TypedValue.TYPE_FLOAT) {
    [all...]
Resources.java     [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 131 METADATA_UPDATE(TYPE_FLOAT, float);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 663 // 1.2345 => TYPE_FLOAT
664 // -1.2345 => TYPE_SYMBOL + TYPE_FLOAT
672 // 1.2345 => TYPE_FLOAT
677 // -1.2345 => TYPE_SYMBOL + TYPE_FLOAT
680 // TYPE_INTEGER, TYPE_FLOAT and TYPE_IDENTIFIER.
683 !LookingAtType(io::Tokenizer::TYPE_FLOAT) &&
815 } else if (LookingAtType(io::Tokenizer::TYPE_FLOAT)) {
    [all...]
descriptor_unittest.cc     [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 76 glu::TYPE_FLOAT,
404 static const glu::DataType types[] = { glu::TYPE_FLOAT, glu::TYPE_INT_VEC3, glu::TYPE_FLOAT_MAT3, glu::TYPE_BOOL_VEC2 };
419 static const glu::DataType types[] = { glu::TYPE_FLOAT, glu::TYPE_INT_VEC3, glu::TYPE_BOOL_VEC2 };
434 static const glu::DataType types0[] = { glu::TYPE_FLOAT, glu::TYPE_INT, glu::TYPE_BOOL_VEC4 };
709 case glu::TYPE_FLOAT:
    [all...]
es2fShaderLoopTests.cpp     [all...]
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp 134 return size == 1 ? glu::TYPE_FLOAT : glu::getDataTypeFloatVec(size);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pShaderOperatorTests.cpp 134 return size == 1 ? glu::TYPE_FLOAT : glu::getDataTypeFloatVec(size);
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 415 public static final int TYPE_FLOAT = 2;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 800 bool isResFloatVec = de::inRange<int>(m_spec.output, TYPE_FLOAT, TYPE_FLOAT_VEC4);
    [all...]
es3fShaderPrecisionTests.cpp 66 glu::DataType type = glu::TYPE_FLOAT;
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 1168 decl << sglr::pdec::Uniform("u_coordScale", glu::TYPE_FLOAT);
1169 decl << sglr::pdec::Uniform("u_colorScale", glu::TYPE_FLOAT);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.cpp     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi.services_3.3.100.v20130513-1956.jar 
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
EmitUtils.java 449 e.invoke_static(Constants.TYPE_FLOAT, FLOAT_TO_INT_BITS);
    [all...]

Completed in 2659 milliseconds

1 2 3 4 56 7 8 9