Searched refs:hasFb (Results 1 – 6 of 6) sorted by relevance
86 Function function, boolean hasFb, int contextId, in GLCall() argument93 mHasFb = hasFb; in GLCall()119 public boolean hasFb() { in hasFb() method in GLCall
80 if (!c.hasFb()) { in getImage()
67 if (!glMsg.hasFb()) { in getImage()
2521 private boolean hasFb; field in GLProtoBuf.GLMessage2523 public boolean hasFb() { return hasFb; } in hasFb() method in GLProtoBuf.GLMessage2550 if (hasFb()) { in isInitialized()2578 if (hasFb()) { in writeTo()2617 if (hasFb()) { in getSerializedSize()2804 if (other.hasFb()) { in mergeFrom()2866 if (hasFb()) { in mergeFrom()3046 public boolean hasFb() { in hasFb() method in GLProtoBuf.GLMessage.Builder3047 return result.hasFb(); in hasFb()3056 result.hasFb = true; in setFb()[all …]
86 msg.hasFb(), in addMessage()
43 || call.getFunction() == Function.glDrawElements) && call.hasFb(); in isApplicable()