HomeSort by relevance Sort by last modified time
    Searched full:pcontext (Results 151 - 175 of 262) sorted by null

1 2 3 4 5 67 8 91011

  /frameworks/wilhelm/include/SLES/
OpenSLES.h 393 const void * pContext,
422 void * pContext
519 void *pContext,
528 void *pContext,
536 void *pContext,
556 void *pContext
571 void *pContext
576 void *pContext
882 void *pContext
895 void *pContext
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
rasterizer.cpp 773 SWR_CONTEXT *pContext = pDC->pContext;
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.h 44 bool Initialize(class CPDF_RenderContext* pContext,
  /external/pdfium/core/fxcodec/codec/
ccodec_tiffmodule.cpp 491 bool CCodec_TiffModule::LoadFrameInfo(Context* pContext,
498 auto* ctx = static_cast<CTiffContext*>(pContext);
502 bool CCodec_TiffModule::Decode(Context* pContext,
504 auto* ctx = static_cast<CTiffContext*>(pContext);
  /external/pdfium/fxjs/
cfxjse_engine.h 89 void RemoveBuiltInObjs(CFXJSE_Context* pContext) const;
cjs_app.cpp 408 IJS_EventContext* pContext = pRuntime->NewEventContext();
409 pContext->OnExternal_Exec();
411 pContext->RunScript(wsScript, &wtInfo);
412 pRuntime->ReleaseEventContext(pContext);
cjs_eventhandler.h 64 explicit CJS_EventHandler(CJS_EventContext* pContext);
cjs_eventhandler.cpp 17 CJS_EventHandler::CJS_EventHandler(CJS_EventContext* pContext)
18 : m_pJSEventContext(pContext),
  /frameworks/wilhelm/tests/mimeUri/
slesTestManyPlayers.cpp 74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
78 int* pPlayerId = (int*)pContext;
104 void *pContext,
108 int* pPlayerId = (int*)pContext;
  /cts/tests/tests/media/libaudiojni/
appendix-b-1-1-buffer-queue.cpp 57 void *pContext)
60 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
audio-record-native.cpp 194 mBufferQueue, NULL /* callback */, NULL /* *pContext */);
408 static void BufferQueueCallback(SLBufferQueueItf queueItf, void *pContext) {
410 AudioRecordNative *record = (AudioRecordNative *)pContext;
audio-track-native.cpp 178 mBufferQueue, NULL /* callback */, NULL /* *pContext */);
347 static void BufferQueueCallback(SLBufferQueueItf queueItf, void *pContext) {
349 AudioTrackNative *track = (AudioTrackNative *)pContext;
  /external/pdfium/fpdfsdk/
cpdfsdk_widgethandler.cpp 245 CPDFXFA_Context* pContext = pPageView->GetFormFillEnv()->GetXFAContext();
246 if (pContext->GetFormType() == FormType::kXFAForeground) {
fpdftext.cpp 55 CPDFXFA_Context* pContext = pPage->GetContext();
56 CPDF_ViewerPreferences viewRef(pContext->GetPDFDoc());
  /frameworks/wilhelm/src/desktop/
SndFile.cpp 26 void SndFile_Callback(SLBufferQueueItf caller, void *pContext)
28 CAudioPlayer *thisAP = (CAudioPlayer *) pContext;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 10 #define WSDRegisterTypes(pContext) pContext->SetTypes (WSDTypes, 40, 0)
wsdclient.h 852 IWSDXMLContext *pContext,
910 IWSDXMLContext *pContext,
    [all...]
bits.h 208 virtual HRESULT WINAPI GetError(BG_ERROR_CONTEXT *pContext,HRESULT *pCode) = 0;
220 HRESULT (WINAPI *GetError)(IBackgroundCopyError *This,BG_ERROR_CONTEXT *pContext,HRESULT *pCode);
234 #define IBackgroundCopyError_GetError(This,pContext,pCode) (This)->lpVtbl->GetError(This,pContext,pCode)
241 HRESULT WINAPI IBackgroundCopyError_GetError_Proxy(IBackgroundCopyError *This,BG_ERROR_CONTEXT *pContext,HRESULT *pCode);
    [all...]
  /external/pdfium/core/fpdfapi/edit/
cpdf_creator.cpp 115 void* pContext = FX_Random_MT_Start(dwSeed1);
117 *pBuffer++ = FX_Random_MT_Generate(pContext);
119 FX_Random_MT_Close(pContext);
120 pContext = FX_Random_MT_Start(dwSeed2);
122 *pBuffer++ = FX_Random_MT_Generate(pContext);
124 FX_Random_MT_Close(pContext);
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 42 CPDFXFA_DocEnvironment::CPDFXFA_DocEnvironment(CPDFXFA_Context* pContext)
43 : m_pContext(pContext) {
999 IJS_EventContext* pContext = pFormFillEnv->GetJSRuntime()->NewEventContext();
1001 pFormFillEnv->GetJSRuntime()->ReleaseEventContext(pContext);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPrint3D.cpp 319 @param[in] pContext Context
332 const SPVRTContext * const pContext,
359 return SetTextures(pContext, pData, dwScreenX, dwScreenY, bRotate, bMakeCopy);
364 @param[in] pContext Context
379 const SPVRTContext * const pContext,
438 if(!APIInit(pContext, bMakeCopy))
    [all...]
  /frameworks/wilhelm/tests/examples/
slesTestDecodeAac.cpp 157 void PrefetchEventCallback(SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
159 // pContext is unused here, so we pass NULL
160 assert(pContext == NULL);
207 void PlayCallback(SLPlayItf caller, void *pContext __unused, SLuint32 event) {
318 void *pContext)
323 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
564 res = (*playItf)->RegisterCallback(playItf, PlayCallback /*callback*/, NULL /*pContext*/);
    [all...]
  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 202 void * pContext )
205 // pContext was specified as NULL at RegisterStreamChangeCallback and is unused here
206 assert(NULL == pContext);
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_context.h 425 vc4_context(struct pipe_context *pcontext)
427 return (struct vc4_context *)pcontext;
  /frameworks/wilhelm/src/itf/
IDynamicInterfaceManagement.cpp 441 slDynamicInterfaceManagementCallback callback, void *pContext)
449 thiz->mContext = pContext;

Completed in 256 milliseconds

1 2 3 4 5 67 8 91011