/third_party/skia/tests/ |
H A D | BackendAllocationTest.cpp | 123 static bool isBGRA8(const GrBackendFormat& format) { in isBGRA8() argument 172 static bool isRGB(const GrBackendFormat& format) { in isRGB() argument 805 GrBackendFormat format = GrBackendFormat::MakeGL(combo.fFormat, target); DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() local 958 GrBackendFormat format = GrBackendFormat::MakeVk(combo.fFormat); DEF_GPUTEST_FOR_VULKAN_CONTEXT() local [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | TextureD3D12.cpp | 37 D3D12_RESOURCE_STATES D3D12TextureUsage(wgpu::TextureUsage usage, const Format& format) { in D3D12TextureUsage() argument 113 DXGI_FORMAT D3D12TypelessTextureFormat(wgpu::TextureFormat format) { in D3D12TypelessTextureFormat() argument 266 DXGI_FORMAT D3D12TextureFormat(wgpu::TextureFormat format) { in D3D12TextureFormat() argument 76 D3D12ResourceFlags(wgpu::TextureUsage usage, const Format& format, bool isMultisampledTexture) D3D12ResourceFlags() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | CopyTextureForBrowserTests.cpp | 63 wgpu::TextureFormat format = kTextureFormat; member 265 static uint32_t GetTextureFormatComponentCount(wgpu::TextureFormat format) { in GetTextureFormatComponentCount() argument [all...] |
H A D | TextureZeroInitTests.cpp | 40 CreateTextureDescriptor(uint32_t mipLevelCount, uint32_t arrayLayerCount, wgpu::TextureUsage usage, wgpu::TextureFormat format) CreateTextureDescriptor() argument [all...] |
H A D | MultisampledRenderingTests.cpp | 108 wgpu::Texture CreateTextureForRenderAttachment(wgpu::TextureFormat format, in CreateTextureForRenderAttachment() argument
|
H A D | StorageTextureTests.cpp | 25 bool OpenGLESSupportsStorageTexture(wgpu::TextureFormat format) { in OpenGLESSupportsStorageTexture() argument 163 std::string GetImageDeclaration(wgpu::TextureFormat format, in GetImageDeclaration() argument 189 const char* GetExpectedPixelValue(wgpu::TextureFormat format) { in GetExpectedPixelValue() argument 34 FillExpectedData(void* pixelValuePtr, wgpu::TextureFormat format, uint32_t x, uint32_t y, uint32_t depthOrArrayLayer) FillExpectedData() argument 246 GetComparisonFunction(wgpu::TextureFormat format) GetComparisonFunction() argument 298 CommonReadOnlyTestCode( wgpu::TextureFormat format, wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) CommonReadOnlyTestCode() argument 348 CommonWriteOnlyTestCode( const char* stage, wgpu::TextureFormat format, wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) CommonWriteOnlyTestCode() argument 404 CommonReadWriteTestCode( wgpu::TextureFormat format, wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) CommonReadWriteTestCode() argument 451 GetExpectedData(wgpu::TextureFormat format, uint32_t sliceCount = 1) GetExpectedData() argument 468 CreateTexture(wgpu::TextureFormat format, wgpu::TextureUsage usage, uint32_t width = kWidth, uint32_t height = kHeight, uint32_t sliceCount = 1, wgpu::TextureDimension dimension = wgpu::TextureDimension::e2D) CreateTexture() argument 492 CreateTextureWithTestData( const std::vector<uint8_t>& initialTextureData, wgpu::TextureFormat format, wgpu::TextureViewDimension dimension = wgpu::TextureViewDimension::e2D) CreateTextureWithTestData() argument 696 CheckOutputStorageTexture(wgpu::Texture writeonlyStorageTexture, wgpu::TextureFormat format, uint32_t sliceCount = 1) CheckOutputStorageTexture() argument [all...] |
H A D | TextureFormatTests.cpp | 118 wgpu::TextureFormat format; member [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CommandEncoder.cpp | 265 const Format& format = attachment->GetFormat(); ValidateRenderPassDepthStencilAttachment() local [all...] |
H A D | Queue.cpp | 326 const Format& format = destination.texture->GetFormat(); in WriteTextureImpl() local
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
H A D | vulkan_command_buffer_utils.h | 172 VkFormat format; member 183 VkFormat format; member
|
/third_party/skia/third_party/externals/freetype/src/bdf/ |
H A D | bdf.h | 112 int format; /* Format of the property. */ member
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
H A D | pcfread.c | 485 FT_ULong format, size; in pcf_get_properties() local 318 pcf_get_metric( FT_Stream stream, FT_ULong format, PCF_Metric metric ) pcf_get_metric() argument 683 FT_ULong format, size; pcf_get_metrics() local 818 FT_ULong format, size, pos; pcf_get_bitmaps() local 981 FT_ULong format, size; pcf_get_encodings() local 1193 FT_ULong format, size; pcf_get_accel() local [all...] |
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttcolr.c | 833 FT_Byte format; FT_LOCAL_DEF() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-common.hh | 72 HBUINT16 format; /* Format identifier--format = 0 */ member 130 HBUINT16 format; /* Format identifier--format = 2 */ member 201 HBUINT16 format; /* Format identifier--format = 4 */ member 258 HBUINT16 format; /* Format identifier--format = 6 */ member 289 HBUINT16 format; /* Format identifier--format member 330 HBUINT16 format; /* Format identifier--format = 8 */ global() member 407 HBUINT16 format; /* Format identifier */ global() member [all...] |
H A D | hb-ot-layout-gdef-table.hh | 285 HBUINT16 format; /* Format identifier */ global() member 460 HBUINT16 format; /* Format identifier--format = 1 */ global() member 499 HBUINT16 format; /* Format identifier */ global() member [all...] |
/third_party/python/Lib/test/ |
H A D | test_pprint.py | 1228 def format(self, object, context, maxlevels, level): member in DottedPrettyPrinter
|
/third_party/python/Modules/_ctypes/ |
H A D | ctypes.h | 233 char *format; member
|
/third_party/skia/third_party/externals/tint/src/inspector/ |
H A D | inspector_test.cc | 2389 ast::ImageFormat format; in TEST_P() local
|
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.cc | 354 PrintfTrampolineRRRR( const char* format, uint32_t a, uint32_t b, uint32_t c, uint32_t d) PrintfTrampolineRRRR() argument 360 PrintfTrampolineRRRD( const char* format, uint32_t a, uint32_t b, uint32_t c, double d) PrintfTrampolineRRRD() argument 366 PrintfTrampolineRRDR( const char* format, uint32_t a, uint32_t b, double c, uint32_t d) PrintfTrampolineRRDR() argument 372 PrintfTrampolineRRDD( const char* format, uint32_t a, uint32_t b, double c, double d) PrintfTrampolineRRDD() argument 378 PrintfTrampolineRDRR( const char* format, uint32_t a, double b, uint32_t c, uint32_t d) PrintfTrampolineRDRR() argument 384 PrintfTrampolineRDRD( const char* format, uint32_t a, double b, uint32_t c, double d) PrintfTrampolineRDRD() argument 390 PrintfTrampolineRDDR( const char* format, uint32_t a, double b, double c, uint32_t d) PrintfTrampolineRDDR() argument 396 PrintfTrampolineRDDD( const char* format, uint32_t a, double b, double c, double d) PrintfTrampolineRDDD() argument 402 PrintfTrampolineDRRR( const char* format, double a, uint32_t b, uint32_t c, uint32_t d) PrintfTrampolineDRRR() argument 408 PrintfTrampolineDRRD( const char* format, double a, uint32_t b, uint32_t c, double d) PrintfTrampolineDRRD() argument 414 PrintfTrampolineDRDR( const char* format, double a, uint32_t b, double c, uint32_t d) PrintfTrampolineDRDR() argument 420 PrintfTrampolineDRDD( const char* format, double a, uint32_t b, double c, double d) PrintfTrampolineDRDD() argument 426 PrintfTrampolineDDRR( const char* format, double a, double b, uint32_t c, uint32_t d) PrintfTrampolineDDRR() argument 432 PrintfTrampolineDDRD( const char* format, double a, double b, uint32_t c, double d) PrintfTrampolineDDRD() argument 438 PrintfTrampolineDDDR( const char* format, double a, double b, double c, uint32_t d) PrintfTrampolineDDDR() argument 444 PrintfTrampolineDDDD( const char* format, double a, double b, double c, double d) PrintfTrampolineDDDD() argument 450 Printf(const char* format, CPURegister reg1, CPURegister reg2, CPURegister reg3, CPURegister reg4) Printf() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
H A D | vktYCbCrUtil.cpp | 64 MultiPlaneImageData::MultiPlaneImageData (VkFormat format, const UVec2& size) in MultiPlaneImageData() argument 190 void checkImageSupport (Context& context, VkFormat format, VkImageCreateFlags createFlags, VkImageTiling tiling) in checkImageSupport() argument 220 void fillRandomNoNaN(de::Random* randomGen, deUint8* const data, deUint32 size, const vk::VkFormat format) in fillRandomNoNaN() argument 297 fillRandom(de::Random* randomGen, MultiPlaneImageData* imageData, const vk::VkFormat format, const bool noNan) fillRandom() argument 348 allocateAndBindImageMemory(const DeviceInterface& vkd, VkDevice device, Allocator& allocator, VkImage image, VkFormat format, VkImageCreateFlags createFlags, vk::MemoryRequirement requirement) allocateAndBindImageMemory() argument [all...] |
H A D | vktYCbCrViewTests.cpp | 323 VkFormat format; member 409 void checkImageFeatureSupport (Context& context, VkFormat format, VkFormatFeatureFlags req) in checkImageFeatureSupport() argument 102 createTestImage(const DeviceInterface& vkd, VkDevice device, VkFormat format, const UVec2& size, VkImageCreateFlags createFlags) createTestImage() argument 130 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkImageAspectFlagBits imageAspect, const VkSamplerYcbcrConversionInfo* samplerConversionInfo) createImageView() argument 452 const VkFormat format = params.format; testPlaneView() local [all...] |
/third_party/python/Python/ |
H A D | pystrtod.c | 714 _PyOS_ascii_formatd(char *buffer, size_t buf_size, const char *format, double d, int precision) _PyOS_ascii_formatd() argument 801 char format[32]; PyOS_double_to_string() local [all...] |
/third_party/python/Objects/ |
H A D | call.c | 551 PyObject_CallFunction(PyObject *callable, const char *format, ...) in PyObject_CallFunction() argument 569 PyEval_CallFunction(PyObject *callable, const char *format, argument 495 _PyObject_CallFunctionVa(PyThreadState *tstate, PyObject *callable, const char *format, va_list va, int is_size_t) _PyObject_CallFunctionVa() argument 584 _PyObject_CallFunction_SizeT(PyObject *callable, const char *format, ...) _PyObject_CallFunction_SizeT() argument 598 callmethod(PyThreadState *tstate, PyObject* callable, const char *format, va_list va, int is_size_t) callmethod() argument 612 PyObject_CallMethod(PyObject *obj, const char *name, const char *format, ...) PyObject_CallMethod() argument 639 PyEval_CallMethod(PyObject *obj, const char *name, const char *format, ...) PyEval_CallMethod() argument 662 _PyObject_CallMethod(PyObject *obj, PyObject *name, const char *format, ...) _PyObject_CallMethod() argument 686 _PyObject_CallMethodId(PyObject *obj, _Py_Identifier *name, const char *format, ...) _PyObject_CallMethodId() argument 709 _PyObject_CallMethodFormat(PyThreadState *tstate, PyObject *callable, const char *format, ...) _PyObject_CallMethodFormat() argument 721 _PyObject_CallMethod_SizeT(PyObject *obj, const char *name, const char *format, ...) _PyObject_CallMethod_SizeT() argument 745 _PyObject_CallMethodId_SizeT(PyObject *obj, _Py_Identifier *name, const char *format, ...) _PyObject_CallMethodId_SizeT() argument [all...] |
/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
H A D | cpp_file.cc | 205 NamespaceOpener ns(Namespace(file_, options_), format); in GenerateHeader() local 315 NamespaceOpener ns(Namespace(file_, options_), format); GeneratePBHeader() local 586 NamespaceOpener ns(Namespace(file_, options_), format); GenerateSourceForMessage() local 601 NamespaceOpener proto_ns(ProtobufNamespace(options_), format); GenerateSourceForMessage() local 624 NamespaceOpener ns(Namespace(file_, options_), format); GenerateGlobalSource() local 655 NamespaceOpener ns(Namespace(file_, options_), format); GenerateSource() local 679 NamespaceOpener ns(Namespace(file_, options_), format); GenerateSource() local 717 NamespaceOpener proto_ns(ProtobufNamespace(options_), format); GenerateSource() local 1135 Print(const Formatter& format, const Options& options) const Print() argument 1156 PrintTopLevelDecl(const Formatter& format, const Options& options) const PrintTopLevelDecl() argument 1511 NamespaceOpener proto_ns(ProtobufNamespace(options_), format); GenerateProto2NamespaceEnumSpecializations() local [all...] |
/third_party/pulseaudio/src/pulsecore/ |
H A D | esound.h | 141 esd_format_t format; /* magic int with the format info */ member 157 esd_format_t format; /* magic int with the format info */ member 172 esd_format_t format; /* magic int with the format info */ member
|