/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | BufferVk.cpp | 519 void *mapPtr; in copySubData() local 561 uint8_t **mapPtr) in handleDeviceLocalBufferMap() 602 angle::Result BufferVk::map(const gl::Context *context, GLenum access, void **mapPtr) in map() 614 void **mapPtr) in mapRange() 620 angle::Result BufferVk::mapImpl(ContextVk *contextVk, GLbitfield access, void **mapPtr) in mapImpl() 629 void **mapPtr) in ghostMappedBuffer() 688 void **mapPtr) in mapRangeImpl() 872 void *mapPtr; in getSubData() local 905 void *mapPtr; in getIndexRange() local 976 uint8_t **mapPtr) in allocMappedStagingBuffer()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | BufferVk.cpp | 188 angle::Result BufferVk::map(const gl::Context *context, GLenum access, void **mapPtr) in map() 199 void **mapPtr) in mapRange() 204 angle::Result BufferVk::mapImpl(ContextVk *contextVk, void **mapPtr) in mapImpl() 213 void **mapPtr) in mapRangeImpl()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Buffer9.cpp | 113 angle::Result Buffer9::map(const gl::Context *context, GLenum access, void **mapPtr) in map() 123 void **mapPtr) in mapRange()
|
D | IndexBuffer9.cpp | 83 void *mapPtr = nullptr; in mapBuffer() local
|
D | VertexBuffer9.cpp | 77 uint8_t *mapPtr = nullptr; in storeVertexAttributes() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | Buffer9.cpp | 113 angle::Result Buffer9::map(const gl::Context *context, GLenum access, void **mapPtr) in map() 123 void **mapPtr) in mapRange()
|
D | IndexBuffer9.cpp | 83 void *mapPtr = nullptr; in mapBuffer() local
|
D | VertexBuffer9.cpp | 77 uint8_t *mapPtr = nullptr; in storeVertexAttributes() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | BufferNULL.cpp | 77 angle::Result BufferNULL::map(const gl::Context *context, GLenum access, void **mapPtr) in map() 87 void **mapPtr) in mapRange()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | BufferGL.cpp | 125 angle::Result BufferGL::map(const gl::Context *context, GLenum access, void **mapPtr) in map() 155 void **mapPtr) in mapRange()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnBuffer.h | 32 void setMapPtr(void* mapPtr) { in setMapPtr()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
D | BufferNULL.cpp | 96 angle::Result BufferNULL::map(const gl::Context *context, GLenum access, void **mapPtr) in map() 106 void **mapPtr) in mapRange()
|
/third_party/skia/src/gpu/ |
D | GrStagingBufferManager.cpp | 37 void* mapPtr = newBuffer->map(); in allocateStagingBufferSlice() local
|
/third_party/cef/tests/ceftests/ |
D | string_unittest.cc | 228 cef_string_map_t mapPtr = cef_string_map_alloc(); in TEST() local 304 cef_string_multimap_t mapPtr = cef_string_multimap_alloc(); in TEST() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferComputeInstance.cpp | 69 void* const mapPtr = allocation->getHostPtr(); in createDataBuffer() local 116 void* mapPtr = allocation->getHostPtr(); in createColorDataBuffer() local
|
D | vktApiComputeInstanceResultBuffer.cpp | 84 void* mapPtr = allocation->getHostPtr(); in createResultBuffer() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | BufferGL.cpp | 144 angle::Result BufferGL::map(const gl::Context *context, GLenum access, void **mapPtr) in map() 183 void **mapPtr) in mapRange()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | BufferDataTest.cpp | 651 void *mapPtr = glMapBufferOES(GL_ARRAY_BUFFER, GL_WRITE_ONLY_OES); in TEST_P() local 769 void *mapPtr = glMapBufferOES(GL_ARRAY_BUFFER, GL_WRITE_ONLY_OES); in TEST_P() local 816 void *mapPtr = glMapBufferOES(GL_ARRAY_BUFFER, GL_WRITE_ONLY_OES); in TEST_P() local 1111 void *mapPtr = glMapBufferOES(GL_ARRAY_BUFFER, GL_WRITE_ONLY_OES); in TEST_P() local 1244 void *mapPtr = glMapBufferRange(GL_PIXEL_UNPACK_BUFFER, 0, data.size(), in TEST_P() local
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | VertexDataManager.cpp | 310 void *mapPtr = nullptr; in map() local
|
D | IndexDataManager.cpp | 398 void *mapPtr = NULL; in map() local
|
/third_party/skia/src/gpu/vk/ |
D | GrVkMemory.cpp | 116 void* mapPtr; in MapAlloc() local
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 215 void* mapPtr; in mapMemory() local
|
D | GrVkMemory.cpp | 149 void* mapPtr; in MapAlloc() local
|
/third_party/skia/src/utils/ |
D | SkCamera.cpp | 119 const SkScalar* mapPtr = (const SkScalar*)(const void*)&fOrientation; in patchToMatrix() local
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | MapBufferRange.cpp | 343 void *mapPtr = glMapBufferRange(GL_ARRAY_BUFFER, params.updateOffset, params.updateSize, in drawBenchmark() local
|