Home
last modified time | relevance | path

Searched refs:kExternal (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/include/private/
DSkSLSymbol.h22 kExternal = (int) ProgramElement::Kind::kLast + 1, enumerator
30 kFirst = kExternal,
DGrTypesPriv.h351 kExternal enumerator
544 case GrTextureType::kExternal: in GrSLCombinedSamplerTypeForTextureType()
560 case GrTextureType::kExternal: in GrTextureTypeHasRestrictedSampling()
/third_party/skia/src/gpu/
DGrTextureProxy.cpp38 if (this->textureType() == GrTextureType::kExternal) { in GrTextureProxy()
64 if (this->textureType() == GrTextureType::kExternal) { in GrTextureProxy()
84 if (this->textureType() == GrTextureType::kExternal) { in GrTextureProxy()
DGrSurface.cpp25 if (format.textureType() == GrTextureType::kExternal) { in ComputeSize()
DGrTexture.cpp54 if (textureType == GrTextureType::kExternal) { in GrTexture()
DGrProgramDesc.cpp33 case GrTextureType::kExternal: in texture_type_key()
DGrBackendSurface.cpp95 return GrTextureType::kExternal; in gl_target_to_gr_target()
131 fTextureType = GrTextureType::kExternal; in GrBackendFormat()
493 return GrTextureType::kExternal; in vk_image_info_to_texture_type()
DGrSurfaceProxy.cpp290 if (src->backendFormat().textureType() != GrTextureType::kExternal) { in Copy()
/third_party/skia/src/gpu/gl/
DGrGLTexture.cpp27 return GrTextureType::kExternal; in TextureTypeFromTarget()
38 case GrTextureType::kExternal: in target_from_texture_type()
DGrGLCaps.cpp3370 (!srcTypeIfTexture || *srcTypeIfTexture != GrTextureType::kExternal) && in canCopyTexSubImage()
3371 *dstTypeIfTexture != GrTextureType::kExternal; in canCopyTexSubImage()
3386 if (dstTypeIfTexture && *dstTypeIfTexture == GrTextureType::kExternal) { in canCopyAsBlit()
3389 if (srcTypeIfTexture && *srcTypeIfTexture == GrTextureType::kExternal) { in canCopyAsBlit()
3501 if (texProxy->textureType() == GrTextureType::kExternal) { in getDstCopyRestrictions()
4543 if (format.textureType() == GrTextureType::kExternal) { in isFormatAsColorTypeRenderable()
4559 if (format.textureType() == GrTextureType::kExternal) { in isFormatRenderable()
/third_party/flutter/skia/src/gpu/gl/
DGrGLTexture.cpp25 return GrTextureType::kExternal; in TextureTypeFromTarget()
36 case GrTextureType::kExternal: in target_from_texture_type()
/third_party/flutter/skia/tests/
DEGLImageTest.cpp173 REPORTER_ASSERT(reporter, proxy->textureType() == GrTextureType::kExternal); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
175 proxy->peekTexture()->texturePriv().textureType() == GrTextureType::kExternal); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DResourceHeapAllocationD3D12.cpp28 ASSERT((info.mMethod == AllocationMethod::kExternal) == (heap == nullptr)); in ResourceHeapAllocation()
DTextureD3D12.cpp575 info.mMethod = AllocationMethod::kExternal; in InitializeAsExternalTexture()
637 info.mMethod = AllocationMethod::kExternal; in InitializeAsSwapChainTexture()
737 if (mResourceAllocation.GetInfo().mMethod != AllocationMethod::kExternal) { in TrackUsageAndTransitionNow()
891 if (mResourceAllocation.GetInfo().mMethod != AllocationMethod::kExternal) { in TrackUsageAndGetResourceBarrierForPass()
/third_party/skia/tests/
DEGLImageTest.cpp180 REPORTER_ASSERT(reporter, proxy->textureType() == GrTextureType::kExternal); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
181 REPORTER_ASSERT(reporter, proxy->peekTexture()->textureType() == GrTextureType::kExternal); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
DVkBackendSurfaceTest.cpp60 REPORTER_ASSERT(reporter, drmBETex.textureType() == GrTextureType::kExternal); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
/third_party/flutter/skia/src/gpu/
DGrAHardwareBufferImageGenerator.cpp116 textureType = GrTextureType::kExternal; in makeProxy()
121 textureType = GrTextureType::kExternal; in makeProxy()
DGrProgramDesc.cpp31 case GrTextureType::kExternal: in texture_type_key()
DGrBackendSurface.cpp80 fTextureType = GrTextureType::kExternal; in GrBackendFormat()
110 fTextureType = GrTextureType::kExternal; in GrBackendFormat()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DResourceMemoryAllocation.h35 kExternal, enumerator
/third_party/skia/src/sksl/ir/
DSkSLExternalFunction.h21 inline static constexpr Kind kSymbolKind = Kind::kExternal;
/third_party/skia/src/gpu/vk/
DGrVkTexture.cpp51 isExternal ? GrTextureType::kExternal : GrTextureType::k2D, mipmapStatus) in GrVkTexture()
/third_party/flutter/skia/include/private/
DGrTypesPriv.h407 kExternal enumerator
545 case GrTextureType::kExternal: in GrSLCombinedSamplerTypeForTextureType()
561 case GrTextureType::kExternal: in GrTextureTypeHasRestrictedSampling()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp258 SkASSERT(dstTexture->texturePriv().textureType() != GrTextureType::kExternal); in emitAndInstallXferProc()
/third_party/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp304 SkASSERT(dstTextureProxy->textureType() != GrTextureType::kExternal); in emitAndInstallDstTexture()

12