Home
last modified time | relevance | path

Searched defs:format (Results 801 - 825 of 4226) sorted by relevance

1...<<31323334353637383940>>...170

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DIndexBuffer9.cpp41 D3DFORMAT format = D3DFMT_UNKNOWN; in initialize() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLImage.cpp139 Image(Context &context, PropArray &&properties, MemFlags flags, const cl_image_format &format, const ImageDescriptor &desc, Memory *parent, void *hostPtr, cl_int &errorCode) Image() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dformatutilsgl.h69 GLenum format = GL_NONE; member
80 GLenum format = GL_NONE; member
98 GLenum format = GL_NONE; member
131 GLenum format member
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/winrt/
H A DNativeWindow11WinRT.cpp86 createSwapChain(ID3D11Device *device, IDXGIFactory *factory, DXGI_FORMAT format, UINT width, UINT height, UINT samples, IDXGISwapChain **swapChain) createSwapChain() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dformatutils11.cpp39 const DXGIFormatSize &GetDXGIFormatSizeInfo(DXGI_FORMAT format) in GetDXGIFormatSizeInfo() argument
/third_party/vk-gl-cts/external/amber/src/include/amber/
H A Dshader_info.h47 ShaderFormat format; member
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dsection_parser.h45 ShaderFormat format; member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DUnpackAlignmentTest.cpp47 void getPixelSize(GLenum format, GLenum type, unsigned int *size) in getPixelSize() argument
88 bool formatHasRGB(GLenum format) { return (format != GL_ALPHA); } in formatHasRGB() argument
90 void testAlignment(int alignment, unsigned int offset, GLenum format, GLenum type) in testAlignment() argument
[all...]
H A DCopyCompressedTextureTest.cpp159 GLint format; in TEST_P() member
/third_party/skia/src/gpu/
H A DGrAttachment.cpp26 GrBackendFormat format = this->backendFormat(); in onGpuMemorySize() local
55 build_key(GrResourceKey::Builder* builder, const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, GrAttachment::UsageFlags requiredUsage, int sampleCnt, GrMipmapped mipmapped, GrProtected isProtected, GrMemoryless memoryless) build_key() argument
82 ComputeSharedAttachmentUniqueKey(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, UsageFlags requiredUsage, int sampleCnt, GrMipmapped mipmapped, GrProtected isProtected, GrMemoryless memoryless, GrUniqueKey* key) ComputeSharedAttachmentUniqueKey() argument
98 ComputeScratchKey(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, UsageFlags requiredUsage, int sampleCnt, GrMipmapped mipmapped, GrProtected isProtected, GrMemoryless memoryless, GrScratchKey* key) ComputeScratchKey() argument
H A DBaseDevice.cpp73 auto format = fContext->priv().caps()->getDefaultBackendFormat(grColorType, GrRenderable::kYes); in replaceBackingProxy() local
H A DGrRenderTargetProxy.cpp27 GrRenderTargetProxy(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, int sampleCount, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator) GrRenderTargetProxy() argument
41 GrRenderTargetProxy(LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, int sampleCount, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator, WrapsVkSecondaryCB wrapsVkSecondaryCB) GrRenderTargetProxy() argument
H A DGrTextureRenderTargetProxy.cpp25 GrTextureRenderTargetProxy(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, int sampleCnt, GrMipmapped mipMapped, GrMipmapStatus mipmapStatus, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator, GrDDLProvider creatingProvider) GrTextureRenderTargetProxy() argument
47 GrTextureRenderTargetProxy(const GrCaps& caps, LazyInstantiateCallback&& callback, const GrBackendFormat& format, SkISize dimensions, int sampleCnt, GrMipmapped mipMapped, GrMipmapStatus mipmapStatus, SkBackingFit fit, SkBudgeted budgeted, GrProtected isProtected, GrInternalSurfaceFlags surfaceFlags, UseAllocator useAllocator, GrDDLProvider creatingProvider) GrTextureRenderTargetProxy() argument
H A DGrTexture.cpp103 ComputeScratchKey(const GrCaps& caps, const GrBackendFormat& format, SkISize dimensions, GrRenderable renderable, int sampleCnt, GrMipmapped mipMapped, GrProtected isProtected, GrScratchKey* key) ComputeScratchKey() argument
/third_party/skia/src/gpu/vk/
H A DGrVkTextureRenderTarget.cpp63 bool create_rt_attachments(GrVkGpu* gpu, SkISize dimensions, VkFormat format, int sampleCnt, in create_rt_attachments() argument
84 MakeNewTextureRenderTarget( GrVkGpu* gpu, SkBudgeted budgeted, SkISize dimensions, VkFormat format, uint32_t mipLevels, int sampleCnt, GrMipmapStatus mipmapStatus, GrProtected isProtected) MakeNewTextureRenderTarget() argument
H A DGrVkSecondaryCBDrawContext.cpp113 GrBackendFormat format = readSurfaceView.asRenderTargetProxy()->backendFormat(); in characterize() local
170 GrBackendFormat format = readSurfaceView.asRenderTargetProxy()->backendFormat(); in isCompatible() local
H A DGrVkUtil.cpp17 bool GrVkFormatIsSupported(VkFormat format) { in GrVkFormatIsSupported() argument
53 bool GrVkFormatNeedsYcbcrSampler(VkFormat format) { in GrVkFormatNeedsYcbcrSampler() argument
/third_party/skia/src/gpu/gl/
H A DGrGLAttachment.cpp27 renderbuffer_storage_msaa(GrGLGpu* gpu, int sampleCount, GrGLenum format, int width, int height) renderbuffer_storage_msaa() argument
55 MakeStencil(GrGLGpu* gpu, SkISize dimensions, int sampleCnt, GrGLFormat format) MakeStencil() argument
92 MakeMSAA(GrGLGpu* gpu, SkISize dimensions, int sampleCnt, GrGLFormat format) MakeMSAA() argument
[all...]
H A DGrGLRenderTarget.h63 GrGLFormat format() const { return fRTFormat; } in format() function in GrGLRenderTarget
/third_party/skia/src/core/
H A DSkMask.h43 static bool IsValidFormat(uint8_t format) { return format < kCountMaskFormats; } in IsValidFormat() argument
H A DSkMask.cpp102 static int maskFormatToShift(SkMask::Format format) { in maskFormatToShift() argument
/third_party/skia/src/gpu/dawn/
H A DGrDawnTexture.cpp22 Make(GrDawnGpu* gpu, SkISize dimensions, wgpu::TextureFormat format, GrRenderable renderable, int sampleCnt, SkBudgeted budgeted, int mipLevels, GrMipmapStatus status) Make() argument
/third_party/skia/src/gpu/effects/
H A DGrBlendFragmentProcessor.cpp39 SkString format; variable
H A DGrCoverageSetOpXP.cpp50 SkString format; in getShaderDfxInfo() local
H A DGrBitmapTextGeoProc.h32 Make(SkArenaAlloc* arena, const GrShaderCaps& caps, const SkPMColor4f& color, bool wideColor, const GrSurfaceProxyView* views, int numActiveViews, GrSamplerState p, GrMaskFormat format, const SkMatrix& localMatrix, bool usesW) Make() argument

Completed in 13 milliseconds

1...<<31323334353637383940>>...170