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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp674 const char* _nativelabel = 0; local
677 _nativelabel = _env->GetStringUTFChars(label, 0);
684 (GLchar *)_nativelabel
686 if (_nativelabel) {
687 _env->ReleaseStringUTFChars(label, _nativelabel);
H A Dandroid_opengl_GLES32.cpp714 const char* _nativelabel = 0; local
718 _nativelabel = _env->GetStringUTFChars(label, 0);
732 (GLchar *)_nativelabel
736 if (_nativelabel) {
737 _env->ReleaseStringUTFChars(label, _nativelabel);

Completed in 4364 milliseconds