Searched refs:skipOneCheck (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/opengl/tools/glgen/src/ |
D | JniCodeEmitter.java | 234 index = skipOneCheck(checks, index); in isNullAllowed() 249 index = skipOneCheck(checks, index); in hasCheckTest() 265 index = skipOneCheck(checks, index); in hasCheckTest() 280 index = skipOneCheck(checks, index); in hasIfTest() 287 int skipOneCheck(String[] checks, int index) { in skipOneCheck() method in JniCodeEmitter 330 index = skipOneCheck(checks, index); in getErrorReturnValue() 346 index = skipOneCheck(checks, index); in isUnsupportedFunc() 361 index = skipOneCheck(checks, index); in isRequiresFunc() 436 index = skipOneCheck(checks, index); in emitNativeBoundsChecks() 483 index = skipOneCheck(checks, index); in emitSentinelCheck() [all …]
|