Searched refs:CONSTANT_2 (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/ |
H A D | nativewindow2.cpp | 45 #define CONSTANT_2 2
macro 137 napi_create_int32(env, CONSTANT_2, &result);
in testNativeWindowNativeWindowHandleOptSetGetFormatNormal() 170 napi_create_int32(env, (i + 1) * CONSTANT_1000 + CONSTANT_2, &result);
in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal() 186 napi_create_int32(env, CONSTANT_100000 + CONSTANT_2, &result);
in testNativeWindowNativeWindowHandleOptSetGetFormatAbnormal() 218 napi_create_int32(env, (i + 1) * CONSTANT_1000 + CONSTANT_2, &result);
in testNativeWindowNativeWindowHandleOptSetGetUsageNormal() 250 napi_create_int32(env, (i + 1) * CONSTANT_1000 + CONSTANT_2, &result);
in testNativeWindowNativeWindowHandleOptSetGetUsageAbnormal() 266 napi_create_int32(env, CONSTANT_2 * CONSTANT_100000 + CONSTANT_1, &result);
in testNativeWindowNativeWindowHandleOptSetGetUsageAbnormal() 299 napi_create_int32(env, CONSTANT_1000 * (i + 1) + CONSTANT_2, &result);
in testNativeWindowNativeWindowHandleOptSetGetStrideNormal() 331 napi_create_int32(env, CONSTANT_1000 * (i + 1) + CONSTANT_2, &result);
in testNativeWindowNativeWindowHandleOptSetGetStrideAbnormal() 346 napi_create_int32(env, CONSTANT_2 * CONSTANT_10000 in testNativeWindowNativeWindowHandleOptSetGetStrideAbnormal() [all...] |
H A D | nativewindow1.cpp | 36 #define CONSTANT_2 2
macro 145 napi_create_int32(env, CONSTANT_2, &result);
in testNativeWindowCreateNativeWindowFromSurfaceIdNullptr() 181 napi_create_int32(env, CONSTANT_2, &result);
in testNativeWindowCreateNativeWindowFromSurfaceIdNormal() 212 if (i == CONSTANT_2) {
in testNativeWindowCreateNativeWindowFromSurfaceIdSurfaceId() 308 napi_create_int32(env, CONSTANT_2, &result);
in testNativeWindowCreateNativeWindowBufferFromNativeBufferNormal() 395 napi_create_int32(env, CONSTANT_2, &result);
in testNativeWindowNativeWindowAbortBufferNullptr() 426 napi_create_int32(env, CONSTANT_2, &result);
in testNativeWindowNativeWindowRequestAbortBufferNormal() 456 napi_create_int32(env, CONSTANT_2, &result);
in testNativeWindowNativeWindowRequestAbortBufferAbnormal() 492 napi_create_int32(env, CONSTANT_2, &result);
in testNativeWindowNativeWindowRequestBufferFenceFdNormal() 578 napi_create_int32(env, CONSTANT_2, in testNativeWindowNativeWindowRequestAbortBufferErrorCode() [all...] |
Completed in 7 milliseconds