/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | DeviceVk.cpp | 31 egl::Error DeviceVk::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute() argument 40 *outValue = reinterpret_cast<void *>(version); in getAttribute() 45 *outValue = renderer->getInstance(); in getAttribute() 50 *outValue = renderer->getDevice(); in getAttribute() 55 *outValue = renderer->getPhysicalDevice(); in getAttribute() 61 *outValue = renderer->getQueue(egl::ContextPriority::Medium); in getAttribute() 67 *outValue = reinterpret_cast<void *>(index); in getAttribute() 73 *outValue = reinterpret_cast<void *>(extensions); in getAttribute() 80 *outValue = reinterpret_cast<void *>(extensions); in getAttribute() 86 *outValue in getAttribute() [all...] |
H A D | DeviceVk.h | 27 void **outValue) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
H A D | DeviceCGL.cpp | 30 egl::Error DeviceCGL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute() argument 37 *outValue = displayImpl->getCGLContext(); in getAttribute() 40 *outValue = displayImpl->getCGLPixelFormat(); in getAttribute()
|
H A D | DeviceCGL.h | 26 void **outValue) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | BinaryStream.h | 55 void readInt(IntT *outValue) in readInt() argument 57 *outValue = readInt<IntT>(); in readInt() 78 void readEnum(EnumT *outValue) in readEnum() argument 80 *outValue = readEnum<EnumT>(); in readEnum() 90 void readBool(bool *outValue) { *outValue = readBool(); } in readBool() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/eagl/ |
H A D | DeviceEAGL.cpp | 31 egl::Error DeviceEAGL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute() argument 38 *outValue = displayImpl->getEAGLContext(); in getAttribute()
|
H A D | DeviceEAGL.h | 30 void **outValue) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DeviceD3D.cpp | 35 egl::Error DeviceD3D::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute() argument 41 *outValue = mDevice; in getAttribute()
|
H A D | DeviceD3D.h | 27 void **outValue) override;
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeTestLogCompare.cpp | 109 , outValue (OUTPUTVALUE_STATUS_CODE) in CommandLine() 115 OutputValue outValue; member 344 dst << "," << (cmdLine.outValue == OUTPUTVALUE_STATUS_CODE ? getStatusCodeName(iter->statusCode) : iter->statusDetails.c_str()); in runCompare() 386 cmdLine.outValue = opts.getOption<opt::OutValue>(); in parseCommandLine()
|
/third_party/skia/third_party/externals/angle2/samples/shader_translator/ |
H A D | shader_translator.cpp | 50 static bool ParseIntValue(const std::string &, int emptyDefault, int *outValue); 851 static bool ParseIntValue(const std::string &num, int emptyDefault, int *outValue) in ParseIntValue() argument 855 *outValue = emptyDefault; in ParseIntValue() 865 *outValue = value; in ParseIntValue()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | DeviceImpl.h | 35 void **outValue) = 0;
|
H A D | DisplayImpl.cpp | 25 egl::Error getAttribute(const egl::Display *display, EGLint attribute, void **outValue) override
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | DeviceMtl.h | 28 void **outValue) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | DeviceNULL.cpp | 26 egl::Error DeviceNULL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute() argument
|
H A D | DeviceNULL.h | 27 void **outValue) override;
|
/third_party/protobuf/objectivec/ |
H A D | GPBDescriptor.h | 238 * @param outValue A pointer where the value will be set. 243 - (BOOL)getValue:(nullable int32_t *)outValue forEnumName:(NSString *)name; 257 * @param outValue A pointer where the value will be set. 262 - (BOOL)getValue:(nullable int32_t *)outValue forEnumTextFormatName:(NSString *)textFormatName;
|
/third_party/libsnd/src/ALAC/ |
H A D | ag_enc.c | 137 static inline int32_t dyn_code_32bit (int32_t maxbits, uint32_t m, uint32_t k, uint32_t n, uint32_t *outNumBits, uint32_t *outValue, uint32_t *overflow, uint32_t *overflowbits) in dyn_code_32bit() argument 167 *outValue = value ; in dyn_code_32bit()
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | gen-conversions.py | 194 def __init__(self, inValue, outValue): 196 outType = outValue.typeString()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/ |
H A D | tinyxml.h | 1024 template< typename T > int QueryValueAttribute( const std::string& name, T* outValue ) const in QueryValueAttribute() 1031 sstream >> *outValue; in QueryValueAttribute() local 1037 int QueryValueAttribute( const std::string& name, std::string* outValue ) const in QueryValueAttribute() 1042 *outValue = node->ValueStr(); in QueryValueAttribute()
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
H A D | gen-conversions.py | 207 def __init__(self, inValue, outValue): 209 outType = outValue.typeString()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderOperatorTests.cpp | 260 , outValue (outValue_) in BuiltinFuncInfo() 278 ValueType outValue; member 1241 bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != 0; in init() 1242 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in init() 1254 int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? 1 : inScalarSize; // \todo [petri] Int. in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | TextureGL.h | 262 GLenum *outValue);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 328 , outValue (outValue_) in BuiltinFuncInfo() 365 , outValue (outValue_) in BuiltinFuncInfo() 385 ValueType outValue; member 1688 const bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != 0; in init() 1689 const bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in init() 1690 const bool isUintOut = (funcInfo.outValue & (VALUE_UINT | VALUE_UINT_VEC | VALUE_UINT_GENTYPE)) != 0; in init() 1702 const int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? 1 : inScalarSize; in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderOperatorTests.cpp | 328 , outValue (outValue_) in BuiltinFuncInfo() 365 , outValue (outValue_) in BuiltinFuncInfo() 385 ValueType outValue; member 1691 const bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != 0; in init() 1692 const bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in init() 1693 const bool isUintOut = (funcInfo.outValue & (VALUE_UINT | VALUE_UINT_VEC | VALUE_UINT_GENTYPE)) != 0; in init() 1705 const int outScalarSize = ((funcInfo.outValue == VALUE_FLOAT) || (funcInfo.outValue == VALUE_BOOL)) ? 1 : inScalarSize; in init()
|