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

  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glDebugMessageInsertKHR.cpp 8 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/
android_opengl_GLES31Ext.cpp 558 const char* _nativebuf = 0; local
567 _nativebuf = _env->GetStringUTFChars(buf, 0);
576 (GLchar *)_nativebuf
580 if (_nativebuf) {
581 _env->ReleaseStringUTFChars(buf, _nativebuf);
    [all...]
android_opengl_GLES32.cpp 592 const char* _nativebuf = 0; local
600 _nativebuf = _env->GetStringUTFChars(buf, 0);
608 (GLchar *)_nativebuf
612 if (_nativebuf) {
613 _env->ReleaseStringUTFChars(buf, _nativebuf);
    [all...]

Completed in 130 milliseconds