OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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