Home
last modified time | relevance | path

Searched defs:eglDestroyContext (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java40 public native boolean eglDestroyContext(EGLDisplay display, EGLContext context); in eglDestroyContext() method in EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java103 boolean eglDestroyContext(EGLDisplay display, EGLContext context); in eglDestroyContext() method
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java141 public boolean eglDestroyContext(EGLDisplay display, EGLContext context) { in eglDestroyContext() method in EGLLogWrapper
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp424 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto477 eglDestroyContext = 2012; enumerator
/frameworks/native/opengl/libagl/
Degl.cpp1664 EGLBoolean eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() function
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp986 const GLMessage_Function GLMessage::eglDestroyContext; member in android::gltrace::GLMessage
Dgltrace.pb.h1319 static const Function eglDestroyContext = GLMessage_Function_eglDestroyContext; variable