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

1 2 3

  /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 47 #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);
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 307 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 308 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
  /frameworks/native/opengl/include/EGL/
egl.h 138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
  /cts/tests/tests/opengl/src/android/opengl/cts/
FramebufferTest.java 239 EGL14.eglQueryContext(mEGLDisplay, mEGLContext, EGL14.EGL_CONTEXT_CLIENT_VERSION,
  /cts/tests/vr/src/android/vr/cts/
OpenGLESActivity.java 114 EGL14.eglQueryContext(EGL14.eglGetDisplay(EGL14.EGL_DEFAULT_DISPLAY),
116 checkEglError("eglQueryContext");
  /external/mesa3d/include/EGL/
egl.h 138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);
  /external/swiftshader/include/EGL/
egl.h 138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value);

Completed in 276 milliseconds

1 2 3