Searched defs:depth (Results 1 – 3 of 3) sorted by relevance
/test/xts/acts/graphic/webGL/src/main/js/TestAbility/pages/index/ |
D | index.js | 30 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/ |
D | attest_channel.c | 113 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/ |
D | searchndk.cpp | 61 static void action(const void *nodep, VISIT which, int depth) in action()
|