Home | History | Annotate | Download | only in eglwrapper

Lines Matching refs:CONTEXT_ACCESSOR_TYPE

302 static gles1_wrapper_context_t::CONTEXT_ACCESSOR_TYPE *getCurrentContext = NULL;
303 void gles1_wrapper_context_t::setContextAccessor(CONTEXT_ACCESSOR_TYPE *f) { getCurrentContext = f; }