HomeSort by relevance Sort by last modified time
    Searched refs:abandon (Results 1 - 25 of 48) sorted by null

1 2

  /external/skia/include/gpu/
GrResource.h 37 void abandon();
62 * abandon()ed they no longer have an unknowning context. Destroying a
  /external/skia/src/gpu/
GrResource.cpp 28 void GrResource::abandon() { function in class:GrResource
GrTexture.cpp 55 fRenderTarget->abandon();
  /external/skia/src/gpu/gl/
GrGLTexture.h 34 void abandon() { fTexID = 0; } function in class:GrGLTexID
GrGLRenderTarget.cpp 92 fTexIDObj->abandon();
GrGLTexture.cpp 83 fTexIDObj->abandon();
GrGpuGLShaders.cpp 74 void abandon() { function in class:GrGpuGLShaders::ProgramCache
127 fProgramCache->abandon();
    [all...]
  /external/bzip2/
bzlib.h 185 int abandon,
193 int abandon,
bzlib.c 1012 int abandon,
1016 BZ2_bzWriteClose64 ( bzerror, b, abandon,
1024 int abandon,
1045 if ((!abandon) && bzf->lastErr == BZ_OK) {
    [all...]
  /frameworks/native/include/gui/
SurfaceTexture.h 171 // abandon frees all the buffers and puts the SurfaceTexture into the
180 void abandon();
377 // It is initialized to false, and set to true in the abandon method. A
  /frameworks/support/v4/java/android/support/v4/content/
Loader.java 260 public void abandon() { method in class:Loader
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 177 void abandon();
496 m_listBox->abandon();
621 abandon();
671 abandon();
719 abandon(); // may delete this
775 // Call abandon() so we honor m_acceptedIndexOnAbandon if set.
776 abandon();
1016 void PopupListBox::abandon() function in class:WebCore::PopupListBox
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
CanvasTexture.cpp 192 m_surfaceTexture->abandon();
  /frameworks/base/core/java/android/content/
Loader.java 401 public void abandon() { method in class:Loader
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 258 surfaceTexture->abandon();
  /frameworks/base/core/java/android/app/
LoaderManager.java 664 info.mLoader.abandon();
697 info.mLoader.abandon();
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
LoaderManager.java 607 info.mLoader.abandon();
638 info.mLoader.abandon();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.cpp 77 // Set the queue to be totally empty, abandon the Surface Texture. This should
246 m_sharedSurfaceTexture->abandon();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
ant.bat 19 REM tries to work on both Win9x and WinNT-based systems. If we could abandon '9x
  /frameworks/native/libs/gui/
SurfaceTexture.cpp 161 abandon();
727 void SurfaceTexture::abandon() { function in class:android::SurfaceTexture
728 ST_LOGV("abandon");
  /frameworks/native/libs/gui/tests/
SurfaceTexture_test.cpp     [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 133 mSurfaceTexture->abandon();
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 300 int abandon,
308 int abandon,
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 323 int abandon,
331 int abandon,
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 316 int abandon,
324 int abandon,
    [all...]

Completed in 1764 milliseconds

1 2