/hardware/interfaces/renderscript/1.0/default/ |
D | Context.cpp | 27 Context::Context(uint32_t sdkVersion, ContextType ct, int32_t flags) { in Context() function in android::hardware::renderscript::V1_0::implementation::Context 82 Return<Allocation> Context::allocationAdapterCreate(Type type, Allocation baseAlloc) { in allocationAdapterCreate() 89 Return<void> Context::allocationAdapterOffset(Allocation alloc, const hidl_vec<uint32_t>& offsets) { in allocationAdapterOffset() 96 Return<Type> Context::allocationGetType(Allocation allocation) { in allocationGetType() 102 Return<Allocation> Context::allocationCreateTyped(Type type, AllocationMipmapControl amips, int32_t… in allocationCreateTyped() 111 Return<Allocation> Context::allocationCreateFromBitmap(Type type, AllocationMipmapControl amips, co… in allocationCreateFromBitmap() 120 Return<Allocation> Context::allocationCubeCreateFromBitmap(Type type, AllocationMipmapControl amips… in allocationCubeCreateFromBitmap() 129 Return<NativeWindow> Context::allocationGetNativeWindow(Allocation allocation) { in allocationGetNativeWindow() 135 Return<void> Context::allocationSetNativeWindow(Allocation allocation, NativeWindow nativewindow) { in allocationSetNativeWindow() 142 Return<void> Context::allocationSetupBufferQueue(Allocation alloc, uint32_t numBuffer) { in allocationSetupBufferQueue() [all …]
|
D | Android.bp | 16 "Context.cpp",
|
D | Context.h | 52 struct Context : public IContext { struct 53 Context(uint32_t sdkVersion, ContextType ct, int32_t flags);
|
D | Device.cpp | 45 return new Context(sdkVersion, ct, flags); in contextCreate()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglOsApi.h | 61 class Context { 63 Context(bool coreProfile = false) : mCoreProfile(coreProfile) {} in mCoreProfile() 73 ~Context() = default; 182 virtual std::shared_ptr<Context> createContext( 185 Context* sharedContext) = 0; 209 Context* context) = 0;
|
D | EglContext.h | 49 EglOS::Context* nativeType() const { return m_native.get(); } in nativeType() 67 std::shared_ptr<EglOS::Context> m_native = {};
|
D | EglOsApi_darwin.cpp | 66 class MacContext : public EglOS::Context { 69 EglOS::Context(isCoreProfile), mContext(context) {} in MacContext() 79 static void* from(EglOS::Context* c) { in from() 256 virtual std::shared_ptr<EglOS::Context> createContext( in createContext() 259 EglOS::Context* sharedContext) { in createContext() 322 EglOS::Context* ctx) { in makeCurrent()
|
D | EglOsApi_glx.cpp | 264 class GlxContext : public EglOS::Context { 278 static GLXContext contextFor(EglOS::Context* context) { in contextFor() 404 virtual std::shared_ptr<EglOS::Context> createContext( in createContext() 407 EglOS::Context* sharedContext) { in createContext() 441 virtual bool destroyContext(EglOS::Context* context) { in destroyContext() 530 EglOS::Context* context) { in makeCurrent()
|
D | EglDisplay.h | 140 EglOS::Context* getGlobalSharedContext() const; 175 mutable std::shared_ptr<EglOS::Context> m_globalSharedContext;
|
D | EglOsApi_egl.cpp | 240 class EglOsEglContext : public EglOS::Context { 301 virtual std::shared_ptr<Context> 304 Context* sharedContext) override; 309 bool makeCurrent(Surface* read, Surface* draw, Context* context); 613 std::shared_ptr<Context> 616 Context* sharedContext) { in createContext() 650 std::shared_ptr<Context> res = in createContext() 731 Context* context) { in makeCurrent()
|
D | EglDisplay.cpp | 567 EglOS::Context* EglDisplay::getGlobalSharedContext() const { in getGlobalSharedContext() 571 EglOS::Context* ret = in getGlobalSharedContext() 572 (EglOS::Context*)m_manager[GLES_1_1]->getGlobalContext(); in getGlobalSharedContext() 574 ret = (EglOS::Context*)m_manager[GLES_2_0]->getGlobalContext(); in getGlobalSharedContext()
|
D | EglOsApi_wgl.cpp | 601 class WinContext : public EglOS::Context { 616 static HGLRC from(const EglOS::Context* c) { in from() 1022 virtual std::shared_ptr<EglOS::Context> createContext( in createContext() 1025 EglOS::Context* sharedContext) { in createContext() 1132 EglOS::Context* context) { in makeCurrent()
|
D | EglContext.cpp | 74 EglOS::Context* globalSharedContext = dpy->getGlobalSharedContext(); in EglContext()
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 741 class Context; 1257 F(cl_mem_info, CL_MEM_CONTEXT, cl::Context) \ 1268 F(cl_sampler_info, CL_SAMPLER_CONTEXT, cl::Context) \ 1274 F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \ 1288 F(cl_kernel_info, CL_KERNEL_CONTEXT, cl::Context) \ 1295 F(cl_command_queue_info, CL_QUEUE_CONTEXT, cl::Context) \ 1319 F(cl_event_info, CL_EVENT_CONTEXT, cl::Context) 2851 class Context class 2856 static Context default_; 2882 default_ = Context( in makeDefault() [all …]
|
D | cl.hpp | 284 class Context; 1399 F(cl_mem_info, CL_MEM_CONTEXT, cl::Context) \ 1410 F(cl_sampler_info, CL_SAMPLER_CONTEXT, cl::Context) \ 1416 F(cl_program_info, CL_PROGRAM_CONTEXT, cl::Context) \ 1430 F(cl_kernel_info, CL_KERNEL_CONTEXT, cl::Context) \ 1437 F(cl_command_queue_info, CL_QUEUE_CONTEXT, cl::Context) \ 1462 F(cl_event_info, CL_EVENT_CONTEXT, cl::Context) 2490 class Context class 2500 static Context default_; 2507 Context( in Context() function in cl::Context [all …]
|
/hardware/interfaces/renderscript/1.0/ |
D | IDevice.hal | 28 * @param ct Context type
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | IBurstContext.hal | 20 * Context object to manage the resources of a burst.
|
/hardware/interfaces/tv/tuner/1.1/ |
D | IFilter.hal | 47 * Configure additional Context ID on the IP filter. 49 * @param ipCid Context Id of the IP filter.
|
/hardware/google/gfxstream/guest/mesa/src/c11/impl/ |
D | threads_win32.c | 104 static BOOL CALLBACK impl_call_once_callback(PINIT_ONCE InitOnce, PVOID Parameter, PVOID *Context) in impl_call_once_callback() argument 108 ((void)InitOnce); ((void)Context); // suppress warning in impl_call_once_callback()
|
/hardware/interfaces/contexthub/1.0/ |
D | IContexthub.hal | 22 * The Context Hub HAL provides an interface to a separate low-power processing 25 * they execute within the Context Hub Runtime Environment (CHRE), which is
|
D | types.hal | 147 // registered clients by the Context Hub service.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | video_encode_extensions.adoc | 72 This command establishes a Vulkan Video Encode Context that consists of 75 The established Video Encode Context is in effect until the 78 flink:vkCmdEndVideoCodingKHR command, another Video Encode Context can: 86 Vulkan Video Encode Context, as established by 105 Vulkan Video Encode Context established with the 520 Encode Context for this command. 529 Video Encode Context for this command. 545 Video Encode Context.
|
/hardware/interfaces/wifi/1.6/ |
D | types.hal | 777 * Security Context Identifier attribute contains PMKID shall be included in NDP setup and 778 * response messages. Security Context Identifier, Identifies the Security Context. When 1189 * Security Context Identifier attribute contains PMKID shall be included in NDP setup and 1190 * response messages. Security Context Identifier, Identifies the Security Context. For NAN
|
/hardware/interfaces/security/secretkeeper/aidl/vts/ |
D | secretkeeper_cli.rs | 22 use anyhow::{anyhow, bail, Context, Result};
|
/hardware/interfaces/radio/1.1/ |
D | types.hal | 190 int32_t cid; // Context ID, returned in setupDataCallResponse
|