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

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp112 "allowIndirectBuffers", "(Ljava/lang/String;)Z");
163 allowIndirectBuffers(JNIEnv *_env) { function
183 if (allowIndirectBuffers(_env)) {
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java66 private static boolean allowIndirectBuffers(String appName) { method in class:GLImpl
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp113 "allowIndirectBuffers", "(Ljava/lang/String;)Z");
164 allowIndirectBuffers(JNIEnv *_env) { function
184 if (allowIndirectBuffers(_env)) {

Completed in 27 milliseconds