Searched refs:access_flag (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | page_allocator.cc | 59 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/ |
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 | 1616 bool CompareWithReference(glw::GLuint buffer, glw::GLbitfield access_flag);
|