Searched refs:unmap (Results 1 - 25 of 53) sorted by relevance

123

/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DSharedBufferHandleImpl.java55 * @see SharedBufferHandle#unmap(ByteBuffer)
58 public void unmap(ByteBuffer buffer) { method in class:SharedBufferHandleImpl
59 mCore.unmap(buffer);
/external/chromium_org/android_webview/public/browser/
H A Ddraw_gl.h82 // Called to unmap a GraphicBuffer
97 AwUnmapFunction* unmap; member in struct:AwDrawGLFunctionTable
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DBufferImpl.h28 virtual gl::Error unmap() = 0;
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLBufferImpl.h44 void unmap(GrGpuGL* gpu);
H A DGrGLIndexBuffer.cpp40 fImpl.unmap(this->getGpuGL());
H A DGrGLVertexBuffer.cpp40 fImpl.unmap(this->getGpuGL());
/external/skia/src/gpu/gl/
H A DGrGLBufferImpl.h44 void unmap(GrGpuGL* gpu);
H A DGrGLIndexBuffer.cpp39 fImpl.unmap(this->getGpuGL());
H A DGrGLVertexBuffer.cpp39 fImpl.unmap(this->getGpuGL());
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec.h166 void vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap );
172 vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap )
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec.h166 void vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap );
172 vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap )
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DBuffer.cpp102 Error Buffer::unmap() function in class:gl::Buffer
106 Error error = mBuffer->unmap();
H A DBuffer.h40 Error unmap();
/external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
H A DSharedBufferHandle.java158 public void unmap(ByteBuffer buffer); method in interface:SharedBufferHandle
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DBuffer9.h39 virtual gl::Error unmap();
H A DBuffer9.cpp105 gl::Error Buffer9::unmap() function in class:rx::Buffer9
/external/chromium_org/third_party/skia/src/gpu/
H A DGrGeometryBuffer.h44 * succeed and is a free operation. Must be matched by an unmap() call.
46 * map/unmap).
60 void unmap() { function in class:GrGeometryBuffer
H A DGrBufferAllocPool.h23 * it calls unmap on the pool ensure buffers are ready for drawing. The pool
36 void unmap();
80 * should expect frequent unmap() calls
112 * *unmap is called.
116 * Once unmap on the pool is called the data is guaranteed to be in the
193 * should expect frequent unmap() calls
212 * *unmap is called.
216 * Once unmap on the pool is called the vertices are guaranteed to be in
281 * should expect frequent unmap() calls
300 * *unmap i
[all...]
/external/skia/src/gpu/
H A DGrGeometryBuffer.h44 * succeed and is a free operation. Must be matched by an unmap() call.
46 * map/unmap).
60 void unmap() { function in class:GrGeometryBuffer
H A DGrBufferAllocPool.cpp60 buffer->unmap();
83 buffer->unmap();
104 void GrBufferAllocPool::unmap() { function in class:GrBufferAllocPool
110 block.fBuffer->unmap();
239 // beyond it, then unmap it.
241 block.fBuffer->unmap();
290 prev.fBuffer->unmap();
359 buffer->unmap();
H A DGrBufferAllocPool.h23 * it calls unmap on the pool ensure buffers are ready for drawing. The pool
36 void unmap();
80 * should expect frequent unmap() calls
112 * *unmap is called.
116 * Once unmap on the pool is called the data is guaranteed to be in the
193 * should expect frequent unmap() calls
212 * *unmap is called.
216 * Once unmap on the pool is called the vertices are guaranteed to be in
281 * should expect frequent unmap() calls
300 * *unmap i
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer.h131 void (*unmap)( struct pb_buffer *buf ); member in struct:pb_vtbl
180 buf->vtbl->unmap(buf);
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer.h131 void (*unmap)( struct pb_buffer *buf ); member in struct:pb_vtbl
180 buf->vtbl->unmap(buf);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DImage11.cpp71 dest->unmap();
82 dest->unmap();
83 src->unmap();
276 unmap();
313 unmap();
399 unmap();
560 void Image11::unmap() function in class:rx::Image11
/external/chromium_org/android_webview/browser/
H A Dgpu_memory_buffer_factory_impl.cc42 int err = g_gl_draw_functions->unmap(buffer_id_);

Completed in 1426 milliseconds

123