Home
last modified time | relevance | path

Searched defs:format (Results 2301 - 2325 of 4230) sorted by relevance

1...<<919293949596979899100>>...170

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DHardwareBufferImageSiblingVkAndroid.cpp286 const vk::Format &format = in initImpl() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DCompressedTextureFormatsTest.cpp47 void checkSubImage2D(GLenum format, GLsizei size) in checkSubImage2D() argument
71 void checkSubImage3D(GLenum target, GLenum format, GLsizei size) in checkSubImage3D() argument
97 const GLenum format = ::testing::get<1>(GetParam()).first; in check2D() local
171 const GLenum format = ::testing::get<1>(GetParam()).first; check3D() local
[all...]
H A DVulkanExternalImageTest.cpp220 VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; in RunShouldImportMemoryTest() local
330 VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; RunShouldClearTest() local
640 VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; RunShouldClearWithSemaphoresTest() local
877 VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; runShouldDrawTest() local
1028 VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; runWaitSemaphoresRetainsContentTest() local
[all...]
H A DMipmapTest.cpp16 TexImageCubeMapFaces(GLint level, GLenum internalformat, GLsizei width, GLenum format, GLenum type, void *pixels) TexImageCubeMapFaces() argument
[all...]
H A DCopyTexImageTest.cpp43 void initializeResources(GLenum format, GLenum type) in initializeResources() argument
93 void runCopyTexImageTest(GLenum format, GLubyte expected[3][4]) in runCopyTexImageTest() argument
119 void runCopyTexSubImageTest(GLenum format, GLubyte expected[3][4]) in runCopyTexSubImageTest() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRenderbufferVk.cpp50 const vk::Format &format = renderer->getFormat(internalformat); in setStorageImpl() local
321 getRenderbufferImage(const gl::Context *context, const gl::PixelPackState &packState, gl::Buffer *packBuffer, GLenum format, GLenum type, void *pixels) getRenderbufferImage() argument
H A Dvk_format_utils.cpp146 const angle::Format &format = angle::Format::Get(info[0].format); in initImageFallback() local
244 Format &format = mFormatData[formatIndex]; initialize() local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLIOSurfaceClientBufferTest.cpp81 ScopedIOSurfaceRef CreateIOSurface(int32_t format, const std::vector<IOSurfacePlaneInfo> &planes) in CreateIOSurface() argument
123 CreateSinglePlaneIOSurface(int width, int height, int32_t format, int bytesPerElement) CreateSinglePlaneIOSurface() argument
[all...]
/third_party/skia/src/core/
H A DSkM44.cpp294 static const char* format = "|%g %g %g %g|\n" in dump() local
/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.cpp214 GrDrawOpAtlas::GrDrawOpAtlas(GrProxyProvider* proxyProvider, const GrBackendFormat& format, in GrDrawOpAtlas() argument
58 Make(GrProxyProvider* proxyProvider, const GrBackendFormat& format, GrColorType colorType, int width, int height, int plotWidth, int plotHeight, GenerationCounter* generationCounter, AllowMultitexturing allowMultitexturing, int atlasPageNum, EvictionCallback* evictor) Make() argument
/third_party/skia/src/gpu/effects/
H A DGrMatrixConvolutionEffect.cpp305 SkString format; in getShaderDfxInfo() local
H A DGrSkSLFP.cpp373 SkString format; in getShaderDfxInfo() local
H A DGrRRectEffect.cpp377 SkString format; in getShaderDfxInfo() local
677 SkString format; in getShaderDfxInfo() local
/third_party/skia/src/gpu/ops/
H A DSoftwarePathRenderer.cpp90 const GrBackendFormat format = caps->getDefaultBackendFormat(GrColorType::kAlpha_8, in make_deferred_mask_texture_view() local
H A DQuadPerEdgeAA.cpp635 SkString format; variable
/third_party/skia/src/gpu/text/
H A DGrAtlasManager.cpp32 bool GrAtlasManager::hasGlyph(GrMaskFormat format, GrGlyph* glyph) { in hasGlyph() argument
190 addToAtlas(GrResourceProvider* resourceProvider, GrDeferredUploadTarget* target, GrMaskFormat format, int width, int height, const void* image, GrDrawOpAtlas::AtlasLocator* atlasLocator) global() argument
199 addGlyphToBulkAndSetUseToken(GrDrawOpAtlas::BulkUseTokenUpdater* updater, GrMaskFormat format, GrGlyph* glyph, GrDeferredUploadToken token) global() argument
301 initAtlas(GrMaskFormat format) global() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkRenderTarget.cpp227 const GrBackendFormat& format = nonMSAAColorAttachment->backendFormat(); in dynamicMSAAAttachment() local
413 VkFormat format; in ReconstructAttachmentsDescriptor() local
H A DGrVkImage.cpp369 VkImageAspectFlags vk_format_to_aspect_flags(VkFormat format) { in vk_format_to_aspect_flags() argument
19 MakeStencil(GrVkGpu* gpu, SkISize dimensions, int sampleCnt, VkFormat format) MakeStencil() argument
37 MakeMSAA(GrVkGpu* gpu, SkISize dimensions, int numSamples, VkFormat format, GrProtected isProtected, GrMemoryless memoryless) MakeMSAA() argument
63 MakeTexture(GrVkGpu* gpu, SkISize dimensions, VkFormat format, uint32_t mipLevels, GrRenderable renderable, int numSamples, SkBudgeted budgeted, GrProtected isProtected) MakeTexture() argument
131 Make(GrVkGpu* gpu, SkISize dimensions, UsageFlags attachmentUsages, int sampleCnt, VkFormat format, uint32_t mipLevels, VkImageUsageFlags vkUsageFlags, GrProtected isProtected, GrMemoryless memoryless, SkBudgeted budgeted) Make() argument
[all...]
/third_party/skia/src/gpu/mock/
H A DGrMockGpu.cpp94 onCreateTexture(SkISize dimensions, const GrBackendFormat& format, GrRenderable renderable, int renderTargetSampleCnt, SkBudgeted budgeted, GrProtected isProtected, int mipLevelCount, uint32_t levelClearMask) onCreateTexture() argument
126 onCreateCompressedTexture(SkISize dimensions, const GrBackendFormat& format, SkBudgeted budgeted, GrMipmapped mipMapped, GrProtected isProtected, const void* data, size_t dataSize) onCreateCompressedTexture() argument
153 onCreateCompressedTexture(SkISize dimensions, const GrBackendFormat& format, SkBudgeted budgeted, GrMipmapped mipMapped, GrProtected isProtected, OH_NativeBuffer* nativeBuffer, size_t bufferSize) onCreateCompressedTexture() argument
232 onCreateBackendTexture(SkISize dimensions, const GrBackendFormat& format, GrRenderable, GrMipmapped mipMapped, GrProtected) onCreateBackendTexture() argument
253 onCreateCompressedBackendTexture( SkISize dimensions, const GrBackendFormat& format, GrMipmapped mipMapped, GrProtected) onCreateCompressedBackendTexture() argument
[all...]
/third_party/skia/src/opts/
H A DSkSwizzler_opts.h296 static void inverted_cmyk_to(Format format, uint32_t* dst, const uint32_t* src, int count) { in inverted_cmyk_to() argument
542 static void inverted_cmyk_to(Format format, uint32_t* dst, const uint32_t* src, int count) { in inverted_cmyk_to() argument
793 static void inverted_cmyk_to(Format format, uint32_t* dst, const uint32_t* src, int count) { in inverted_cmyk_to() argument
1023 static void inverted_cmyk_to(Format format, uint32_ argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_reflect.cpp264 void CompilerReflection::set_format(const std::string &format) in set_format() argument
/third_party/skia/third_party/externals/libwebp/imageio/
H A Dimage_enc.c550 WebPSaveImage(const WebPDecBuffer* const buffer, WebPOutputFileFormat format, const char* const out_file_name) WebPSaveImage() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dchoicfmt.cpp379 ChoiceFormat::format(int64_t number, in format() function in ChoiceFormat
391 ChoiceFormat::format(int32_t number, in format() function in ChoiceFormat
402 ChoiceFormat::format(double number, format() function in ChoiceFormat
470 ChoiceFormat::format(const Formattable* objs, format() function in ChoiceFormat
[all...]
H A Ddatefmt.cpp197 DateFormat::format(const Formattable& obj, in format() function in DateFormat
232 DateFormat::format(const Formattable& obj, in format() function in DateFormat
268 DateFormat::format(Calendar& /* unused cal */, in format() function in DateFormat
281 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPosition& fieldPosition) const { in format() function in DateFormat
300 DateFormat::format(UDate date, UnicodeString& appendTo, FieldPositionIterator* posIter, in format() function in DateFormat
318 DateFormat::format(UDat function in DateFormat
[all...]
H A Dplurfmt.cpp207 PluralFormat::format(const Formattable& obj, in format() function in PluralFormat
223 PluralFormat::format(int32_t number, UErrorCode& status) const { in format() function in PluralFormat
230 PluralFormat::format(double number, UErrorCode& status) const { in format() function in PluralFormat
238 PluralFormat::format(int32_t number, in format() function in PluralFormat
246 PluralFormat::format(double number, in format() function in PluralFormat
254 PluralFormat::format(const Formattable& numberObject, double number, format() function in PluralFormat
352 setNumberFormat(const NumberFormat* format, UErrorCode& status) setNumberFormat() argument
[all...]

Completed in 29 milliseconds

1...<<919293949596979899100>>...170