OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_nativename
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
android_opengl_GLES20.cpp
353
const char*
_nativename
= 0;
local
360
_nativename
= _env->GetStringUTFChars(name, 0);
365
(char *)
_nativename
369
if (
_nativename
) {
370
_env->ReleaseStringUTFChars(name,
_nativename
);
2454
const char*
_nativename
= 0;
local
3602
const char*
_nativename
= 0;
local
[
all
...]
android_opengl_GLES30.cpp
2511
const char*
_nativename
= 0;
local
[
all
...]
Completed in 34 milliseconds