Home
last modified time | relevance | path

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

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