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

  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 108 "allowIndirectBuffers", "(Ljava/lang/String;)Z");
160 allowIndirectBuffers(JNIEnv *_env) {
180 if (allowIndirectBuffers(_env)) {
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java 66 private static boolean allowIndirectBuffers(String appName) {
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 109 "allowIndirectBuffers", "(Ljava/lang/String;)Z");
161 allowIndirectBuffers(JNIEnv *_env) {
181 if (allowIndirectBuffers(_env)) {
    [all...]

Completed in 579 milliseconds