HomeSort by relevance Sort by last modified time
    Searched refs:nullAllowed (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/tools/glgen/specs/gles11/
checks.spec 22 glBufferData nullAllowed check data size
48 glGetAttachedShaders nullAllowed check count 1 check shaders maxcount
85 glTexImage2D nullAllowed
87 glTexSubImage2D nullAllowed
  /libcore/libart/src/main/java/java/lang/
ClassLoader.java 208 ClassLoader(ClassLoader parentLoader, boolean nullAllowed) {
209 if (parentLoader == null && !nullAllowed) {
210 throw new NullPointerException("parentLoader == null && !nullAllowed");
  /frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java 230 if (checks[index].equals("nullAllowed")) {
283 } else if (checks[index].equals("nullAllowed")) {
    [all...]

Completed in 176 milliseconds