HomeSort by relevance Sort by last modified time
    Searched refs:unmap (Results 1 - 22 of 22) sorted by null

  /frameworks/base/libs/hwui/
PixelBuffer.cpp 40 void unmap();
66 void CpuPixelBuffer::unmap() { function in class:android::uirenderer::CpuPixelBuffer
89 void unmap();
131 void GpuPixelBuffer::unmap() { function in class:android::uirenderer::GpuPixelBuffer
150 // If the buffer is not mapped, unmap() will not bind it
152 unmap();
PixelBuffer.h 36 * a texture, you must first unmap the buffer. To do so, call the
37 * unmap() method.
86 * access mode can only be changed by calling unmap() first.
98 virtual void unmap() = 0;
117 * an unmap() if necessary.
124 * an unmap() if necessary.
  /external/chromium_org/android_webview/public/browser/
draw_gl.h 92 // Called to unmap a GraphicBuffer
104 AwUnmapFunction* unmap; member in struct:AwDrawGLFunctionTable
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_exec.h 166 void vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap );
172 vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap )
vbo_exec_api.c 550 * \param unmap - leave VBO unmapped after flushing?
553 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, GLboolean unmap)
555 if (exec->vtx.vert_count || unmap) {
556 vbo_exec_vtx_flush( exec, unmap );
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec.h 166 void vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap );
172 vbo_exec_vtx_flush( struct vbo_exec_context *exec, GLboolean unmap )
vbo_exec_api.c 550 * \param unmap - leave VBO unmapped after flushing?
553 vbo_exec_FlushVertices_internal(struct vbo_exec_context *exec, GLboolean unmap)
555 if (exec->vtx.vert_count || unmap) {
556 vbo_exec_vtx_flush( exec, unmap );
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Image11.h 58 void unmap();
Image11.cpp 102 dest->unmap();
103 src->unmap();
247 unmap();
276 unmap();
356 unmap();
448 void Image11::unmap() function in class:rx::Image11
453 deviceContext->Unmap(mStagingTexture, mStagingSubresource);
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_input_event_box.cc 38 widget_class->unmap = gtk_input_event_box_unmap;
119 GTK_WIDGET_CLASS(gtk_input_event_box_parent_class)->unmap(widget);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_buffer.h 131 void (*unmap)( struct pb_buffer *buf ); member in struct:pb_vtbl
180 buf->vtbl->unmap(buf);
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer.h 131 void (*unmap)( struct pb_buffer *buf ); member in struct:pb_vtbl
180 buf->vtbl->unmap(buf);
  /external/chromium_org/android_webview/browser/
gpu_memory_buffer_factory_impl.cc 54 virtual void Unmap() OVERRIDE {
55 int err = g_gl_draw_functions->unmap(handle_->GetBufferId());
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 770 goto unmap;
778 unmap:
818 goto unmap;
822 goto unmap;
828 goto unmap;
834 unmap:
  /external/chromium_org/ui/gfx/
gtk_preserve_window.cc 130 widget_class->unmap(widget);
  /external/mdnsresponder/mDNSCore/
uDNS.c 615 mDNSBool unmap = mDNStrue; local
642 unmap = mDNSfalse;
645 if (traversal->ExpiryTime && unmap)
656 if (err) LogMsg("Legacy NAT Traversal - unmap request failed with error %d", err);
    [all...]
  /external/libsepol/tests/policies/test-cond/
refpolicy-base.conf 377 unmap
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 572 milliseconds