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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp647 const char* _nativelabel = 0; local
650 _nativelabel = _env->GetStringUTFChars(label, 0);
657 (GLchar *)_nativelabel
659 if (_nativelabel) {
660 _env->ReleaseStringUTFChars(label, _nativelabel);
H A Dandroid_opengl_GLES32.cpp695 const char* _nativelabel = 0; local
699 _nativelabel = _env->GetStringUTFChars(label, 0);
713 (GLchar *)_nativelabel
717 if (_nativelabel) {
718 _env->ReleaseStringUTFChars(label, _nativelabel);

Completed in 18 milliseconds