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

/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp47 static jfieldID gSurface_NativePixelRefFieldID; member in namespace:android
82 gSurface_NativePixelRefFieldID = _env->GetFieldID(surface_class, "mNativePixelRef", "I");
305 _env->SetIntField(out_sur, gSurface_NativePixelRefFieldID, (int)ref);
454 gSurface_NativePixelRefFieldID));

Completed in 147 milliseconds