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

  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 832 egl_surface_t * const s = get_surface(surface);
    [all...]
egl_display.cpp 335 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
336 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
361 SurfaceRef _cur_r(cur_c ? get_surface(cur_c->read) : NULL);
362 SurfaceRef _cur_d(cur_c ? get_surface(cur_c->draw) : NULL);
egl_object.h 191 egl_surface_t* get_surface(EGLSurface surface) { function in namespace:android
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 116 static sp<Surface> get_surface(JNIEnv* env, jobject clazz) function
118 ALOGV("get_surface");
408 const sp<Surface> native_surface = get_surface(env, surface);
  /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);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h 4758 VkSurfaceKHR get_surface() { return m_struct.surface; } function in class:vkswapchaincreateinfokhr_struct_wrapper
4927 struct wl_surface* get_surface() { return m_struct.surface; } function in class:vkwaylandsurfacecreateinfokhr_struct_wrapper
    [all...]

Completed in 113 milliseconds