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

/frameworks/native/opengl/tools/glgen/stubs/jsr239/
H A DGLCHeader.cpp108 "allowIndirectBuffers", "(Ljava/lang/String;)Z");
157 allowIndirectBuffers(JNIEnv *_env) { function
177 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.cpp109 "allowIndirectBuffers", "(Ljava/lang/String;)Z");
158 allowIndirectBuffers(JNIEnv *_env) { function
178 if (allowIndirectBuffers(_env)) {

Completed in 388 milliseconds