Home
last modified time | relevance | path

Searched defs:format (Results 2701 - 2725 of 4099) sorted by relevance

1...<<101102103104105106107108109110>>...164

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcFramebufferCompleteness.cpp87 texImage2D(GLenum target, GLuint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void* data) texImage2D() argument
94 texImage2D(GLuint texId, GLenum target, GLuint level, GLint internalFormat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void* data) texImage2D() argument
102 texImage3D(GLuint texId, GLenum target, GLuint level, GLint internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void* data) texImage3D() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.hpp222 vk::VkFormat format; member
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.cc435 AddVertexBuffer(Buffer* buf, uint32_t location, InputRate rate, Format* format, uint32_t offset, uint32_t stride) AddVertexBuffer() argument
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Ddevice.cc874 bool Device::IsFormatSupportedByPhysicalDevice(const Format& format, in IsFormatSupportedByPhysicalDevice() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_image.cpp87 SpvImageFormat format = SpvImageFormatMax; member
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_wgl.cpp317 wglUseFontOutlinesA(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) wglUseFontOutlinesA() argument
330 wglUseFontOutlinesW(HDC hDC, DWORD first, DWORD count, DWORD listBase, FLOAT deviation, FLOAT extrusion, int format, LPGLYPHMETRICSFLOAT lpgmf) wglUseFontOutlinesW() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_state_cache.h132 uint8_t format : 6; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DD3DTextureTest.cpp1200 void RunClearTest(DXGI_FORMAT format) in RunClearTest() argument
139 createD3D11PBuffer(size_t width, size_t height, UINT sampleCount, UINT sampleQuality, UINT bindFlags, DXGI_FORMAT format, const EGLint *attribs) createD3D11PBuffer() argument
167 createD3D11PBuffer(size_t width, size_t height, EGLint eglTextureFormat, EGLint eglTextureTarget, UINT sampleCount, UINT sampleQuality, UINT bindFlags, DXGI_FORMAT format) createD3D11PBuffer() argument
1621 RunYUVTest(DXGI_FORMAT format) RunYUVTest() argument
[all...]
H A DDepthStencilFormatsTest.cpp18 GLuint format; member
38 bool checkTexImageFormatSupport(GLenum format, GLenum type) in checkTexImageFormatSupport() argument
503 GLuint format; TEST_P() member
[all...]
H A DBlitFramebufferANGLETest.cpp86 GLenum format = GL_RGBA; variable
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDmaBufImageSiblingVkLinux.cpp345 const angle::Format &format = vkFormat.getActualImageFormat(rx::vk::ImageAccess::SampleOnly); in initImpl() local
151 GetUsageFlags(RendererVk *renderer, const angle::Format &format, const VkDrmFormatModifierPropertiesEXT &properties, bool *texturableOut, bool *renderableOut) GetUsageFlags() argument
[all...]
/third_party/skia/src/codec/
H A DSkHeifCodec.cpp27 IsSupported(const void* buffer, size_t bytesRead, SkEncodedImageFormat* format) IsSupported() argument
159 MakeFromStream(std::unique_ptr<SkStream> stream, SkCodec::SelectionPolicy selectionPolicy, SkEncodedImageFormat format, Result* result) MakeFromStream() argument
202 SkHeifCodec( SkEncodedInfo&& info, HeifDecoder* heifDecoder, SkEncodedOrigin origin, bool useAnimation, SkEncodedImageFormat format) SkHeifCodec() argument
H A DSkCodec.cpp148 SkEncodedImageFormat format; in MakeFromStream() local
/third_party/skia/src/core/
H A DSkString.cpp30 static StringBuffer apply_format_string(const char* format, va_list args, char (&stackBuffer)[SIZE], in apply_format_string() argument
520 void SkString::printf(const char format[], ...) { in printf() argument
527 void SkString::printVAList(const char format[], va_list args) { in printVAList() argument
536 void SkString::appendf(const char format[], argument
543 appendVAList(const char format[], va_list args) appendVAList() argument
556 prependf(const char format[], ...) prependf() argument
563 prependVAList(const char format[], va_list args) prependVAList() argument
615 SkStringPrintf(const char* format, ...) SkStringPrintf() argument
[all...]
/third_party/skia/src/gpu/
H A DGrBackendSurface.cpp101 GrBackendFormat::GrBackendFormat(GrGLenum format, GrGLenum target) in GrBackendFormat() argument
153 GrBackendFormat::GrBackendFormat(wgpu::TextureFormat format) in GrBackendFormat() argument
[all...]
H A DGrAHardwareBufferUtils.cpp324 VkFormat format; in make_vk_backend_texture() local
[all...]
H A DGrProxyProvider.cpp196 auto format = this->caps()->getDefaultBackendFormat(colorType, renderable); in testingOnly_createInstantiatedProxy() local
346 GrBackendFormat format = this->caps()->getDefaultBackendFormat(colorType, GrRenderable::kNo); in createNonMippedProxyFromBitmap() local
134 testingOnly_createInstantiatedProxy( SkISize dimensions, const GrBackendFormat& format, GrRenderable renderable, int renderTargetSampleCnt, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected) testingOnly_createInstantiatedProxy() argument
383 GrBackendFormat format = this->caps()->getDefaultBackendFormat(colorType, GrRenderable::kNo); createMippedProxyFromBitmap() local
436 createProxy(const GrBackendFormat& format, SkISize dimensions, GrRenderable renderable, int renderTargetSampleCnt, GrMipmapped mipMapped, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, GrSurfaceProxy::UseAllocator useAllocator) createProxy() argument
502 GrBackendFormat format = this->caps()->getBackendFormatFromCompressionType(compressionType); createCompressedTextureProxy() local
725 CreatePromiseProxy(GrContextThreadSafeProxy* threadSafeProxy, LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, GrMipmapped mipMapped) CreatePromiseProxy() argument
762 createLazyProxy(LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, GrMipmapped mipMapped, GrMipmapStatus mipmapStatus, GrInternalSurfaceFlags surfaceFlags, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrSurfaceProxy::UseAllocator useAllocator) createLazyProxy() argument
801 createLazyRenderTargetProxy( LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, int sampleCnt, GrInternalSurfaceFlags surfaceFlags, const TextureInfo* textureInfo, GrMipmapStatus mipmapStatus, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, bool wrapsVkSecondaryCB, UseAllocator useAllocator) createLazyRenderTargetProxy() argument
845 MakeFullyLazyProxy(LazyInstantiateCallback&& callback, const GrBackendFormat& format, GrRenderable renderable, int renderTargetSampleCnt, GrProtected isProtected, const GrCaps& caps, UseAllocator useAllocator) MakeFullyLazyProxy() argument
[all...]
/third_party/skia/src/image/
H A DSkSurface_Gpu.cpp261 GrBackendFormat format = readSurfaceView.proxy()->backendFormat(); in onCharacterize() local
365 GrBackendFormat format = targetView.asRenderTargetProxy()->backendFormat(); in onIsCompatible() local
H A DSkImage_Lazy.cpp528 GrBackendFormat format = caps->getDefaultBackendFormat(ct, GrRenderable::kNo); in colorTypeOfLockTextureProxy() local
/third_party/skia/src/gpu/effects/
H A DGrTextureEffect.cpp725 SkString format; in getShaderDfxInfo() local
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.h66 bool formatCanBeDstofBlit(VkFormat format, bool linearTiled) const { in formatCanBeDstofBlit() argument
72 bool formatCanBeSrcofBlit(VkFormat format, bool linearTiled) const { in formatCanBeSrcofBlit() argument
102 GetStencilFormatTotalBitCount(VkFormat format) GetStencilFormatTotalBitCount() argument
[all...]
/third_party/skia/src/gpu/gl/
H A DGrGLUtil.h41 static constexpr uint32_t GrGLFormatChannels(GrGLFormat format) { in GrGLFormatChannels() argument
77 static constexpr GrColorFormatDesc GrGLFormatDesc(GrGLFormat format) { in GrGLFormatDesc() argument
418 static constexpr GrGLenum GrGLFormatToEnum(GrGLFormat format) { in GrGLFormatToEnum() argument
454 static constexpr size_t GrGLFormatBytesPerBlock(GrGLFormat format) { in GrGLFormatBytesPerBlock() argument
492 GrGLFormatStencilBits(GrGLFormat format) GrGLFormatStencilBits() argument
532 GrGLFormatIsPackedDepthStencil(GrGLFormat format) GrGLFormatIsPackedDepthStencil() argument
570 GrGLFormatIsSRGB(GrGLFormat format) GrGLFormatIsSRGB() argument
[all...]
/third_party/skia/src/effects/imagefilters/
H A DSkDisplacementMapImageFilter.cpp456 SkString format; in getShaderDfxInfo() local
/third_party/skia/src/gpu/d3d/
H A DGrD3DCaps.cpp267 bool stencil_format_supported(ID3D12Device* device, DXGI_FORMAT format) { in stencil_format_supported() argument
341 GrD3DCaps::FormatInfo& GrD3DCaps::getFormatInfo(DXGI_FORMAT format) { in getFormatInfo() argument
362 constexpr DXGI_FORMAT format in initFormatTable() local
390 constexpr DXGI_FORMAT format = DXGI_FORMAT_R8_UNORM; initFormatTable() local
419 constexpr DXGI_FORMAT format = DXGI_FORMAT_B8G8R8A8_UNORM; initFormatTable() local
438 constexpr DXGI_FORMAT format = DXGI_FORMAT_B5G6R5_UNORM; initFormatTable() local
457 constexpr DXGI_FORMAT format = DXGI_FORMAT_R16G16B16A16_FLOAT; initFormatTable() local
483 constexpr DXGI_FORMAT format = DXGI_FORMAT_R16_FLOAT; initFormatTable() local
504 constexpr DXGI_FORMAT format = DXGI_FORMAT_R8G8_UNORM; initFormatTable() local
523 constexpr DXGI_FORMAT format = DXGI_FORMAT_R10G10B10A2_UNORM; initFormatTable() local
542 constexpr DXGI_FORMAT format = DXGI_FORMAT_B4G4R4A4_UNORM; initFormatTable() local
563 constexpr DXGI_FORMAT format = DXGI_FORMAT_R8G8B8A8_UNORM_SRGB; initFormatTable() local
582 constexpr DXGI_FORMAT format = DXGI_FORMAT_R16_UNORM; initFormatTable() local
603 constexpr DXGI_FORMAT format = DXGI_FORMAT_R16G16_UNORM; initFormatTable() local
622 constexpr DXGI_FORMAT format = DXGI_FORMAT_R16G16B16A16_UNORM; initFormatTable() local
641 constexpr DXGI_FORMAT format = DXGI_FORMAT_R16G16_FLOAT; initFormatTable() local
661 constexpr DXGI_FORMAT format = DXGI_FORMAT_BC1_UNORM; initFormatTable() local
716 multisample_count_supported(ID3D12Device* device, DXGI_FORMAT format, int sampleCount) multisample_count_supported() argument
727 initSampleCounts(const DXGI_ADAPTER_DESC& adapterDesc, ID3D12Device* device, DXGI_FORMAT format) initSampleCounts() argument
757 init(const DXGI_ADAPTER_DESC& adapterDesc, ID3D12Device* device, DXGI_FORMAT format) init() argument
785 isFormatTexturable(const GrBackendFormat& format, GrTextureType) const isFormatTexturable() argument
799 isFormatAsColorTypeRenderable(GrColorType ct, const GrBackendFormat& format, int sampleCount) const isFormatAsColorTypeRenderable() argument
815 isFormatRenderable(const GrBackendFormat& format, int sampleCount) const isFormatRenderable() argument
823 isFormatRenderable(DXGI_FORMAT format, int sampleCount) const isFormatRenderable() argument
955 DXGI_FORMAT format = this->getFormatFromColorType(ct); onGetDefaultBackendFormat() local
977 onGetReadSwizzle(const GrBackendFormat& format, GrColorType colorType) const onGetReadSwizzle() argument
992 getWriteSwizzle(const GrBackendFormat& format, GrColorType colorType) const getWriteSwizzle() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderImage.cpp26 vk::Format SpirvFormatToVulkanFormat(spv::ImageFormat format) in SpirvFormatToVulkanFormat() argument

Completed in 34 milliseconds

1...<<101102103104105106107108109110>>...164