Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator_internals_win.h41 DWORD access_flag = GetAccessFlags(accessibility); in SystemAllocPagesInternal() local
43 void* ret = VirtualAlloc(hint, length, type_flags, access_flag); in SystemAllocPagesInternal()
Dpage_allocator_internals_posix.h97 int access_flag = GetAccessFlags(accessibility); in SystemAllocPagesInternal() local
108 void* ret = mmap(hint, length, access_flag, map_flags, fd, 0); in SystemAllocPagesInternal()
/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.hpp1644 bool CompareWithReference(glw::GLuint buffer, glw::GLbitfield access_flag);