HomeSort by relevance Sort by last modified time
    Searched defs:destroy (Results 251 - 275 of 1088) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/jni/android/graphics/
PathMeasure.cpp 140 static void destroy(JNIEnv* env, jobject clazz, jlong pairHandle) { function in class:android::SkPathMeasureGlue
155 {"native_destroy", "(J)V", (void*) SkPathMeasureGlue::destroy }
  /frameworks/base/libs/hwui/
AnimationContext.cpp 35 void AnimationContext::destroy() { function in class:android::uirenderer::AnimationContext
  /frameworks/base/rs/java/android/renderscript/
RSSurfaceView.java 147 mRS.destroy();
RSTextureView.java 162 * Destroy the RenderScriptGL object associated with this
166 mRS.destroy();
  /frameworks/compile/mclinker/lib/Script/
Operand.cpp 65 void SymOperand::destroy(SymOperand*& pOperand) function in class:SymOperand
67 g_SymOperandFactory->destroy(pOperand);
105 void IntOperand::destroy(IntOperand*& pOperand) function in class:IntOperand
107 g_IntOperandFactory->destroy(pOperand);
144 void SectOperand::destroy(SectOperand*& pOperand) function in class:SectOperand
146 g_SectOperandFactory->destroy(pOperand);
185 void SectDescOperand::destroy(SectDescOperand*& pOperand) function in class:SectDescOperand
187 g_SectDescOperandFactory->destroy(pOperand);
231 void FragOperand::destroy(FragOperand*& pOperand) function in class:FragOperand
233 g_FragOperandFactory->destroy(pOperand)
    [all...]
  /frameworks/native/libs/gui/
SurfaceControl.cpp 57 destroy();
60 void SurfaceControl::destroy() function in class:android::SurfaceControl
75 // here, the window manager tells us explicitly that we should destroy
81 destroy();
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_alloc.java 67 pRS.destroy();
UT_apitest.java 60 pRS.destroy();
UT_array_alloc.java 49 pRS.destroy();
UT_array_init.java 92 pRS.destroy();
UT_bug_char.java 86 pRS.destroy();
UT_element.java 119 pRS.destroy();
UT_foreach.java 57 pRS.destroy();
UT_foreach_bounds.java 61 pRS.destroy();
UT_kernel.java 58 pRS.destroy();
UT_kernel_struct.java 59 pRS.destroy();
UT_noroot.java 55 pRS.destroy();
UT_refcount.java 48 pRS.destroy();
UT_sampler.java 146 pRS.destroy();
UT_unsigned.java 58 pRS.destroy();
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_alloc.java 67 pRS.destroy();
UT_array_alloc.java 49 pRS.destroy();
UT_array_init.java 92 pRS.destroy();
UT_bug_char.java 86 pRS.destroy();
UT_check_dims.java 70 pRS.destroy();

Completed in 913 milliseconds

<<11121314151617181920>>