/device/generic/goldfish/opengl/tests/ut_rendercontrol_enc/ |
ut_rendercontrol.in | 3 GL_ENTRY(int, makeCurrentContext, uint32_t pid, uint32_t drawSurface, uint32_t readSurface, uint32_t ctxHandle)
|
/sdk/emulator/opengl/tests/ut_rendercontrol_dec/ |
ut_rendercontrol.in | 3 GL_ENTRY(int, makeCurrentContext, uint32_t pid, uint32_t drawSurface, uint32_t readSurface, uint32_t ctxHandle)
|
/external/chromium_org/third_party/angle/src/libEGL/ |
main.cpp | 55 current->drawSurface = EGL_NO_SURFACE; 137 current->drawSurface = surface; 144 return current->drawSurface;
|
main.h | 23 EGLSurface drawSurface;
|
/sdk/emulator/opengl/tests/ut_renderer/ |
Renderer.h | 47 const ClientHandle & drawSurface, const ClientHandle & readSurface, const ClientHandle & ctx);
|
RenderingThread.h | 73 static int s_makeCurrent(uint32_t pid, uint32_t drawSurface, uint32_t readSurface, uint32_t ctx);
|
Renderer.cpp | 132 const ClientHandle &drawSurface, 166 i = m_surfaces.find(drawSurface); if (i != m_surfaces.end()) draw = i->second->eglSurface();
|
RenderingThread.cpp | 238 int RenderingThread::s_makeCurrent(uint32_t pid, uint32_t drawSurface, uint32_t readSurface, uint32_t ctx) 241 Renderer::ClientHandle(pid, drawSurface),
|
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
eglcontext.c | 400 _EGLSurface *surf = ctx->DrawSurface; 580 prev_draw = prev_ctx->DrawSurface; 588 prev_ctx->DrawSurface = NULL; 602 ctx->DrawSurface = draw;
|
eglcontext.h | 49 _EGLSurface *DrawSurface;
|
eglapi.c | 672 surf = ctx->DrawSurface; 695 surf != ctx->DrawSurface) 737 _eglGetSurfaceHandle(ctx->DrawSurface) == EGL_NO_SURFACE) 783 _eglGetSurfaceHandle(ctx->DrawSurface) == EGL_NO_SURFACE) 832 surf = ctx->DrawSurface; [all...] |
/external/mesa3d/src/egl/main/ |
eglcontext.c | 400 _EGLSurface *surf = ctx->DrawSurface; 580 prev_draw = prev_ctx->DrawSurface; 588 prev_ctx->DrawSurface = NULL; 602 ctx->DrawSurface = draw;
|
eglcontext.h | 49 _EGLSurface *DrawSurface;
|
eglapi.c | 672 surf = ctx->DrawSurface; 695 surf != ctx->DrawSurface) 737 _eglGetSurfaceHandle(ctx->DrawSurface) == EGL_NO_SURFACE) 783 _eglGetSurfaceHandle(ctx->DrawSurface) == EGL_NO_SURFACE) 832 surf = ctx->DrawSurface; [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 571 if (ctx && ctx->DrawSurface == surf) 648 if (ctx && ctx->DrawSurface == &gsurf->base) { 682 if (ctx && ctx->DrawSurface) { 683 struct egl_g3d_surface *gsurf = egl_g3d_surface(ctx->DrawSurface);
|
/external/chromium_org/third_party/skia/include/core/ |
SkSurface.h | 134 * canvasA->drawSurface(surfaceB); // <--- this will always be optimal!
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 571 if (ctx && ctx->DrawSurface == surf) 648 if (ctx && ctx->DrawSurface == &gsurf->base) { 682 if (ctx && ctx->DrawSurface) { 683 struct egl_g3d_surface *gsurf = egl_g3d_surface(ctx->DrawSurface);
|
/external/skia/include/core/ |
SkSurface.h | 134 * canvasA->drawSurface(surfaceB); // <--- this will always be optimal!
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Renderer9.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/ |
platform_android.c | 267 if (ctx && ctx->DrawSurface == &dri2_surf->base)
|
platform_wayland.c | 616 if (ctx && ctx->DrawSurface == &dri2_surf->base)
|
egl_dri2.c | 959 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(ctx->DrawSurface); [all...] |
/external/mesa3d/src/egl/drivers/dri2/ |
platform_android.c | 267 if (ctx && ctx->DrawSurface == &dri2_surf->base)
|
platform_wayland.c | 616 if (ctx && ctx->DrawSurface == &dri2_surf->base)
|
egl_dri2.c | 959 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(ctx->DrawSurface); [all...] |