Searched defs:makeCurrent (Results 1 – 11 of 11) sorted by relevance
91 status_t EglWindow::makeCurrent() const { in makeCurrent() function in EglWindow
53 MakeCurrentResult SkiaVulkanPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaVulkanPipeline
55 MakeCurrentResult SkiaOpenGLPipeline::makeCurrent() { in makeCurrent() function in android::uirenderer::skiapipeline::SkiaOpenGLPipeline
187 void makeCurrent() const { eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext); } in makeCurrent() function in android::EglManager
387 bool EglManager::makeCurrent(EGLSurface surface, EGLint* errOut, bool force) { in makeCurrent() function in android::uirenderer::renderthread::EglManager
228 bool CanvasContext::makeCurrent() { in makeCurrent() function in android::uirenderer::renderthread::CanvasContext
540 EGLBoolean egl_display_t::makeCurrent(egl_context_t* c, egl_context_t* cur_c, in makeCurrent() function in android::egl_display_t
134 bool GLHelper::makeCurrent(EGLSurface surface) { in makeCurrent() function in android::GLHelper
524 private void makeCurrent(EGLSurface surface) in makeCurrent() method in SurfaceTextureRenderer
202 void makeCurrent() const in makeCurrent() function in Hwc2TestEglManager
1222 static int makeCurrent(ogles_context_t* gl) in makeCurrent() function