Home
last modified time | relevance | path

Searched defs:value (Results 3701 - 3725 of 7544) sorted by relevance

1...<<141142143144145146147148149150>>...302

/third_party/openssl/crypto/ec/
H A Dec_pmeth.c392 pkey_ec_ctrl_str(EVP_PKEY_CTX *ctx, const char *type, const char *value) pkey_ec_ctrl_str() argument
/third_party/openssl/crypto/pkcs12/
H A Dp12_sbag.c116 PKCS12_SAFEBAG_create_secret(int type, int vtype, const unsigned char *value, int len) PKCS12_SAFEBAG_create_secret() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktBitstreamBufferImpl.cpp147 int64_t BitstreamBufferImpl::MemsetData(deUint32 value, VkDeviceSize offset, VkDeviceSize size) in MemsetData() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSymbolEnv.h87 Value(bool value) : b(value) {} in Value() argument
88 Value(int value) : i(value) {} in Value() argument
89 Value(unsigned value) : u(value) {} in Value() argument
90 Value(const TType &value) : t(&value) {} in Value() argument
107 Value value() const { return mValue; } value() function in sh::TemplateArg
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
H A DIOSurfaceSurfaceCGL.cpp149 egl::Error IOSurfaceSurfaceCGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
H A Dsafe_conversions_impl.h33 static const int value = std::is_floating_point<NumericType>::value member
43 static const int value = member
52 static const size_t value = IntegerBitsPlusSign<Integer>::value - 1; member
58 constexpr bool IsValueNegative(T value) in IsValueNegative() argument
85 SafeUnsignedAbs(T value) SafeUnsignedAbs() argument
176 static const NumericRangeRepresentation value = global() member
189 static const NumericRangeRepresentation value = global() member
201 static const NumericRangeRepresentation value = NUMERIC_RANGE_NOT_CONTAINED; global() member
[all...]
H A Dchecked_math_impl.h551 static const NumericRepresentation value = global() member
581 constexpr T value() const { return value_; } value() function in angle::base::internal::CheckedNumericState
586 WellDefinedConversionOrZero(Src value, bool is_valid) WellDefinedConversionOrZero() argument
623 constexpr T value() const { return value_; } value() function in angle::base::internal::CheckedNumericState
628 WellDefinedConversionOrNaN(Src value, bool is_valid) WellDefinedConversionOrNaN() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DQueryGL.cpp268 GLint value = 0; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLPlatform.cpp110 getInfo(PlatformInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const getInfo() argument
H A DCLProgram.cpp73 cl_int Program::getInfo(ProgramInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const in getInfo() argument
146 getBuildInfo(cl_device_id device, ProgramBuildInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const getBuildInfo() argument
H A DMemoryProgramCache.cpp42 HashStream &operator<<(T value) in operator <<() argument
H A DBinaryStream.h85 int value = 0; in readBool() local
254 writeBool(bool value) writeBool() argument
260 writeFloat(float value) writeFloat() argument
[all...]
H A DBlobCache.cpp109 void BlobCache::put(const BlobCache::Key &key, angle::MemoryBuffer &&value) in put() argument
122 void BlobCache::putApplication(const BlobCache::Key &key, const angle::MemoryBuffer &value) in putApplication() argument
131 void BlobCache::populate(const BlobCache::Key &key, angle::MemoryBuffer &&value, CacheSource source) in populate() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector.h129 FastVector<T, N, Storage>::FastVector(size_type count, const value_type &value) in FastVector() argument
133 std::fill(begin(), end(), value); in FastVector() local
384 resize(size_type count, const value_type &value) resize() argument
460 insert(Key key, Value value) insert() argument
508 insert(T value) insert() argument
639 insert(uint64_t key, Value value) insert() argument
[all...]
H A DSynchronizedValue.h29 ConstStrictLockPtr(const T &value, Lockable &mutex) : mLock(mutex), mValue(value) {} in ConstStrictLockPtr() argument
58 StrictLockPtr(T &value, Lockable &mutex) : BaseType(value, mutex) {} in StrictLockPtr() argument
98 ConstUniqueLockPtr(const T &value, Lockable &mutex) : BaseType(mutex), mValue(value) {} in ConstUniqueLockPtr() argument
140 UniqueLockPtr(T &value, Lockable &mutex) UniqueLockPtr() argument
242 operator =(const T &value) operator =() argument
251 operator =(T &&value) operator =() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCommon.h75 TVector(size_type i, const T &value) : std::vector<T, pool_allocator<T>>(i, value) {} in TVector() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/
H A DSurfaceEGL.cpp89 egl::Error SurfaceEGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
127 EGLint value; in getWidth() local
135 EGLint value; in getHeight() local
149 EGLint value; in getSwapBehavior() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H A DWindowSurfaceGLX.cpp182 egl::Error WindowSurfaceGLX::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
H A DPixmapSurfaceGLX.cpp161 egl::Error PixmapSurfaceGLX::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H A DDXGISwapChainWindowSurfaceWGL.cpp176 egl::Error DXGISwapChainWindowSurfaceWGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
H A DD3DTextureSurfaceWGL.cpp388 egl::Error D3DTextureSurfaceWGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGlSpirvTests.hpp219 GLuint value; member
H A Dgl4cIndirectParametersTests.cpp290 int value = pixels[x + y * width]; in verify() local
307 int value = pixels[x + y * width]; in verify() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cNumberParsingTests.cpp286 initializeExpectedValue(const glu::ShaderProgram& program, const glw::Functions& gl, const deUint32 value) initializeExpectedValue() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderStructTests.cpp1176 void setUniform(const glw::Functions& gl, deUint32 programID, const char* name, float value) in setUniform() argument
1183 void setUniform(const glw::Functions& gl, deUint32 programID, const char* name, int value) in setUniform() argument
1190 void setUniform(const glw::Functions& gl, deUint32 programID, const char* name, const float* value, int arraySize) in setUniform() argument

Completed in 17 milliseconds

1...<<141142143144145146147148149150>>...302