HomeSort by relevance Sort by last modified time
    Searched refs:egl_context (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/deps/nvmap_compactor/src/
nvmap_carveout_compactor.c 44 static EGLContext egl_context; variable
565 eglDestroyContext(egl_display, egl_context);
706 egl_context = eglCreateContext(egl_display, config, EGL_NO_CONTEXT,
708 if (egl_context == EGL_NO_CONTEXT) {
714 egl_context)) {
  /external/webrtc/talk/app/webrtc/java/jni/
androidmediaencoder_jni.cc 87 jobject egl_context);
250 JNIEnv* jni, VideoCodecType codecType, jobject egl_context) :
267 egl_context_(egl_context) {
    [all...]

Completed in 1015 milliseconds