Home
last modified time | relevance | path

Searched refs:hContext (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.h318 SWR_FUNC(void, SwrDestroyContext, HANDLE hContext);
324 SWR_FUNC(void, SwrBindApiThread, HANDLE hContext, uint32_t apiThreadId);
331 SWR_FUNC(void, SwrSaveState, HANDLE hContext, void* pOutputStateBlock, size_t memSize);
338 SWR_FUNC(void, SwrRestoreState, HANDLE hContext, const void* pStateBlock, size_t memSize);
348 HANDLE hContext,
358 SWR_FUNC(void, SwrStallBE, HANDLE hContext);
363 SWR_FUNC(void, SwrWaitForIdle, HANDLE hContext);
368 SWR_FUNC(void, SwrWaitForIdleFE, HANDLE hContext);
377 HANDLE hContext,
385 SWR_FUNC(void, SwrSetIndexBuffer, HANDLE hContext, const SWR_INDEX_BUFFER_STATE* pIndexBuffer);
[all …]
Dapi.cpp53 static INLINE SWR_CONTEXT* GetContext(HANDLE hContext) in GetContext() argument
55 return (SWR_CONTEXT*)hContext; in GetContext()
417 void SwrDestroyContext(HANDLE hContext) in SwrDestroyContext() argument
419 SWR_CONTEXT* pContext = GetContext(hContext); in SwrDestroyContext()
468 AlignedFree(GetContext(hContext)); in SwrDestroyContext()
471 void SwrBindApiThread(HANDLE hContext, uint32_t apiThreadId) in SwrBindApiThread() argument
473 SWR_CONTEXT* pContext = GetContext(hContext); in SwrBindApiThread()
477 void SWR_API SwrSaveState(HANDLE hContext, void* pOutputStateBlock, size_t memSize) in SwrSaveState() argument
479 SWR_CONTEXT* pContext = GetContext(hContext); in SwrSaveState()
486 void SWR_API SwrRestoreState(HANDLE hContext, const void* pStateBlock, size_t memSize) in SwrRestoreState() argument
[all …]
/external/pdfium/fxjs/xfa/
Dcfxjse_runtimedata.cpp33 v8::Local<v8::Context> hContext = in Create() local
36 ASSERT(hContext->Global()->InternalFieldCount() == 0); in Create()
37 ASSERT(hContext->Global() in Create()
42 hContext->SetSecurityToken(v8::External::New(pIsolate, pIsolate)); in Create()
44 pRuntimeData->m_hRootContext.Reset(pIsolate, hContext); in Create()
Dcfxjse_context.cpp228 v8::Local<v8::Context> hContext = in GetGlobalObject() local
231 hContext->Global()->GetPrototype().As<v8::Object>(); in GetGlobalObject()
262 v8::Local<v8::Context> hContext = GetIsolate()->GetCurrentContext(); in ExecuteScript() local
270 if (v8::Script::Compile(hContext, hScriptString).ToLocal(&hScript)) { in ExecuteScript()
273 if (hScript->Run(hContext).ToLocal(&hValue)) { in ExecuteScript()
294 v8::Script::Compile(hContext, hEval).ToLocalChecked(); in ExecuteScript()
296 if (hWrapper->Run(hContext).ToLocal(&hWrapperValue)) { in ExecuteScript()
301 if (hWrapperFn->Call(hContext, hNewThis.As<v8::Object>(), 1, rgArgs) in ExecuteScript()
Dcfxjse_value.cpp277 v8::Local<v8::Context> hContext = GetIsolate()->GetCurrentContext(); in SetFunctionBind() local
279 v8::Script::Compile(hContext, hBinderFuncSource) in SetFunctionBind()
281 ->Run(hContext) in SetFunctionBind()
285 hBinderFunc->Call(hContext, hContext->Global(), 2, rgArgs) in SetFunctionBind()
/external/tpm2-tss/src/tss2-tcti/
Dtcti-tbs.c149 tbs_rc = Tbsip_Submit_Command (tcti_tbs->hContext, in tcti_tbs_receive()
203 tbs_rc = Tbsip_Context_Close (tcti_tbs->hContext); in tcti_tbs_finalize()
219 tbs_rc = Tbsip_Cancel_Commands (tcti_tbs->hContext); in tcti_tbs_cancel()
294 tbs_rc = Tbsi_Context_Create ((PCTBS_CONTEXT_PARAMS)&params, &(tcti_tbs->hContext)); in Tss2_Tcti_Tbs_Init()
303 Tbsip_Context_Close (tcti_tbs->hContext); in Tss2_Tcti_Tbs_Init()
308 Tbsip_Context_Close (tcti_tbs->hContext); in Tss2_Tcti_Tbs_Init()
315 Tbsip_Context_Close (tcti_tbs->hContext); in Tss2_Tcti_Tbs_Init()
Dtcti-tbs.h16 void *hContext; member
/external/autotest/client/common_lib/
Dsmogcheck_tpm.py172 self.hContext = c_uint32(0)
197 if self.tspi_lib.Tspi_Context_FreeMemory(self.hContext,
203 if self.tspi_lib.Tspi_Context_Close(self.hContext) != 0:
221 if self.tspi_lib.Tspi_Context_CloseObject(self.hContext, hObject) != 0:
240 if self.tspi_lib.Tspi_Context_Create(byref(self.hContext)) != 0:
243 logging.info('Created tspi context = 0x%x', self.hContext.value)
245 if self.tspi_lib.Tspi_Context_Connect(self.hContext,
251 if self.tspi_lib.Tspi_Context_GetTpmObject(self.hContext,
460 self.hContext, TSS_OBJECT_TYPE_RSAKEY, flag, byref(hSrk))
/external/wpa_supplicant_8/src/utils/
Dpcsc_funcs.c146 static long (*dll_SCardReleaseContext)(long hContext);
150 (*dll_SCardListReadersA)(IN SCARDCONTEXT hContext,
158 (*dll_SCardConnectA)(IN SCARDCONTEXT hContext,
/external/mesa3d/src/gallium/frontends/wgl/
Dgldrv.h416 IN UINT hContext; member