Home
last modified time | relevance | path

Searched refs:compareFunction (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/Windows/Control/
DListView.h81 bool SortItems(PFNLVCOMPARE compareFunction, LPARAM dataParam) in SortItems() argument
82 { return BOOLToBool(ListView_SortItems(_window, compareFunction, dataParam)); } in SortItems()
/external/skqp/src/gpu/mtl/
DGrMtlSampler.mm62 samplerDesc.compareFunction = MTLCompareFunctionNever;
/external/skia/src/gpu/mtl/
DGrMtlSampler.mm77 samplerDesc.compareFunction = MTLCompareFunctionNever;
/external/angle/src/libANGLE/renderer/metal/
Dmtl_state_cache.mm78 ANGLE_OBJC_CP_PROPERTY(objCDesc, desc, compareFunction);
465 compareFunction = GetCompareFunc(glState.getCompareFunc());
486 compareFunction = MTLCompareFunctionNever;
499 ANGLE_PROP_EQ(*this, rhs, compareFunction);
1117 objCDesc.get().compareFunction = MTLCompareFunctionNever;
Dmtl_state_cache.h120 uint8_t compareFunction : 3; member
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp630 const char* const compareFunction = in testShaders() local
639 validatorSpec["COMPARE_FUNCTION"] = compareFunction; in testShaders()
705 shaderSpec["COMPARE_FUNCTION"] = compareFunction; in testShaders()