Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/metal/
Dmtl_state_cache.mm59 ANGLE_OBJC_CP_PROPERTY(objCDesc, desc, depthCompareFunction);
268 ANGLE_PROP_EQ(*this, rhs, depthCompareFunction) &&
278 depthCompareFunction = MTLCompareFunctionAlways;
286 depthCompareFunction = MTLCompareFunctionAlways;
307 depthCompareFunction = GetCompareFunc(dsState.depthFunc);
Dmtl_state_cache.h78 MTLCompareFunction depthCompareFunction; member
DContextMtl.mm1629 dsDesc.depthCompareFunction = MTLCompareFunctionAlways;