| /third_party/openssl/crypto/ec/ |
| H A D | ec_pmeth.c | 392 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 D | p12_sbag.c | 116 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 D | vktBitstreamBufferImpl.cpp | 147 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 D | SymbolEnv.h | 87 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 D | IOSurfaceSurfaceCGL.cpp | 149 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 D | safe_conversions_impl.h | 33 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 D | checked_math_impl.h | 551 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 D | QueryGL.cpp | 268 GLint value = 0; variable
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | CLPlatform.cpp | 110 getInfo(PlatformInfo name, size_t valueSize, void *value, size_t *valueSizeRet) const getInfo() argument
|
| H A D | CLProgram.cpp | 73 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 D | MemoryProgramCache.cpp | 42 HashStream &operator<<(T value) in operator <<() argument
|
| H A D | BinaryStream.h | 85 int value = 0; in readBool() local 254 writeBool(bool value) writeBool() argument 260 writeFloat(float value) writeFloat() argument [all...] |
| H A D | BlobCache.cpp | 109 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 D | FastVector.h | 129 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 D | SynchronizedValue.h | 29 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 D | Common.h | 75 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 D | SurfaceEGL.cpp | 89 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 D | WindowSurfaceGLX.cpp | 182 egl::Error WindowSurfaceGLX::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
|
| H A D | PixmapSurfaceGLX.cpp | 161 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 D | DXGISwapChainWindowSurfaceWGL.cpp | 176 egl::Error DXGISwapChainWindowSurfaceWGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
|
| H A D | D3DTextureSurfaceWGL.cpp | 388 egl::Error D3DTextureSurfaceWGL::querySurfacePointerANGLE(EGLint attribute, void **value) in querySurfacePointerANGLE() argument
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cGlSpirvTests.hpp | 219 GLuint value; member
|
| H A D | gl4cIndirectParametersTests.cpp | 290 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 D | es3cNumberParsingTests.cpp | 286 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 D | glcShaderStructTests.cpp | 1176 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
|