Home
last modified time | relevance | path

Searched refs:access_flag (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.cc59 DWORD access_flag = in SystemAllocPages() local
61 ret = VirtualAlloc(hint, length, MEM_RESERVE | MEM_COMMIT, access_flag); in SystemAllocPages()
65 int access_flag = page_accessibility == PageAccessible in SystemAllocPages() local
68 ret = mmap(hint, length, access_flag, MAP_ANONYMOUS | MAP_PRIVATE, -1, 0); in SystemAllocPages()
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp2010 bool MapRangeWriteBitTest::CompareWithReference(glw::GLuint buffer, glw::GLbitfield access_flag) in CompareWithReference() argument
2034 if (GL_MAP_INVALIDATE_RANGE_BIT & access_flag) in CompareWithReference()
2039 if (GL_MAP_INVALIDATE_BUFFER_BIT & access_flag) in CompareWithReference()
2044 if (GL_MAP_FLUSH_EXPLICIT_BIT & access_flag) in CompareWithReference()
2049 if (GL_MAP_UNSYNCHRONIZED_BIT & access_flag) in CompareWithReference()
Dgl4cDirectStateAccessTests.hpp1616 bool CompareWithReference(glw::GLuint buffer, glw::GLbitfield access_flag);