Searched defs:draw (Results 1 – 10 of 10) sorted by relevance
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | EglContext.cpp | 65 void EglContext::setSurfaces(SurfacePtr read,SurfacePtr draw) in setSurfaces()
|
D | EglContext.h | 46 SurfacePtr draw(){ return m_draw;}; in draw() function
|
D | EglMacApi.cpp | 166 bool makeCurrent(EGLNativeDisplayType dpy,EglSurface* read,EglSurface* draw,EGLNativeContextType ct… in makeCurrent()
|
D | EglImp.cpp | 668 EGLAPI EGLBoolean EGLAPIENTRY eglMakeCurrent(EGLDisplay display, EGLSurface draw, in eglMakeCurrent() 873 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 | 549 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.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 | 657 WindowSurfacePtr draw(NULL), read(NULL); in bindContext() local
|