Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 7 of 7) sorted by relevance

/development/tools/glesv2debugger/src/com/android/glesv2debugger/
DGLServerTexture.java43 GLTexture copy = (GLTexture) super.clone(); in clone() local
101 GLServerTexture copy = (GLServerTexture) super.clone(); in clone() local
DGLServerShader.java67 GLProgram copy = (GLProgram) super.clone(); in clone() local
92 GLServerShader copy = (GLServerShader) super.clone(); in clone() local
DGLServerVertex.java39 GLBuffer copy = (GLBuffer) super.clone(); in clone() local
74 GLAttribPointer copy = (GLAttribPointer) super.clone(); in clone() local
110 GLServerVertex copy = (GLServerVertex) super.clone(); in clone() local
DContext.java287 Context copy = (Context) super.clone(); in clone() local
/development/build/tools/
Dmk_sources_zip.py170 def copy(p, filepath, dest_pkg): function
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java337 public void copy(InputStream in, OutputStream out) throws IOException { in copy() method in ImageDownloader.BitmapDownloaderTask
/development/ndk/platforms/android-3/include/linux/
Dcdrom.h670 __u8 copy : 1; member
682 __u8 copy : 1; member