Home
last modified time | relevance | path

Searched defs:draw (Results 1 – 22 of 22) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DCube.java89 public void draw(GL10 gl) in draw() method in Cube
DAnimateDrawable.java56 public void draw(Canvas canvas) { in draw() method in AnimateDrawable
DProxyDrawable.java44 public void draw(Canvas canvas) { in draw() method in ProxyDrawable
DTriangleRenderer.java227 public void draw(GL10 gl) { in draw() method in Triangle
DStaticTriangleRenderer.java259 public void draw(GL10 gl) { in draw() method in StaticTriangleRenderer.Triangle
DMatrixPaletteRenderer.java204 public void draw(GL10 gl) { in draw() method in MatrixPaletteRenderer.Grid
DCubeMapActivity.java361 public void draw(GL10 gl) { in draw() method in CubeMapActivity.Grid
/development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
DCube.java89 public void draw(GL10 gl) in draw() method in Cube
/development/tools/mkstubs/tests/data/
DTestTemplateClass.java47 public void draw(List<? extends Rect> shape) { in draw() method in TestTemplateClass
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DGLWorld.java72 public void draw(GL10 gl) in draw() method in GLWorld
/development/tools/emulator/opengl/system/egl/
DeglContext.h35 EGLSurface draw; member
Degl.cpp847 egl_surface_t* draw(static_cast<egl_surface_t*>(ctx->draw)); in eglSwapInterval() local
915 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DNumericSprite.java67 public void draw(GL10 gl, float x, float y, in draw() method in NumericSprite
DGrid.java115 public void draw(GL10 gl, boolean useTexture) { in draw() method in Grid
DSpriteTextRenderer.java325 public void draw(GL10 gl) { in draw() method in Triangle
DLabelMaker.java339 public void draw(GL10 gl, float x, float y, int labelID) { in draw() method in LabelMaker
/development/samples/ApiDemos/src/com/example/android/apis/os/
DRotationVectorDemo.java203 public void draw(GL10 gl) { in draw() method in RotationVectorDemo.MyRenderer.Cube
/development/samples/BrowserPlugin/jni/navigation/
DNavigationPlugin.cpp112 void NavigationPlugin::draw(ANPCanvas* canvas) { in draw() function in NavigationPlugin
/development/samples/BrowserPlugin/jni/audio/
DAudioPlugin.cpp205 void AudioPlugin::draw(ANPCanvas* canvas) { in draw() function in AudioPlugin
/development/samples/BrowserPlugin/jni/form/
DFormPlugin.cpp131 void FormPlugin::draw(ANPCanvas* canvas) { in draw() function in FormPlugin
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Degl.cpp527 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent()
660 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGL… in eglSetSwapRectangleANDROID()
/development/samples/Home/src/com/example/android/home/
DHome.java756 public void draw(Canvas canvas) { in draw() method in Home.ClippedDrawable