Searched refs:_nativebuf (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDebugMessageInsertKHR.cpp8 const char* _nativebuf = 0; local
17 _nativebuf = _env->GetStringUTFChars(buf, 0);
26 (GLchar *)_nativebuf
30 if (_nativebuf) {
31 _env->ReleaseStringUTFChars(buf, _nativebuf);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp559 const char* _nativebuf = 0; local
568 _nativebuf = _env->GetStringUTFChars(buf, 0);
577 (GLchar *)_nativebuf
581 if (_nativebuf) {
582 _env->ReleaseStringUTFChars(buf, _nativebuf);
H A Dandroid_opengl_GLES32.cpp593 const char* _nativebuf = 0; local
601 _nativebuf = _env->GetStringUTFChars(buf, 0);
609 (GLchar *)_nativebuf
613 if (_nativebuf) {
614 _env->ReleaseStringUTFChars(buf, _nativebuf);

Completed in 325 milliseconds