Home
last modified time | relevance | path

Searched refs:kExternal (Results 1 - 25 of 33) sorted by relevance

12

/third_party/skia/include/private/
H A DSkSLSymbol.h22 kExternal = (int) ProgramElement::Kind::kLast + 1, member in SkSL::Symbol::Kind
30 kFirst = kExternal,
H A DGrTypesPriv.h351 kExternal
544 case GrTextureType::kExternal:
560 case GrTextureType::kExternal:
/third_party/node/deps/v8/src/runtime/
H A Druntime-typedarray.cc135 case kExternal##Type##Array: { \ in RUNTIME_FUNCTION()
138 if (kExternal##Type##Array == kExternalFloat64Array || \ in RUNTIME_FUNCTION()
139 kExternal##Type##Array == kExternalFloat32Array) { \ in RUNTIME_FUNCTION()
H A Druntime-atomics.cc432 case kExternal##Type##Array: \ in GetModifySetValueInBuffer()
542 case kExternal##Type##Array: \ in RUNTIME_FUNCTION()
H A Druntime-debug.cc322 case kExternal##Type##Array: { \ in GetInternalProperties()
327 isolate->factory()->NewJSTypedArray(kExternal##Type##Array, \ in GetInternalProperties()
/third_party/skia/src/gpu/
H A DGrTextureProxy.cpp39 if (this->textureType() == GrTextureType::kExternal) { in fDeferredUploader()
65 if (this->textureType() == GrTextureType::kExternal) { in fDeferredUploader()
85 if (this->textureType() == GrTextureType::kExternal) { in fDeferredUploader()
H A DGrSurface.cpp25 if (format.textureType() == GrTextureType::kExternal) { in ComputeSize()
H A DGrTexture.cpp54 if (textureType == GrTextureType::kExternal) { in GrTexture()
H A DGrProgramDesc.cpp33 case GrTextureType::kExternal: in texture_type_key()
H A 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()
H A DGrSurfaceProxy.cpp290 if (src->backendFormat().textureType() != GrTextureType::kExternal) { in Copy()
/third_party/skia/src/gpu/gl/
H A DGrGLTexture.cpp27 return GrTextureType::kExternal; in TextureTypeFromTarget()
38 case GrTextureType::kExternal: in target_from_texture_type()
H A DGrGLCaps.cpp3400 (!srcTypeIfTexture || *srcTypeIfTexture != GrTextureType::kExternal) && in canCopyTexSubImage()
3401 *dstTypeIfTexture != GrTextureType::kExternal; in canCopyTexSubImage()
3416 if (dstTypeIfTexture && *dstTypeIfTexture == GrTextureType::kExternal) { in canCopyAsBlit()
3419 if (srcTypeIfTexture && *srcTypeIfTexture == GrTextureType::kExternal) { in canCopyAsBlit()
3531 if (texProxy->textureType() == GrTextureType::kExternal) { in getDstCopyRestrictions()
4573 if (format.textureType() == GrTextureType::kExternal) { in isFormatAsColorTypeRenderable()
4589 if (format.textureType() == GrTextureType::kExternal) { in isFormatRenderable()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DResourceMemoryAllocation.h35 kExternal, member in dawn_native::AllocationMethod
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DResourceHeapAllocationD3D12.cpp28 ASSERT((info.mMethod == AllocationMethod::kExternal) == (heap == nullptr)); in ResourceHeapAllocation()
H A 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/
H A 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()
H A DVkBackendSurfaceTest.cpp60 REPORTER_ASSERT(reporter, drmBETex.textureType() == GrTextureType::kExternal); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
/third_party/skia/src/sksl/ir/
H A DSkSLExternalFunction.h21 inline static constexpr Kind kSymbolKind = Kind::kExternal;
/third_party/skia/src/gpu/vk/
H A DGrVkTexture.cpp59 isExternal ? GrTextureType::kExternal : GrTextureType::k2D, mipmapStatus) in GrVkTexture()
/third_party/node/deps/v8/src/api/
H A Dapi-inl.h69 DCHECK(obj->type() == v8::internal::kExternal##Type##Array); \
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer.cc338 return kExternal##Type##Array; in type()
/third_party/skia/src/gpu/glsl/
H A DGrGLSLProgramBuilder.cpp310 SkASSERT(dstTextureProxy->textureType() != GrTextureType::kExternal); in emitAndInstallDstTexture()
/third_party/skia/src/sksl/
H A DSkSLDehydrator.cpp223 case Symbol::Kind::kExternal: in write()
H A DSkSLCompiler.cpp496 case Symbol::Kind::kExternal: { in convertIdentifier()

Completed in 25 milliseconds

12