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

  /frameworks/native/opengl/libs/EGL/
egl_display.cpp 364 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
365 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
390 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
391 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
eglApi.cpp     [all...]
egl_object.h 225 egl_surface_t* get_surface(EGLSurface surface) { function in namespace:android
  /external/mesa3d/src/intel/vulkan/
anv_image.c 93 get_surface(struct anv_image *image, VkImageAspectFlags aspect) function
150 struct anv_surface *anv_surf = get_surface(image, aspect);
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 126 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) function
128 ALOGV("get_surface");
418 const sp<Surface> native_surface = get_surface(env, surface);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h 5022 VkSurfaceKHR get_surface() { return m_struct.surface; } function in class:vkswapchaincreateinfokhr_struct_wrapper
5225 struct wl_surface* get_surface() { return m_struct.surface; } function in class:vkwaylandsurfacecreateinfokhr_struct_wrapper
    [all...]

Completed in 131 milliseconds