Searched defs:draw (Results 1 – 11 of 11) sorted by relevance
| /sdk/emulator/opengl/host/libs/Translator/EGL/ |
| D | EglContext.h | 46 SurfacePtr draw(){ return m_draw;}; in draw() function
|
| D | EglContext.cpp | 65 void EglContext::setSurfaces(SurfacePtr read,SurfacePtr draw) in setSurfaces()
|
| D | EglMacApi.cpp | 183 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ct… in makeCurrent()
|
| D | EglImp.cpp | 669 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay display, EGLSurface draw, in eglMakeCurrent() 876 SurfacePtr draw = currCtx->draw(); in eglWaitNative() local
|
| D | EglX11Api.cpp | 258 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ct… in makeCurrent()
|
| D | EglWindowsApi.cpp | 547 bool makeCurrent(EGLNativeInternalDisplayType display,EglSurface* read,EglSurface* draw,EGLNativeCo… in makeCurrent()
|
| /sdk/emulator/opengl/tests/ut_renderer/ |
| D | Renderer.cpp | 163 EGLSurface draw = EGL_NO_SURFACE; in makeCurrent() local
|
| /sdk/emulator/opengl/tests/EGL_host_wrapper/ |
| D | egl.cpp | 184 EGLBoolean eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) in eglMakeCurrent() 274 EGLBoolean eglSetSwapRectangleANDROID(EGLDisplay dpy, EGLSurface draw, EGLint left, EGLint top, EGL… in eglSetSwapRectangleANDROID()
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
| D | ImageViewer.java | 269 private void draw(int x, int y, int drawMode) { in draw() method in ImageViewer
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
| D | DurationMinimap.java | 252 private void draw(Display display, GC gc) { in draw() method in DurationMinimap
|
| /sdk/emulator/opengl/host/libs/libOpenglRender/ |
| D | FrameBuffer.cpp | 668 WindowSurfacePtr draw(NULL), read(NULL); in bindContext() local
|