Searched refs:idOrError (Results 1 – 1 of 1) sorted by relevance
860 int idOrError = getBuffer(target); in isNonIndexedBindNoOp() local861 if (idOrError < 0) { in isNonIndexedBindNoOp()864 return buffer == (GLuint)idOrError; in isNonIndexedBindNoOp()1005 int idOrError = getBuffer(target); in getLastEncodedBufferBind() local1006 ret = (idOrError < 0) ? 0 : (GLuint)idOrError; in getLastEncodedBufferBind()