Searched refs:_nativebuf (Results 1 - 3 of 3) sorted by relevance

/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.cpp532 const char* _nativebuf = 0; local
541 _nativebuf = _env->GetStringUTFChars(buf, 0);
550 (GLchar *)_nativebuf
554 if (_nativebuf) {
555 _env->ReleaseStringUTFChars(buf, _nativebuf);
H A Dandroid_opengl_GLES32.cpp574 const char* _nativebuf = 0; local
582 _nativebuf = _env->GetStringUTFChars(buf, 0);
590 (GLchar *)_nativebuf
594 if (_nativebuf) {
595 _env->ReleaseStringUTFChars(buf, _nativebuf);

Completed in 6147 milliseconds