Home
last modified time | relevance | path

Searched refs:IsSupported (Results 1 – 25 of 36) sorted by relevance

12

/third_party/cef/libcef/common/extensions/
Dchrome_generated_schemas.cc17 if (!ChromeFunctionRegistry::IsSupported(name)) in Get()
24 if (!ChromeFunctionRegistry::IsSupported(name)) in IsGenerated()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgststrmif.h45 virtual HRESULT STDMETHODCALLTYPE IsSupported(
139 HRESULT ( STDMETHODCALLTYPE *IsSupported )(
251 ( (This)->lpVtbl -> IsSupported(This,Api) )
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_screen.cpp167 return capLevelData.IsSupported; in d3d12_video_encode_max_supported_level_for_profile()
199 !capOutputResolutionData.IsSupported) { in d3d12_video_encode_max_supported_resolution()
231 if (capPictureControlData.IsSupported) { in d3d12_video_encode_supported_references_per_frame_structures()
284 } else if (capDataSubregionLayout.IsSupported) { in d3d12_video_encode_supported_slice_structures()
302 } else if (capDataSubregionLayout.IsSupported) { in d3d12_video_encode_supported_slice_structures()
Dd3d12_video_enc.cpp790 return capDataSubregionLayout.IsSupported; in d3d12_video_encoder_check_subregion_mode_support()
964 if (!pD3D12Enc->m_currentEncodeCapabilities.m_ResourceRequirementsCaps.IsSupported) { in d3d12_video_encoder_prepare_output_buffers()
/third_party/skia/src/gpu/ops/
DAtlasPathRenderer.cpp105 bool AtlasPathRenderer::IsSupported(GrRecordingContext* rContext) { in IsSupported() function in skgpu::v1::AtlasPathRenderer
119 TessellationPathRenderer::IsSupported(caps); in IsSupported()
123 return IsSupported(rContext) in Make()
129 SkASSERT(IsSupported(dContext)); in AtlasPathRenderer()
DTessellationPathRenderer.h24 static bool IsSupported(const GrCaps&);
DAtlasPathRenderer.h29 static bool IsSupported(GrRecordingContext*);
DTessellationPathRenderer.cpp71 bool TessellationPathRenderer::IsSupported(const GrCaps& caps) { in IsSupported() function in skgpu::v1::TessellationPathRenderer
/third_party/cef/libcef/browser/extensions/
Dchrome_api_registration.h21 static bool IsSupported(const std::string& name);
Dchrome_api_registration.cc67 bool ChromeFunctionRegistry::IsSupported(const std::string& name) { in IsSupported() function in extensions::api::cef::ChromeFunctionRegistry
/third_party/flutter/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer_none.cpp10 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps, CoverageType*) { in IsSupported() function in GrCoverageCountingPathRenderer
DGrCoverageCountingPathRenderer.h32 static bool IsSupported(const GrCaps&, CoverageType* = nullptr);
DGrCoverageCountingPathRenderer.cpp21 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps, CoverageType* coverageType) { in IsSupported() function in GrCoverageCountingPathRenderer
59 if (IsSupported(caps, &coverageType)) { in CreateIfSupported()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DQueryGL.cpp304 ASSERT(IsSupported(mFunctions)); in SyncQueryGL()
310 bool SyncQueryGL::IsSupported(const FunctionsGL *functions) in IsSupported() function in rx::SyncQueryGL
DQueryGL.h79 static bool IsSupported(const FunctionsGL *functions);
/third_party/skia/src/gpu/v1/
DPathRendererChain.cpp59 if (TessellationPathRenderer::IsSupported(caps)) { in PathRendererChain()
/third_party/skia/src/codec/
DSkHeifCodec.h31 static bool IsSupported(const void*, size_t, SkEncodedImageFormat* format);
DSkHeifCodec.cpp21 bool SkHeifCodec::IsSupported(const void* buffer, size_t bytesRead, in IsSupported() function in SkHeifCodec
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DQueryGL.cpp325 ASSERT(IsSupported(mFunctions)); in SyncQueryGL()
331 bool SyncQueryGL::IsSupported(const FunctionsGL *functions) in IsSupported() function in rx::SyncQueryGL
DQueryGL.h77 static bool IsSupported(const FunctionsGL *functions);
/third_party/skia/gm/
Dwidebuttcaps.cpp128 !skgpu::v1::TessellationPathRenderer::IsSupported(*dContext->priv().caps())) { in onDraw()
Dtrickycubicstrokes.cpp221 !skgpu::v1::TessellationPathRenderer::IsSupported(*dContext->priv().caps())) { in onDraw()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeHeader.h211 bool IsSupported() const { return IsSupportedFlag; } in IsSupported() function
/third_party/skia/samplecode/
DSamplePathTessellators.cpp228 } else if (!skgpu::v1::TessellationPathRenderer::IsSupported(*ctx->priv().caps())) { in onDrawContent()
/third_party/skia/tools/viewer/
DViewer.cpp2022 if (skgpu::v1::AtlasPathRenderer::IsSupported(ctx)) { in drawImGui()
2025 if (skgpu::v1::TessellationPathRenderer::IsSupported(*caps)) { in drawImGui()
2944 if (skgpu::v1::AtlasPathRenderer::IsSupported(ctx)) { in updateUIState()
2948 if (skgpu::v1::TessellationPathRenderer::IsSupported(*caps)) { in updateUIState()

12