Home
last modified time | relevance | path

Searched defs:isPersistent (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVertexArray.cpp274 bool isPersistent, in updateCachedArrayBuffersMasks()
305 bool isPersistent = buffer && (buffer->getAccessFlags() & GL_MAP_PERSISTENT_BIT_EXT) != 0; in updateCachedMappedArrayBuffersBinding() local
371 bool isPersistent = (boundBuffer->getAccessFlags() & GL_MAP_PERSISTENT_BIT_EXT) != 0; in bindVertexBufferImpl() local
DvalidationES2.cpp3599 bool isPersistent = (buffer->getAccessFlags() & GL_MAP_PERSISTENT_BIT_EXT) != 0; in ValidateBufferSubData() local
/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dcookie.js958 Cookie.prototype.isPersistent = function isPersistent() { method in Cookie