Searched refs:skipOneCheck (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/opengl/tools/glgen/src/ |
D | JniCodeEmitter.java | 240 index = skipOneCheck(checks, index); in isNullAllowed() 255 index = skipOneCheck(checks, index); in hasCheckTest() 271 index = skipOneCheck(checks, index); in hasCheckTest() 286 index = skipOneCheck(checks, index); in hasIfTest() 293 int skipOneCheck(String[] checks, int index) { in skipOneCheck() method in JniCodeEmitter 336 index = skipOneCheck(checks, index); in getErrorReturnValue() 352 index = skipOneCheck(checks, index); in isUnsupportedFunc() 367 index = skipOneCheck(checks, index); in isRequiresFunc() 442 index = skipOneCheck(checks, index); in emitNativeBoundsChecks() 489 index = skipOneCheck(checks, index); in emitSentinelCheck() [all …]
|