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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.h 259 /// @param hContext - Handle passed back from SwrCreateContext
261 HANDLE hContext);
265 /// @param hContext - Handle passed back from SwrCreateContext
268 HANDLE hContext,
272 /// @brief Saves API state associated with hContext
273 /// @param hContext - Handle passed back from SwrCreateContext
277 HANDLE hContext,
282 /// @brief Restores API state to hContext previously saved with SwrSaveState
283 /// @param hContext - Handle passed back from SwrCreateContext
287 HANDLE hContext,
    [all...]
api.cpp 52 static INLINE SWR_CONTEXT* GetContext(HANDLE hContext)
54 return (SWR_CONTEXT*)hContext;
382 void SwrDestroyContext(HANDLE hContext)
384 SWR_CONTEXT *pContext = GetContext(hContext);
428 AlignedFree(GetContext(hContext));
431 void SwrBindApiThread(HANDLE hContext, uint32_t apiThreadId)
433 SWR_CONTEXT *pContext = GetContext(hContext);
438 HANDLE hContext,
442 SWR_CONTEXT *pContext = GetContext(hContext);
450 HANDLE hContext,
    [all...]
  /external/pdfium/fxjs/
cfxjse_runtimedata.cpp 34 v8::Local<v8::Context> hContext =
36 hContext->SetSecurityToken(v8::External::New(pIsolate, pIsolate));
39 pRuntimeData->m_hRootContext.Reset(pIsolate, hContext);
cfxjse_context.cpp 84 v8::Local<v8::Context> hContext) {
85 return hContext->Global()->GetPrototype().As<v8::Object>();
198 v8::Local<v8::Context> hContext =
200 v8::Local<v8::Object> hGlobalObject = GetGlobalObjectFromContext(hContext);
  /external/autotest/client/common_lib/
smogcheck_tpm.py 156 hContext: a c_uint32, context object handle.
165 self.hContext = c_uint32(0)
190 if self.tspi_lib.Tspi_Context_FreeMemory(self.hContext,
196 if self.tspi_lib.Tspi_Context_Close(self.hContext) != 0:
214 if self.tspi_lib.Tspi_Context_CloseObject(self.hContext, hObject) != 0:
233 if self.tspi_lib.Tspi_Context_Create(byref(self.hContext)) != 0:
236 logging.info('Created tspi context = 0x%x', self.hContext.value)
238 if self.tspi_lib.Tspi_Context_Connect(self.hContext,
244 if self.tspi_lib.Tspi_Context_GetTpmObject(self.hContext,
453 self.hContext, TSS_OBJECT_TYPE_RSAKEY, flag, byref(hSrk)
    [all...]
  /external/wpa_supplicant_8/src/utils/
pcsc_funcs.c 146 static long (*dll_SCardReleaseContext)(long hContext);
150 (*dll_SCardListReadersA)(IN SCARDCONTEXT hContext,
158 (*dll_SCardConnectA)(IN SCARDCONTEXT hContext,
    [all...]

Completed in 451 milliseconds