Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/graphic/webGL/src/main/js/TestAbility/pages/index/
Dindex.js30 global.gl = canvas1.getContext('webgl', {antialias: true, alpha: true, depth: true}); property
31 global.gl2 = canvas2.getContext('webgl2', {antialias: true, alpha: true, depth: true}); property
/test/xts/device_attest_lite/services/core/network/
Dattest_channel.c113 static int32_t LazyVerifyCert(void* data, mbedtls_x509_crt* crt, int32_t depth, uint32_t* flags) in LazyVerifyCert()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dsearchndk.cpp61 static void action(const void *nodep, VISIT which, int depth) in action()