Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_object.h199 void onMakeCurrent(EGLSurface draw, EGLSurface read);
Degl_object.cpp292 void egl_context_t::onMakeCurrent(EGLSurface draw, EGLSurface read) { in onMakeCurrent() function in android::egl_context_t
Degl_display.cpp558 c->onMakeCurrent(draw, read); in makeCurrent()