Home
last modified time | relevance | path

Searched refs:setErrorEtcImpl (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_tls.h39 static void setErrorEtcImpl(const char* caller, int line, EGLint error, bool quiet);
54 setErrorEtcImpl(caller, line, error, quiet);
Degl_tls.cpp104 void egl_tls_t::setErrorEtcImpl(const char* caller, int line, EGLint error, bool quiet) { in setErrorEtcImpl() function in android::egl_tls_t