Searched refs:_nativelabel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp529 const char* _nativelabel = 0; local
537 _nativelabel = _env->GetStringUTFChars(label, 0);
543 (GLchar *)_nativelabel
547 if (_nativelabel) {
548 _env->ReleaseStringUTFChars(label, _nativelabel);

Completed in 39 milliseconds