HomeSort by relevance Sort by last modified time
    Searched refs:nullAllowed (Results 1 - 5 of 5) 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
  /sdk/emulator/opengl/host/tools/emugen/
Var.h 91 bool nullAllowed() const { return m_nullAllowed; }
ApiGen.cpp 370 if (var.nullAllowed()) {
403 if (var.nullAllowed()) {
435 if (var.nullAllowed()) {
630 if (evars[j].nullAllowed()) {
852 if (v->nullAllowed()) {
886 if (v->nullAllowed()) {
    [all...]
  /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 157 milliseconds