Home
last modified time | relevance | path

Searched refs:onMakeCurrent (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_object.h198 void onMakeCurrent(EGLSurface draw, EGLSurface read);
H A Degl_object.cpp308 void egl_context_t::onMakeCurrent(EGLSurface draw, EGLSurface read) { in onMakeCurrent() function in android::egl_context_t
H A Degl_display.cpp506 c->onMakeCurrent(draw, read); in makeCurrent()