/third_party/cef/libcef/common/extensions/ |
D | chrome_generated_schemas.cc | 17 if (!ChromeFunctionRegistry::IsSupported(name)) in Get() 24 if (!ChromeFunctionRegistry::IsSupported(name)) in IsGenerated()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gststrmif.h | 45 virtual HRESULT STDMETHODCALLTYPE IsSupported( 139 HRESULT ( STDMETHODCALLTYPE *IsSupported )( 251 ( (This)->lpVtbl -> IsSupported(This,Api) )
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_video_screen.cpp | 167 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()
|
D | d3d12_video_enc.cpp | 790 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/ |
D | AtlasPathRenderer.cpp | 105 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()
|
D | TessellationPathRenderer.h | 24 static bool IsSupported(const GrCaps&);
|
D | AtlasPathRenderer.h | 29 static bool IsSupported(GrRecordingContext*);
|
D | TessellationPathRenderer.cpp | 71 bool TessellationPathRenderer::IsSupported(const GrCaps& caps) { in IsSupported() function in skgpu::v1::TessellationPathRenderer
|
/third_party/cef/libcef/browser/extensions/ |
D | chrome_api_registration.h | 21 static bool IsSupported(const std::string& name);
|
D | chrome_api_registration.cc | 67 bool ChromeFunctionRegistry::IsSupported(const std::string& name) { in IsSupported() function in extensions::api::cef::ChromeFunctionRegistry
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer_none.cpp | 10 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps, CoverageType*) { in IsSupported() function in GrCoverageCountingPathRenderer
|
D | GrCoverageCountingPathRenderer.h | 32 static bool IsSupported(const GrCaps&, CoverageType* = nullptr);
|
D | GrCoverageCountingPathRenderer.cpp | 21 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/ |
D | QueryGL.cpp | 304 ASSERT(IsSupported(mFunctions)); in SyncQueryGL() 310 bool SyncQueryGL::IsSupported(const FunctionsGL *functions) in IsSupported() function in rx::SyncQueryGL
|
D | QueryGL.h | 79 static bool IsSupported(const FunctionsGL *functions);
|
/third_party/skia/src/gpu/v1/ |
D | PathRendererChain.cpp | 59 if (TessellationPathRenderer::IsSupported(caps)) { in PathRendererChain()
|
/third_party/skia/src/codec/ |
D | SkHeifCodec.h | 31 static bool IsSupported(const void*, size_t, SkEncodedImageFormat* format);
|
D | SkHeifCodec.cpp | 21 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/ |
D | QueryGL.cpp | 325 ASSERT(IsSupported(mFunctions)); in SyncQueryGL() 331 bool SyncQueryGL::IsSupported(const FunctionsGL *functions) in IsSupported() function in rx::SyncQueryGL
|
D | QueryGL.h | 77 static bool IsSupported(const FunctionsGL *functions);
|
/third_party/skia/gm/ |
D | widebuttcaps.cpp | 128 !skgpu::v1::TessellationPathRenderer::IsSupported(*dContext->priv().caps())) { in onDraw()
|
D | trickycubicstrokes.cpp | 221 !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/ |
D | NaClBitcodeHeader.h | 211 bool IsSupported() const { return IsSupportedFlag; } in IsSupported() function
|
/third_party/skia/samplecode/ |
D | SamplePathTessellators.cpp | 228 } else if (!skgpu::v1::TessellationPathRenderer::IsSupported(*ctx->priv().caps())) { in onDrawContent()
|
/third_party/skia/tools/viewer/ |
D | Viewer.cpp | 2022 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()
|