Searched defs:mapSize (Results 1 - 9 of 9) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fBufferMapTests.cpp53 BufferMapReadCase (Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, WriteType write) argument
59 , m_mapSize (mapSize)
159 BufferPartialMapWriteCase (Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, VerifyType verify) argument
165 , m_mapSize (mapSize)
232 const int mapSize = 1011; local
235 const int verifySize = mapSize-mapWriteOffs;
246 fillWithRandomBytes(refBuf.getPtr(mapOffset+mapWriteOffs), mapSize-mapWriteOffs, dataSeed&0xabcdef);
248 void* ptr = glMapBufferRange(m_bufferTarget, mapOffset, mapSize, GL_MAP_WRITE_BIT|GL_MAP_INVALIDATE_BUFFER_BIT);
252 deMemcpy((deUint8*)ptr+mapWriteOffs, refBuf.getPtr(mapOffset+mapWriteOffs), mapSize-mapWriteOffs);
291 const int mapSize local
350 const int mapSize = 1011; local
474 BufferMapReadWriteCase(Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, VerifyType verify) argument
[all...]
/external/skia/src/gpu/vk/
H A DGrVkGpu.cpp1131 VkDeviceSize mapSize = dstRowBytes * h; local
1139 mapSize = (mapSize + alignment - 1) & ~(alignment - 1);
1142 SkASSERT(mapSize + mapOffset <= alloc.fOffset + alloc.fSize);
1147 mapSize,
1172 GrVkMemory::FlushMappedAlloc(gpu, alloc, mapOffset, mapSize);
/external/skqp/src/gpu/vk/
H A DGrVkGpu.cpp1166 VkDeviceSize mapSize = dstRowBytes * h; local
1174 mapSize = (mapSize + alignment - 1) & ~(alignment - 1);
1177 SkASSERT(mapSize + mapOffset <= alloc.fOffset + alloc.fSize);
1182 mapSize,
1207 GrVkMemory::FlushMappedAlloc(gpu, alloc, mapOffset, mapSize);
/external/dexmaker/lib/
H A Dlibcore-dex-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dex/ com/android/dex/util/ ...
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 381 milliseconds