Home
last modified time | relevance | path

Searched refs:share (Results 1 – 25 of 97) sorted by relevance

1234

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DThreadInfo.cpp24 ShareGroupPtr share, in updateInfo() argument
30 shareGroup = share; in updateInfo()
DThreadInfo.h28 ShareGroupPtr share,
DMacNative.h52 void* nsCreateContext(void* finalizedPixelFormat,void* share);
DMacNative.m45 - (id) initWithFormat:(NSOpenGLPixelFormat *)pixelFormat shareContext:(NSOpenGLContext *)share;
50 - (id) initWithFormat:(NSOpenGLPixelFormat *)pixelFormat shareContext:(NSOpenGLContext *)share
52 self = [super initWithFormat:pixelFormat shareContext:share];
221 void* nsCreateContext(void* format,void* share){
223 return [[EmuGLContext alloc] initWithFormat:frmt shareContext:share];
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles12tr.h9 …X(voidptr, create_gles1_context, (void* share, const void* underlying_apis), (share, underlying_ap…
/hardware/interfaces/tv/tuner/1.1/
DIFilter.hal60 * When media filters are opened, call this API to initialize the share memory handle if it's
63 * If DemuxFilterMediaEvent.avMemory contains file descriptor, share memory should be ignored.
67 * share memory is not initialized and does not contain valid fd.
71 * @return avMemSize the size of the shared av memory. It should be ignored when the share
/hardware/qcom/gps/msm8909/utils/
DLocSharedLock.h50 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
/hardware/qcom/gps/msm8996/utils/
DLocSharedLock.h50 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
/hardware/qcom/gps/msm8998/utils/
DLocSharedLock.h50 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
/hardware/qcom/gps/msm8909w_3100/utils/
DLocSharedLock.h50 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles12tr.entries7 voidptr create_gles1_context(void* share, const void* underlying_apis);
/hardware/qcom/sm8150p/gps/utils/
DLocSharedLock.h68 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
/hardware/qcom/sm7250/gps/utils/
DLocSharedLock.h70 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
/hardware/qcom/sm8150/gps/utils/
DLocSharedLock.h70 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
/hardware/qcom/sm7150/gps/utils/
DLocSharedLock.h68 inline LocSharedLock* share() { android_atomic_inc(&mRef); return this; } in share() function
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display_swapchain/
Dcreate_shared_swapchains.adoc7 [open,refpage='vkCreateSharedSwapchainsKHR',desc='Create multiple swapchains that share presentable…
15 swapchains that share presentable images are created by calling:
/hardware/google/gfxstream/host/vulkan/
DPostWorkerVk.cpp36 std::shared_future<void> completedFuture = std::async(std::launch::deferred, [] {}).share(); in postImpl()
DDisplayVk.cpp172 auto completedFuture = std::async(std::launch::deferred, [] {}).share(); in post()
212 auto completedFuture = std::async(std::launch::deferred, [] {}).share(); in postImpl()
542 }).share(); in postImpl()
569 }).share()}; in postImpl()
/hardware/google/gfxstream/host/gl/
DDisplayGl.cpp29 std::async(std::launch::deferred, [] {}).share(); in getCompletedFuture()
DCompositorGl.cpp41 std::shared_future<void> completedFuture = std::async(std::launch::deferred, [] {}).share(); in getCompletedFuture()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_queue_family_foreign.adoc30 * The queues represented by ename:VK_QUEUE_FAMILY_EXTERNAL_KHR must share
/hardware/interfaces/graphics/composer/2.4/
Dtypes.hal23 * Seamless cannot be required for configurations that don't share a config group
/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl.in9 GL_ENTRY(uint32_t, rcCreateContext, uint32_t config, uint32_t share, uint32_t glVersion)
/hardware/google/gfxstream/guest/android-emu/aemu/base/fit/
DFunction.h314 FunctionImpl share() { in share() function
472 CallbackImpl share() { in share() function
/hardware/interfaces/automotive/vehicle/2.0/default/
DAndroid.bp184 // Exclude share libraries from default because they might be missing on
213 // Exclude share libraries from default because they might be missing on

1234