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

1 2

  /development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 50 eglQueryContext_t eglQueryContext;
  /development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 204 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
206 return getDispatch()->eglQueryContext(dpy, ctx, attribute, value);
egl_dispatch.h 50 eglQueryContext_t eglQueryContext;
95 eglQueryContext_t set_eglQueryContext(eglQueryContext_t f) { eglQueryContext_t retval = eglQueryContext; eglQueryContext = f; return retval;}
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 961 EGLBoolean __stdcall eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
  /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,
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 32 public native boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value);
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
egl.cpp 570 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
578 return getDispatch()->eglQueryContext(dpy, wctx->aglContext, attribute, value);
egl_dispatch.h 50 eglQueryContext_t eglQueryContext;
95 eglQueryContext_t set_eglQueryContext(eglQueryContext_t f) { eglQueryContext_t retval = eglQueryContext; eglQueryContext = f; return retval;}
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 114 boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value);
  /frameworks/base/opengl/libs/EGL/
eglApi.cpp 680 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx,
698 result = c->cnx->egl.eglQueryContext(
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 772 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext(EGLDisplay display, EGLContext context,
    [all...]
  /development/tools/emulator/opengl/system/egl/
egl.cpp 1076 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value)
1101 LOGE("eglQueryContext %x EGL_BAD_ATTRIBUTE", attribute);
    [all...]
  /external/mesa3d/test/
egl.cpp     [all...]
  /frameworks/base/opengl/libagl/
egl.cpp     [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.cpp 398 const Message_Function Message::eglQueryContext;
    [all...]
debugger_message.pb.h 472 static const Function eglQueryContext = Message_Function_eglQueryContext;
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java 189 eglQueryContext(159, 159),
387 case 159: return eglQueryContext;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 189 eglQueryContext(159, 159),
387 case 159: return eglQueryContext;
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 212 milliseconds

1 2