Home
last modified time | relevance | path

Searched refs:create_domain (Results 1 – 3 of 3) sorted by relevance

/external/selinux/mcstrans/src/
Dmcstrans.c405 create_domain(const char *name) { in create_domain() function
778 domain = create_domain(tok); in process_trans()
784 domain = create_domain("Default"); in process_trans()
/external/skqp/src/effects/imagefilters/
DSkLightingImageFilter.cpp1676 static GrTextureDomain create_domain(GrTextureProxy* proxy, const SkIRect* srcBounds, in create_domain() function
1696 , fDomain(create_domain(proxy.get(), srcBounds, GrTextureDomain::kDecal_Mode)) in GrLightingEffect()
/external/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp1678 static GrTextureDomain create_domain(GrTextureProxy* proxy, const SkIRect* srcBounds, in create_domain() function
1698 , fDomain(create_domain(proxy.get(), srcBounds, GrTextureDomain::kDecal_Mode)) in GrLightingEffect()