HomeSort by relevance Sort by last modified time
    Searched refs:float_value (Results 1 - 16 of 16) sorted by null

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Float4Param.java 67 mData.float_value.x = x;
68 mData.float_value.y = y;
69 mData.float_value.z = z;
70 mData.float_value.w = w;
72 mField.set_float_value(0, mData.float_value, true);
82 return mData.float_value;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 73 float float_value; local
104 float_value = constant->u.Immediate[swz];
105 ret = ieee_754_to_r300_float(float_value,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 73 float float_value; local
104 float_value = constant->u.Immediate[swz];
105 ret = ieee_754_to_r300_float(float_value,
  /external/chromium_org/gpu/command_buffer/tests/
gl_program_unittests.cc 80 GLfloat float_value = 0; local
84 glGetUniformfv(program, location_array_0, &float_value);
85 EXPECT_EQ(123.0f, float_value);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 275 string float_value = SimpleFtoa(value); local
279 if (float_value.find_first_of(".eE") != string::npos) {
280 float_value.push_back('f');
282 return float_value;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 308 string float_value = SimpleFtoa(value); local
312 if (float_value.find_first_of(".eE") != string::npos) {
313 float_value.push_back('f');
315 return float_value;
  /external/chromium_org/gpu/config/
gpu_control_list.cc 328 const std::string& float_value,
337 if (!base::StringToDouble(float_value, &dvalue)) {
663 std::string float_value; local
666 perf_graphics_value->GetString("value", &float_value);
668 if (!entry->SetPerfGraphicsInfo(op, float_value, float_value2)) {
678 std::string float_value; local
681 perf_gaming_value->GetString("value", &float_value);
683 if (!entry->SetPerfGamingInfo(op, float_value, float_value2)) {
693 std::string float_value; local
696 perf_overall_value->GetString("value", &float_value);
    [all...]
gpu_control_list.h 223 const std::string& float_value,
  /external/chromium_org/third_party/protobuf/python/
mox.py 835 def __init__(self, float_value, places=7):
839 float_value: The value for making the comparison.
843 self._float_value = float_value
847 """Check to see if RHS is almost equal to float_value
850 rhs: the value to compare to float_value
859 # This is probably because either float_value or rhs is not a number.
    [all...]
  /external/protobuf/python/
mox.py 835 def __init__(self, float_value, places=7):
839 float_value: The value for making the comparison.
843 self._float_value = float_value
847 """Check to see if RHS is almost equal to float_value
850 rhs: the value to compare to float_value
859 # This is probably because either float_value or rhs is not a number.
    [all...]
  /external/protobuf/src/google/protobuf/
extension_set_heavy.cc 415 HANDLE_TYPE( FLOAT, Float, float_value);
extension_set.h 390 float float_value; member in union:google::protobuf::internal::ExtensionSet::Extension::__anon27279
    [all...]
extension_set.cc     [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
extension_set.h 436 float float_value; member in union:google::protobuf::internal::ExtensionSet::Extension::__anon16628
    [all...]
extension_set_heavy.cc 460 HANDLE_TYPE( FLOAT, Float, float_value);
extension_set.cc     [all...]

Completed in 360 milliseconds