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

  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 309 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
310 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
335 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
336 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
eglApi.cpp 616 egl_surface_t * const s = get_surface(surface);
636 egl_surface_t const * const s = get_surface(surface);
781 d = get_surface(draw);
788 r = get_surface(read);
    [all...]
egl_object.h 184 egl_surface_t* get_surface(EGLSurface surface) { function in namespace:android
  /external/opencv3/samples/directx/
d3d10_interop.cpp 131 int get_surface(ID3D10Texture2D** ppSurface) function in class:D3D10WinApp
158 } // get_surface()
172 r = get_surface(&pSurface);
d3d11_interop.cpp 135 int get_surface(ID3D11Texture2D** ppSurface) function in class:D3D11WinApp
162 } // get_surface()
176 r = get_surface(&pSurface);
d3d9_interop.cpp 104 int get_surface(LPDIRECT3DSURFACE9* ppSurface) function in class:D3D9WinApp
135 } // get_surface()
149 r = get_surface(&pSurface);
d3d9ex_interop.cpp 104 int get_surface(LPDIRECT3DSURFACE9* ppSurface) function in class:D3D9ExWinApp
135 } // get_surface()
149 r = get_surface(&pSurface);
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 114 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) function
116 ALOGV("get_surface");
336 const sp<Surface> native_surface = get_surface(env, surface);

Completed in 626 milliseconds