OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_surface
(Results
1 - 6
of
6
) sorted by null
/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);
/frameworks/native/opengl/libs/EGL/
egl_object.h
184
egl_surface_t*
get_surface
(EGLSurface surface) {
function in namespace:android
Completed in 675 milliseconds