/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
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 = const_cast<void *>(reinterpret_cast<const void *>(features)); in getAttribute() [all …]
|
D | DeviceVk.h | 27 void **outValue) override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | BinaryStream.h | 44 void readInt(IntT *outValue) in readInt() argument 46 *outValue = readInt<IntT>(); in readInt() 67 void readEnum(EnumT *outValue) in readEnum() argument 69 *outValue = readEnum<EnumT>(); in readEnum() 79 void readBool(bool *outValue) { *outValue = readBool(); } in readBool() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/cgl/ |
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()
|
D | DeviceCGL.h | 26 void **outValue) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
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/ |
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()
|
D | DeviceEAGL.h | 30 void **outValue) override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | DeviceD3D.cpp | 36 egl::Error DeviceD3D::getDevice(void **outValue) in getDevice() argument 39 *outValue = mDevice; in getDevice()
|
D | DeviceD3D.h | 25 egl::Error getDevice(void **outValue) override;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | DeviceD3D.cpp | 35 egl::Error DeviceD3D::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute() argument 41 *outValue = mDevice; in getAttribute()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | DeviceMtl.mm | 27 egl::Error DeviceMtl::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) 34 *outValue = displayImpl->getMetalDevice();
|
D | DeviceMtl.h | 28 void **outValue) override;
|
/third_party/vk-gl-cts/executor/tools/ |
D | xeTestLogCompare.cpp | 109 , 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/ |
D | samples_storage.amber | 15 ; int outValue; 20 ; outValue = imageSamples(storageImageMS);
|
/third_party/flutter/skia/third_party/externals/angle2/samples/shader_translator/ |
D | shader_translator.cpp | 45 static bool ParseIntValue(const std::string &, int emptyDefault, int *outValue); 814 static bool ParseIntValue(const std::string &num, int emptyDefault, int *outValue) in ParseIntValue() argument 818 *outValue = emptyDefault; in ParseIntValue() 828 *outValue = value; in ParseIntValue()
|
/third_party/skia/third_party/externals/angle2/samples/shader_translator/ |
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/protobuf/objectivec/ |
D | GPBDescriptor.h | 243 - (BOOL)getValue:(nullable int32_t *)outValue forEnumName:(NSString *)name; 262 - (BOOL)getValue:(nullable int32_t *)outValue forEnumTextFormatName:(NSString *)textFormatName;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DeviceNULL.cpp | 26 egl::Error DeviceNULL::getDevice(void **outValue) in getDevice() argument
|
D | DeviceNULL.h | 25 egl::Error getDevice(void **outValue) override;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | DeviceVk.h | 25 egl::Error getDevice(void **outValue) override;
|
D | DeviceVk.cpp | 27 egl::Error DeviceVk::getDevice(void **outValue) in getDevice() argument
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | DeviceImpl.h | 31 virtual egl::Error getDevice(void **outValue) = 0;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | DeviceNULL.cpp | 26 egl::Error DeviceNULL::getAttribute(const egl::Display *display, EGLint attribute, void **outValue) in getAttribute() argument
|
D | DeviceNULL.h | 27 void **outValue) override;
|