Searched refs:access_flag (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | page_allocator_internals_win.h | 41 DWORD access_flag = GetAccessFlags(accessibility); in SystemAllocPagesInternal() local 43 void* ret = VirtualAlloc(hint, length, type_flags, access_flag); in SystemAllocPagesInternal()
|
D | page_allocator_internals_posix.h | 97 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/ |
D | gl4cDirectStateAccessBuffersTests.cpp | 2010 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()
|
D | gl4cDirectStateAccessTests.hpp | 1644 bool CompareWithReference(glw::GLuint buffer, glw::GLbitfield access_flag);
|