Home
last modified time | relevance | path

Searched defs:value (Results 6626 - 6650 of 20346) sorted by relevance

1...<<261262263264265266267268269270>>...814

/third_party/openssl/crypto/
H A Dcpuid.c40 static WCHAR value[48]; in ossl_getenv() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryMappingTests.cpp160 void set (size_t ndx, bool value) in set() argument
168 void setRange (size_t offset, size_t count, bool value) in setRange() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktInfoTests.cpp168 SizeType value; member
180 deUint64 value; member
183 const SizeUnit* getBestSizeUnit (deUint64 value) in getBestSizeUnit() argument
220 prettySize(SizeType value, int precision = 2) prettySize() argument
[all...]
H A DvktTestCase.hpp153 void resultSetOnValidation (bool value) { m_resultSetOnValidation = value; } in resultSetOnValidation() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DIntermRebuild.h91 T value; member
H A DDebugSink.h107 DebugSink &operator<<(const T &value) in operator <<() argument
110 mParent << value; in operator <<() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLDevice.cpp19 cl_int Device::getInfo(DeviceInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const in getInfo() argument
[all...]
H A DCLEvent.cpp28 cl_int Event::getInfo(EventInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const in getInfo() argument
106 getProfilingInfo(ProfilingInfo name, size_t valueSize, void *value, size_t *valueSizeRet) getProfilingInfo() argument
H A DDevice.cpp104 Error Device::getAttribute(EGLint attribute, EGLAttrib *value) in getAttribute() argument
H A DSizedMRUCache.h27 const Value *put(const Key &key, Value &&value, size_t size) in put() argument
131 Value value; global() member
[all...]
H A DCLMemory.cpp52 cl_int Memory::getInfo(MemInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const in getInfo() argument
H A DError.h32 ErrorStreamBase &operator<<(T value) in operator <<() argument
34 mErrorStream << value; in operator <<() local
190 inline bool IsError(bool value) in IsError() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLKernelCL.cpp59 bool GetKernelInfo(cl_kernel kernel, cl::KernelInfo name, T &value, cl_int &errorCode) in GetKernelInfo() argument
131 void *value = nullptr; in setArg() local
31 GetWorkGroupInfo(cl_kernel kernel, cl_device_id device, cl::KernelWorkGroupInfo name, T &value, cl_int &errorCode) GetWorkGroupInfo() argument
43 GetArgInfo(cl_kernel kernel, cl_uint index, cl::KernelArgInfo name, T &value, cl_int &errorCode) GetArgInfo() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DWindowSurfaceWGL.cpp121 egl::Error WindowSurfaceWGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dchecked_math.h44 constexpr CheckedNumeric(Src value) // NOLINT(runtime/explicit) in CheckedNumeric() argument
53 constexpr CheckedNumeric(StrictNumeric<Src> value) // NOLINT(runtime/explicit) in CheckedNumeric() argument
203 CheckedNumeric value = *this; operator ++() local
217 const CheckedNumeric value = *this; operator --() local
257 CheckedNumeric(Src value, bool is_valid) CheckedNumeric() argument
266 static constexpr Src value(Src value) { return value; } value() function
273 static constexpr Src value(const CheckedNumeric<Src> v) { return v.state_.value(); } value() function
280 static constexpr Src value(const StrictNumeric<Src> v) { return static_cast<Src>(v); } value() function
286 IsValidForType(const CheckedNumeric<Src> value) IsValidForType() argument
292 ValueOrDieForType(const CheckedNumeric<Src> value) ValueOrDieForType() argument
298 ValueOrDefaultForType(const CheckedNumeric<Src> value, const Default default_value) ValueOrDefaultForType() argument
307 MakeCheckedNum(const T value) MakeCheckedNum() argument
[all...]
H A Dsafe_conversions.h102 IsValueInRangeForNumericType(Src value) IsValueInRangeForNumericType() argument
114 checked_cast(Src value) checked_cast() argument
149 saturated_cast_impl(Src value, RangeCheck constraint) saturated_cast_impl() argument
215 saturated_cast(Src value) saturated_cast() argument
231 strict_cast(Src value) strict_cast() argument
254 static constexpr bool value = false; global() member
264 static constexpr bool value = global() member
294 StrictNumeric(Src value) StrictNumeric() argument
323 MakeStrictNum(const T value) MakeStrictNum() argument
331 operator <<(std::ostream &os, const StrictNumeric<T> &value) operator <<() argument
378 ClampFloor(Src value) ClampFloor() argument
386 ClampCeil(Src value) ClampCeil() argument
394 ClampRound(Src value) ClampRound() argument
[all...]
H A Dclamped_math.h43 constexpr ClampedNumeric(Src value) // NOLINT(runtime/explicit) in ClampedNumeric() argument
52 constexpr ClampedNumeric(StrictNumeric<Src> value) // NOLINT(runtime/explicit) in ClampedNumeric() argument
135 ClampedNumeric value in operator ++() local
148 ClampedNumeric value = *this; operator --() local
191 static constexpr Src value(Src value) value() function
201 MakeClampedNum(const T value) MakeClampedNum() argument
209 operator <<(std::ostream &os, const ClampedNumeric<T> &value) operator <<() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DPbufferSurfaceCGL.cpp82 egl::Error PbufferSurfaceCGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A Dsystem_utils_posix.cpp64 bool SetEnvironmentVar(const char *variableName, const char *value) in SetEnvironmentVar() argument
71 const char *value = getenv(variableName); in GetEnvironmentVar() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DDirectiveHandler.cpp54 handlePragma(const angle::pp::SourceLocation &loc, const std::string &name, const std::string &value, bool stdgl) handlePragma() argument
H A DSymbolTable.h161 constexpr SymbolRule SymbolRule::Get(T value) in Get() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/
H A DPbufferSurfaceEAGL.cpp84 egl::Error PbufferSurfaceEAGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DPbufferSurfaceGLX.cpp86 egl::Error PbufferSurfaceGLX::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermRebuild.h91 T value; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DInspectableNativeWindow.cpp172 GetOptionalSizePropertyValue( const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, const wchar_t *propertyName, SIZE *value, bool *valueExists) GetOptionalSizePropertyValue() argument
238 GetOptionalSinglePropertyValue( const ComPtr<ABI::Windows::Foundation::Collections::IMap<HSTRING, IInspectable *>> &propertyMap, const wchar_t *propertyName, float *value, bool *valueExists) GetOptionalSinglePropertyValue() argument
[all...]

Completed in 15 milliseconds

1...<<261262263264265266267268269270>>...814