HomeSort by relevance Sort by last modified time
    Searched full:_nativelabel (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_opengl_GLES31Ext.cpp 674 const char* _nativelabel = 0; local
677 _nativelabel = _env->GetStringUTFChars(label, 0);
684 (GLchar *)_nativelabel
686 if (_nativelabel) {
687 _env->ReleaseStringUTFChars(label, _nativelabel);
    [all...]
android_opengl_GLES32.cpp 714 const char* _nativelabel = 0; local
718 _nativelabel = _env->GetStringUTFChars(label, 0);
732 (GLchar *)_nativelabel
736 if (_nativelabel) {
737 _env->ReleaseStringUTFChars(label, _nativelabel);
    [all...]

Completed in 164 milliseconds