Home
last modified time | relevance | path

Searched defs:surface (Results 1 – 12 of 12) sorted by relevance

/sdk/emulator/opengl/tests/EGL_host_wrapper/
Degl.cpp119 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface surface) in eglDestroySurface()
124 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) in eglQuerySurface()
154 EGLBoolean eglSurfaceAttrib(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) in eglSurfaceAttrib()
159 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglBindTexImage()
164 EGLBoolean eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) in eglReleaseTexImage()
219 EGLBoolean eglSwapBuffers(EGLDisplay dpy, EGLSurface surface) in eglSwapBuffers()
224 EGLBoolean eglCopyBuffers(EGLDisplay dpy, EGLSurface surface, EGLNativePixmapType target) in eglCopyBuffers()
229 EGLBoolean eglLockSurfaceKHR(EGLDisplay display, EGLSurface surface, const EGLint *attrib_list) in eglLockSurfaceKHR()
234 EGLBoolean eglUnlockSurfaceKHR(EGLDisplay display, EGLSurface surface) in eglUnlockSurfaceKHR()
/sdk/emulator/opengl/tests/ut_renderer/
DRenderer.cpp66 … RendererSurface *surface = RendererSurface::create(m_dpy, RendererSurface::CONFIG_DEPTH, m_nw); in createSurface() local
173 const ClientHandle &surface) in swapBuffers()
DRendererSurface.h40 …RendererSurface(EGLDisplay display, NativeWindowType window, EGLSurface surface, EGLConfig config)… in RendererSurface()
DRenderingThread.cpp252 void RenderingThread::s_swapBuffers(uint32_t pid, uint32_t surface) in s_swapBuffers()
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglImp.cpp573 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySurface(EGLDisplay display, EGLSurface surface) { in eglDestroySurface()
584 EGLAPI EGLBoolean EGLAPIENTRY eglQuerySurface(EGLDisplay display, EGLSurface surface, in eglQuerySurface()
595 EGLAPI EGLBoolean EGLAPIENTRY eglSurfaceAttrib(EGLDisplay display, EGLSurface surface, in eglSurfaceAttrib()
775 EGLAPI EGLBoolean EGLAPIENTRY eglSwapBuffers(EGLDisplay display, EGLSurface surface) { in eglSwapBuffers()
835 SurfacePtr surface = readdraw == EGL_READ ? ctx->read() : ctx->draw(); in eglGetCurrentSurface() local
966 EGLAPI EGLBoolean EGLAPIENTRY eglCopyBuffers(EGLDisplay display, EGLSurface surface, in eglCopyBuffers()
984 EGLAPI EGLBoolean EGLAPIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer) { in eglBindTexImage()
989 EGLAPI EGLBoolean EGLAPIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer)… in eglReleaseTexImage()
DEglContext.cpp25 bool EglContext::usingSurface(SurfacePtr surface) { in usingSurface()
DEglDisplay.cpp142 SurfacePtr EglDisplay::getSurface(EGLSurface surface) { in getSurface()
/sdk/emulator/opengl/tests/emulator_test_renderer/
Dmain.cpp68 SDL_Surface *surface = SDL_SetVideoMode(winWidth, winHeight, 32, SDL_SWSURFACE); in WinMain() local
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ui/
DShellSizeAndPos.java72 int surface = i.width * i.height; in loadSizeAndPos() local
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp242 void Draw(EGLDisplay display,EGLSurface surface,int width,int height,GLuint program) in Draw()
387 SDL_Surface *surface = SDL_SetVideoMode(WINDOW_WIDTH,WINDOW_HEIGHT, 32, SDL_HWSURFACE); in WinMain() local
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
DtriangleCM.cpp169 SDL_Surface *surface = SDL_SetVideoMode(WINDOW_WIDTH,WINDOW_HEIGHT, 32, SDL_HWSURFACE); in WinMain() local
/sdk/emulator/opengl/host/libs/libOpenglRender/
DFrameBuffer.cpp33 EGLSurface surface; in getGLES2ExtensionString() local