HomeSort by relevance Sort by last modified time
    Searched refs:eglQueryContext (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /device/generic/goldfish-opengl/system/egl/
egl_ftable.h 48 {"eglQueryContext", (void *)eglQueryContext},
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_ftable.h 48 {"eglQueryContext", (void *)eglQueryContext},
egl_dispatch.h 50 eglQueryContext_t eglQueryContext;
95 eglQueryContext_t set_eglQueryContext(eglQueryContext_t f) { eglQueryContext_t retval = eglQueryContext; eglQueryContext = f; return retval;}
egl.cpp 534 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
542 return getDispatch()->eglQueryContext(dpy, wctx->aglContext, attribute, value);
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 28 { "eglQueryContext", (deFunctionPtr)eglQueryContext },
eglwStaticLibrary15.inl 37 { "eglQueryContext", (deFunctionPtr)eglQueryContext },
eglwApi.inl 51 #define eglQueryContext eglwQueryContext
  /external/mesa3d/src/egl/
egl-symbols-check 36 eglQueryContext
  /frameworks/native/opengl/tools/glgen/specs/egl/
checks.spec 13 eglQueryContext check value 1
EGL14.spec 29 EGLBoolean eglQueryContext ( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value )
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 115 boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value);
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 277 public boolean eglQueryContext(EGLDisplay display, EGLContext context,
279 begin("eglQueryContext");
284 boolean result = mEgl10.eglQueryContext(display, context, attribute,
EGL14.java 431 // C function EGLBoolean eglQueryContext ( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value )
433 public static native boolean eglQueryContext(
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 56 EGLBoolean (*eglQueryContext)(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 32 public native boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value);
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 218 GLAPI EGLBoolean APIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 47 eglw::EGLBoolean eglQueryContext (eglw::EGLDisplay dpy, eglw::EGLContext ctx, eglw::EGLint attribute, eglw::EGLint *value);
  /development/ndk/platforms/android-14/include/EGL/
egl.h 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
  /development/ndk/platforms/android-18/include/EGL/
egl.h 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
  /development/ndk/platforms/android-19/include/EGL/
egl.h 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
  /development/ndk/platforms/android-21/include/EGL/
egl.h 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
  /development/ndk/platforms/android-23/include/EGL/
egl.h 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
  /development/ndk/platforms/android-24/include/EGL/
egl.h 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
  /development/ndk/platforms/android-9/include/EGL/
egl.h 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,

Completed in 1271 milliseconds

1 2 3 4 5 6 7