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

1 2 3 45 6 7 8 91011>>

  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
wire_format_lite_inl.h 139 inline bool WireFormatLite::ReadPrimitive<float, WireFormatLite::TYPE_FLOAT>(
211 float, WireFormatLite::TYPE_FLOAT>(
314 READ_REPEATED_FIXED_SIZE_PRIMITIVE(float, TYPE_FLOAT)
419 READ_REPEATED_PACKED_FIXED_SIZE_PRIMITIVE(float, TYPE_FLOAT)
    [all...]
  /system/media/camera/include/system/
camera_metadata.h 57 TYPE_FLOAT = 2,
  /system/media/camera/src/
camera_metadata.c 194 [TYPE_FLOAT] = sizeof(float),
203 [TYPE_FLOAT] = "float",
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 190 case glu::TYPE_FLOAT: return tcu::BVec4(true, false, false, false);
736 case glu::TYPE_FLOAT:
913 /* TYPE_FLOAT */ "7.7";
917 /* TYPE_FLOAT */ "vec4(res, 0.0, 0.0, 1.0)";
    [all...]
es3fTransformFeedbackTests.cpp 447 attributes.push_back(Attribute("a_pointSize", glu::VarType(glu::TYPE_FLOAT, glu::PRECISION_HIGHP), inputStride));
743 if (scalarType == glu::TYPE_FLOAT)
    [all...]
es3fInstancedRenderingTests.cpp 667 glu::TYPE_FLOAT,
677 glu::TYPE_FLOAT,
es3fUniformBlockTests.cpp 246 blockA.addUniform(Uniform("a", VarType(glu::TYPE_FLOAT, PRECISION_HIGH)));
297 blockA.addUniform(Uniform("a", VarType(glu::TYPE_FLOAT, PRECISION_HIGH)));
337 glu::TYPE_FLOAT,
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUserDefinedIO.cpp 161 if (type != glu::TYPE_FLOAT)
165 if (type != glu::TYPE_FLOAT)
181 if (type != glu::TYPE_FLOAT)
185 if (type != glu::TYPE_FLOAT)
485 const glu::VarType highpFloat (glu::TYPE_FLOAT, glu::PRECISION_HIGHP);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramUniformTests.cpp 80 glu::TYPE_FLOAT,
198 return glu::TYPE_FLOAT;
450 static const glu::DataType types[] = { glu::TYPE_FLOAT, glu::TYPE_INT_VEC3, glu::TYPE_UINT_VEC4, glu::TYPE_FLOAT_MAT3, glu::TYPE_BOOL_VEC2 };
465 static const glu::DataType types[] = { glu::TYPE_FLOAT, glu::TYPE_INT_VEC3, glu::TYPE_BOOL_VEC2 };
480 static const glu::DataType types0[] = { glu::TYPE_FLOAT, glu::TYPE_INT, glu::TYPE_BOOL_VEC4 };
530 case glu::TYPE_FLOAT:
678 case glu::TYPE_FLOAT: result.val.samplerV.fillColor.floatV[i] = rnd.getFloat(0.0f, 1.0f); break;
769 case glu::TYPE_FLOAT:
    [all...]
es31fProgramInterfaceQueryTests.cpp 57 if (type == glu::TYPE_FLOAT)
    [all...]
es31fSeparateShaderTests.cpp 133 static const DataType s_types[] = { TYPE_FLOAT, TYPE_INT, TYPE_UINT };
209 case TYPE_FLOAT:
297 if (glu::getDataTypeScalarType(type) != glu::TYPE_FLOAT)
399 const VarType varType (TYPE_FLOAT, PRECISION_HIGHP);
421 case TYPE_FLOAT:
    [all...]
es31fUniformBlockTests.cpp 136 glu::TYPE_FLOAT,
  /external/protobuf/python/google/protobuf/
descriptor_pool.py 630 field_proto.type == descriptor.FieldDescriptor.TYPE_FLOAT):
648 field_proto.type == descriptor.FieldDescriptor.TYPE_FLOAT):
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_primitive_field.cc 109 case FieldDescriptor::TYPE_FLOAT : return "Float" ;
140 case FieldDescriptor::TYPE_FLOAT : return WireFormatLite::kFloatSize;
    [all...]
  /frameworks/base/cmds/content/src/com/android/commands/content/
Content.java 156 private static final String TYPE_FLOAT = "f";
392 } else if (TYPE_FLOAT.equalsIgnoreCase(type) || TYPE_DOUBLE.equalsIgnoreCase(type)) {
  /frameworks/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 48 import static android.util.TypedValue.TYPE_FLOAT;
855 return TYPE_FLOAT;
    [all...]
  /system/media/camera/tests/
camera_metadata_tests.cpp 327 EXPECT_EQ(TYPE_FLOAT, entry.type);
337 EXPECT_EQ(TYPE_FLOAT, entry.type);
918 case TYPE_FLOAT:
1008 EXPECT_EQ(TYPE_FLOAT, entry.type);
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
TypedValueTest.java 187 assertNotNull(TypedValue.coerceToString(TypedValue.TYPE_FLOAT, 10));
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockTests.cpp 195 blockA.addUniform(Uniform("a", VarType(glu::TYPE_FLOAT, PRECISION_HIGH)));
236 blockA.addUniform(Uniform("a", VarType(glu::TYPE_FLOAT, PRECISION_HIGH)));
300 blockA.addUniform(Uniform("a", VarType(glu::TYPE_FLOAT, PRECISION_HIGH)));
363 glu::TYPE_FLOAT,
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 77 type = glu::TYPE_FLOAT;
glsRandomUniformBlockCase.cpp 200 typeCandidates.push_back(glu::TYPE_FLOAT);
glsFragOpInteractionCase.cpp 92 TCU_CHECK_INTERNAL(type.getBaseType() == rsg::VariableType::TYPE_FLOAT && de::inRange(type.getNumElements(), 1, 4));
335 case rsg::VariableType::TYPE_FLOAT:
545 DE_ASSERT(varType.getBaseType() == rsg::VariableType::TYPE_FLOAT);
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 663 case InternalNano.TYPE_FLOAT:
  /frameworks/base/tools/aapt2/
ResourceUtils.cpp 544 case android::Res_value::TYPE_FLOAT:
545 return android::ResTable_map::TYPE_FLOAT;
617 ResTable_map::TYPE_FLOAT | ResTable_map::TYPE_DIMENSION | ResTable_map::TYPE_FRACTION;
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format_lite_inl.h 132 inline bool WireFormatLite::ReadPrimitive<float, WireFormatLite::TYPE_FLOAT>(
204 float, WireFormatLite::TYPE_FLOAT>(
306 READ_REPEATED_FIXED_SIZE_PRIMITIVE(float, TYPE_FLOAT)
    [all...]

Completed in 1235 milliseconds

1 2 3 45 6 7 8 91011>>