HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_FLOAT (Results 176 - 200 of 456) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_message.cc 110 case FieldDescriptor::TYPE_FLOAT:
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 474 return is_float ? TYPE_FLOAT : TYPE_INTEGER;
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite.h 98 TYPE_FLOAT = 2,
text_format.cc 762 // 1.2345 => TYPE_FLOAT
763 // -1.2345 => TYPE_SYMBOL + TYPE_FLOAT
771 // 1.2345 => TYPE_FLOAT
776 // -1.2345 => TYPE_SYMBOL + TYPE_FLOAT
779 // TYPE_INTEGER, TYPE_FLOAT and TYPE_IDENTIFIER.
782 !LookingAtType(io::Tokenizer::TYPE_FLOAT) &&
    [all...]
  /frameworks/av/camera/
CameraMetadata.cpp 222 if ( (res = checkType(tag, TYPE_FLOAT)) != OK) {
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator.cpp 134 if (type_mask & android::ResTable_map::TYPE_FLOAT) {
  /frameworks/base/tools/incident_report/
main.cpp 145 case FieldDescriptor::TYPE_FLOAT:
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
ResourceHelper.java 648 outValue.type = TypedValue.TYPE_FLOAT;
  /packages/services/Car/tools/emulator/
vhal_consts_2_0.py 677 TYPE_FLOAT = [VEHICLEPROPERTYTYPE_FLOAT]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 329 TYPE_FLOAT = 2, // float, exactly four bytes on the wire.
365 CPPTYPE_FLOAT = 6, // TYPE_FLOAT
    [all...]
wire_format_lite.h 98 TYPE_FLOAT = 2,
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h 329 TYPE_FLOAT = 2, // float, exactly four bytes on the wire.
365 CPPTYPE_FLOAT = 6, // TYPE_FLOAT
    [all...]
wire_format_lite.h 98 TYPE_FLOAT = 2,
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h 329 TYPE_FLOAT = 2, // float, exactly four bytes on the wire.
365 CPPTYPE_FLOAT = 6, // TYPE_FLOAT
    [all...]
wire_format_lite.h 98 TYPE_FLOAT = 2,
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite.h 98 TYPE_FLOAT = 2,
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h 329 TYPE_FLOAT = 2, // float, exactly four bytes on the wire.
365 CPPTYPE_FLOAT = 6, // TYPE_FLOAT
    [all...]
wire_format_lite.h 98 TYPE_FLOAT = 2,
  /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/external/vulkancts/modules/vulkan/shaderexecutor/
vktOpaqueTypeIndexingTests.cpp 350 return glu::TYPE_FLOAT;
378 case glu::TYPE_FLOAT:
413 return numCoords == 1 ? glu::TYPE_FLOAT : glu::getDataTypeFloatVec(numCoords);
    [all...]
vktShaderCommonFunctionTests.cpp 325 case glu::TYPE_FLOAT: str << HexFloat(((const float*)varValue.value)[compNdx]); break;
413 glu::TYPE_FLOAT,
422 if ((!floatTypes && scalarType == glu::TYPE_FLOAT) ||
    [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...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderLoopTests.cpp     [all...]

Completed in 1845 milliseconds

1 2 3 4 5 6 78 91011>>