Searched refs:_nativebuf (Results 1 - 2 of 2) 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.cpp414 const char* _nativebuf = 0; local
423 _nativebuf = _env->GetStringUTFChars(buf, 0);
432 (GLchar *)_nativebuf
436 if (_nativebuf) {
437 _env->ReleaseStringUTFChars(buf, _nativebuf);

Completed in 222 milliseconds