Tabnine Logo
EGLSurface
Code IndexAdd Tabnine to your IDE (free)

How to use
EGLSurface
in
android.opengl

Best Java code snippets using android.opengl.EGLSurface (Showing top 5 results out of 315)

origin: google/ExoPlayer

   display, EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_SURFACE, EGL14.EGL_NO_CONTEXT);
if (surface != null && !surface.equals(EGL14.EGL_NO_SURFACE)) {
 EGL14.eglDestroySurface(display, surface);
origin: aserbao/AndroidCamera

/**
 * Returns true if our context and the specified surface are current.
 */
public boolean isCurrent(EGLSurface eglSurface) {
  return mEGLContext.equals(EGL14.eglGetCurrentContext()) &&
    eglSurface.equals(EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW));
}
origin: upyun/android-push-sdk

/**
 * Returns true if our context and the specified surface are current.
 */
public boolean isCurrent(EGLSurface eglSurface) {
  return mEGLContext.equals(EGL14.eglGetCurrentContext()) &&
    eglSurface.equals(EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW));
}
origin: dingjikerbo/Android-RTSP

/**
 * Returns true if our context and the specified surface are current.
 */
public boolean isCurrent(EGLSurface eglSurface) {
  return mEGLContext.equals(EGL14.eglGetCurrentContext()) &&
    eglSurface.equals(EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW));
}
origin: googlecreativelab/shadercam

/**
 * Returns true if our context and the specified surface are current.
 */
public boolean isCurrent(EGLSurface eglSurface) {
  return mEGLContext.equals(EGL14.eglGetCurrentContext()) &&
    eglSurface.equals(EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW));
}
android.openglEGLSurface

Most used methods

  • equals

Popular in Java

  • Finding current android device location
  • startActivity (Activity)
  • findViewById (Activity)
  • setRequestProperty (URLConnection)
  • String (java.lang)
  • Socket (java.net)
    Provides a client-side TCP socket.
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now