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

  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
eglinternalplatform.h 21 typedef SrfcInfo* SURFACE;
22 typedef SURFACE EGLNativeSurfaceType;
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 29 #include <gui/Surface.h>
31 #include <gui/Surface.h>
160 jobject surface, jint attribute, jintArray value) {
161 if (display == NULL || surface == NULL || value == NULL
167 EGLContext sur = getSurface(_env, surface);
325 "Make sure the SurfaceView or associated SurfaceHolder has a valid Surface");
358 window = new Surface(glConsumer->getBufferQueue());
444 static jboolean jni_eglDestroySurface(JNIEnv *_env, jobject _this, jobject display, jobject surface) {
445 if (display == NULL || surface == NULL) {
450 EGLSurface sur = getSurface(_env, surface);
    [all...]

Completed in 61 milliseconds