Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglContext.cpp65 void EglContext::setSurfaces(SurfacePtr read,SurfacePtr draw) in setSurfaces()
DEglContext.h46 SurfacePtr draw(){ return m_draw;}; in draw() function
DEglMacApi.cpp166 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ct… in makeCurrent()
DEglImp.cpp668 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay display, EGLSurface draw, in eglMakeCurrent()
873 SurfacePtr draw = currCtx->draw(); in eglWaitNative() local
DEglX11Api.cpp258 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ct… in makeCurrent()
DEglWindowsApi.cpp549 bool makeCurrent(EGLNativeInternalDisplayType display,EglSurface* read,EglSurface* draw,EGLNativeCo… in makeCurrent()
/sdk/emulator/opengl/tests/ut_renderer/
DRenderer.cpp163 EGLSurface draw = EGL_NO_SURFACE; in makeCurrent() local
/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl.cpp184 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.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DDurationMinimap.java252 private void draw(Display display, GC gc) { in draw() method in DurationMinimap
/sdk/emulator/opengl/host/libs/libOpenglRender/
DFrameBuffer.cpp657 WindowSurfacePtr draw(NULL), read(NULL); in bindContext() local