Home
last modified time | relevance | path

Searched defs:SetFloat (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dd3dx9effect.h136 STDMETHOD(SetFloat)(THIS_ D3DXHANDLE parameter, FLOAT f) PURE; in DECLARE_INTERFACE_() local
246 STDMETHOD(SetFloat)(THIS_ D3DXHANDLE parameter, FLOAT f) PURE; in DECLARE_INTERFACE_() local
344 STDMETHOD(SetFloat)(THIS_ D3DXHANDLE parameter, FLOAT f) PURE; in DECLARE_INTERFACE_() local
Dd3dx9shader.h155 … STDMETHOD(SetFloat)(THIS_ struct IDirect3DDevice9 *device, D3DXHANDLE constant, float value) PURE; in DECLARE_INTERFACE_() local
264 STDMETHOD(SetFloat)(THIS_ D3DXHANDLE hConstant, FLOAT f) PURE; in DECLARE_INTERFACE_() local
Dd3d10effect.h282 STDMETHOD(SetFloat)(THIS_ float value) PURE; in DECLARE_INTERFACE_() local
/aosp_15_r20/external/pigweed/pw_metric/
H A Dmetric.cc93 void Metric::SetFloat(float value) { in SetFloat() function in pw::metric::Metric
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Utility/
DRegisterValue.h227 void SetFloat(float f) { in SetFloat() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Utility/
DRegisterValue.h227 void SetFloat(float f) { in SetFloat() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Utility/
DRegisterValue.h227 void SetFloat(float f) { in SetFloat() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Utility/
DRegisterValue.h227 void SetFloat(float f) { in SetFloat() function
/aosp_15_r20/external/vixl/src/aarch64/
H A Dsimulator-aarch64.h639 void SetFloat(int index, T value) const { in SetFloat() function
644 void SetFloat(VectorFormat vform, int index, T value) const { in SetFloat() function
/aosp_15_r20/art/runtime/
H A Dart_field-inl.h287 inline void ArtField::SetFloat(ObjPtr<mirror::Object> object, float f) { in SetFloat() function
/aosp_15_r20/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dshared_prefs.py362 def SetFloat(self, key, value): member in SharedPrefs
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_value.cpp113 void CFXJSE_Value::SetFloat(v8::Isolate* pIsolate, float fFloat) { in SetFloat() function in CFXJSE_Value
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dcl_arguments.cc330 absl::Status CLArguments::SetFloat(const std::string& name, float value) { in SetFloat() function in tflite::gpu::cl::CLArguments
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
H A Dmetal_arguments.cc391 absl::Status MetalArguments::SetFloat(const std::string& name, float value) { in SetFloat() function in tflite::gpu::metal::MetalArguments
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Darguments.cc279 absl::Status Arguments::SetFloat(const std::string& name, float value) { in SetFloat() function in tflite::gpu::Arguments
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dvalue.go2371 func (v Value) SetFloat(x float64) { func
/aosp_15_r20/cts/tests/tests/renderscript/libcoremathtestcpp/
H A DCoreMathTestJni.cpp92 void JavaStruct::SetFloat(const char* name, float value) { in SetFloat() function in JavaStruct
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.cpp1980 void ImGuiStorage::SetFloat(ImGuiID key, float val) in SetFloat() function in ImGuiStorage