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

  /frameworks/base/core/jni/
android_opengl_GLES31Ext.cpp 529 const char* _nativelabel = 0; local
537 _nativelabel = _env->GetStringUTFChars(label, 0);
543 (GLchar *)_nativelabel
547 if (_nativelabel) {
548 _env->ReleaseStringUTFChars(label, _nativelabel);
    [all...]

Completed in 176 milliseconds