Home
last modified time | relevance | path

Searched refs:outValue (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DDeviceVk.cpp31 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 = const_cast<void *>(reinterpret_cast<const void *>(features)); in getAttribute()
[all …]
DDeviceVk.h27 void **outValue) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/
DDeviceCGL.cpp30 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()
DDeviceCGL.h26 void **outValue) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h55 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/
DDeviceEAGL.cpp31 egl::Error DeviceEAGL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute() argument
38 *outValue = displayImpl->getEAGLContext(); in getAttribute()
DDeviceEAGL.h30 void **outValue) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DDeviceD3D.cpp35 egl::Error DeviceD3D::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute() argument
41 *outValue = mDevice; in getAttribute()
DDeviceD3D.h27 void **outValue) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDeviceMtl.mm27 egl::Error DeviceMtl::getAttribute(const egl::Display *display, EGLint attribute, void **outValue)
34 *outValue = displayImpl->getMetalDevice();
DDeviceMtl.h28 void **outValue) override;
/third_party/vk-gl-cts/executor/tools/
DxeTestLogCompare.cpp109 , outValue (OUTPUTVALUE_STATUS_CODE) in CommandLine()
115 OutputValue outValue; member
344 …dst << "," << (cmdLine.outValue == OUTPUTVALUE_STATUS_CODE ? getStatusCodeName(iter->statusCode) :… in runCompare()
386 cmdLine.outValue = opts.getOption<opt::OutValue>(); in parseCommandLine()
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/image_query/
Dsamples_storage.amber15 ; int outValue;
20 ; outValue = imageSamples(storageImageMS);
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
Dshader_translator.cpp50 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/null/
DDeviceNULL.cpp26 egl::Error DeviceNULL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute() argument
DDeviceNULL.h27 void **outValue) override;
/third_party/protobuf/objectivec/
DGPBDescriptor.h243 - (BOOL)getValue:(nullable int32_t *)outValue forEnumName:(NSString *)name;
262 - (BOOL)getValue:(nullable int32_t *)outValue forEnumTextFormatName:(NSString *)textFormatName;
DGPBDescriptor.m866 - (BOOL)getValue:(int32_t *)outValue forEnumName:(NSString *)name {
885 if (outValue) {
886 *outValue = values_[i];
894 - (BOOL)getValue:(int32_t *)outValue forEnumTextFormatName:(NSString *)textFormatName {
901 if (outValue) {
902 *outValue = values_[i];
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DDeviceImpl.h35 void **outValue) = 0;
DDisplayImpl.cpp25 egl::Error getAttribute(const egl::Display *display, EGLint attribute, void **outValue) override in getAttribute() argument
/third_party/node/test/fixtures/wpt/resources/
Dchannel.sub.js772 let outValue = null;
887 if (outValue !== null) {
890 outValue = serialized;
914 return outValue;
/third_party/libsnd/src/ALAC/
Dag_enc.c137 …ts, uint32_t m, uint32_t k, uint32_t n, uint32_t *outNumBits, uint32_t *outValue, uint32_t *overfl… in dyn_code_32bit() argument
167 *outValue = value ; in dyn_code_32bit()
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgen-conversions.py194 def __init__(self, inValue, outValue): argument
196 outType = outValue.typeString()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1024 template< typename T > int QueryValueAttribute( const std::string& name, T* outValue ) const in QueryValueAttribute() argument
1031 sstream >> *outValue; in QueryValueAttribute()
1037 int QueryValueAttribute( const std::string& name, std::string* outValue ) const in QueryValueAttribute() argument
1042 *outValue = node->ValueStr(); in QueryValueAttribute()
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgen-conversions.py207 def __init__(self, inValue, outValue): argument
209 outType = outValue.typeString()

12