Searched defs:isPersistent (Results 1 – 3 of 3) sorted by relevance
274 bool isPersistent, in updateCachedArrayBuffersMasks()305 bool isPersistent = buffer && (buffer->getAccessFlags() & GL_MAP_PERSISTENT_BIT_EXT) != 0; in updateCachedMappedArrayBuffersBinding() local371 bool isPersistent = (boundBuffer->getAccessFlags() & GL_MAP_PERSISTENT_BIT_EXT) != 0; in bindVertexBufferImpl() local
3599 bool isPersistent = (buffer->getAccessFlags() & GL_MAP_PERSISTENT_BIT_EXT) != 0; in ValidateBufferSubData() local
958 Cookie.prototype.isPersistent = function isPersistent() { method in Cookie