Searched refs:idOrError (Results 1 – 1 of 1) sorted by relevance
578 int idOrError = getBuffer(target); in isNonIndexedBindNoOp() local579 if (idOrError < 0) { in isNonIndexedBindNoOp()582 return buffer == (GLuint)idOrError; in isNonIndexedBindNoOp()679 int idOrError = getBuffer(target); in getLastEncodedBufferBind() local680 ret = (idOrError < 0) ? 0 : (GLuint)idOrError; in getLastEncodedBufferBind()