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

1 2 3 4 5 6 7 891011

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsddisco.h     [all...]
winnt.h     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPFXParserAPI.cpp 901 @Input pContext
904 void CPVRTPFXEffect::SetContext(SPVRTContext *const pContext)
906 m_psContext = pContext;
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 95 void *pContext __unused,
115 void *pContext)
119 CallbackCntxt *pCntxt = (CallbackCntxt*)pContext;
slesTestPlayFdPath.cpp 52 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event)
  /external/pdfium/xfa/fxfa/parser/
cxfa_node.cpp     [all...]
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 130 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext)
144 if (pContext != NULL) *pContext = context;
    [all...]
  /hardware/nxp/nfc/halimpl/hal/
phNxpNciHal_ext.cc 61 static void hal_extns_write_rsp_timeout_cb(uint32_t TimerId, void* pContext);
    [all...]
  /art/runtime/
debugger.cc     [all...]
  /frameworks/rs/driver/
rsdCore.cpp 280 extern const RsdCpuReference::CpuSymbol * rsdLookupRuntimeStub(Context * pContext, char const* name);
  /frameworks/wilhelm/tests/mimeUri/
slesTestPlayUri2.cpp 39 void PlayEventCallback( SLPlayItf caller __unused, void *pContext __unused, SLuint32 event)
  /frameworks/wilhelm/tests/
mimeUri_test.cpp 74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext __unused, SLuint32 event)
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
unwind.h 281 PCONTEXT, PDISPATCHER_CONTEXT,
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
unwind.h 281 PCONTEXT, PDISPATCHER_CONTEXT,
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
unwind.h 281 PCONTEXT, PDISPATCHER_CONTEXT,
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
unwind.h 281 PCONTEXT, PDISPATCHER_CONTEXT,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
unwind.h 281 PCONTEXT, PDISPATCHER_CONTEXT,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
unwind.h 281 PCONTEXT, PDISPATCHER_CONTEXT,
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
unwind.h 281 PCONTEXT, PDISPATCHER_CONTEXT,
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
unwind.h 281 PCONTEXT, PDISPATCHER_CONTEXT,
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
Ala.cpp 53 tJBL_STATUS (*ls_GetStatus_seqhandler[])(Ala_ImageInfo_t *pContext, tJBL_STATUS status, Ala_TranscieveInfo_t *pInfo)=
62 tJBL_STATUS (*Applet_load_seqhandler[])(Ala_ImageInfo_t *pContext, tJBL_STATUS status, Ala_TranscieveInfo_t *pInfo)=
71 tJBL_STATUS (*Jsblcer_id_seqhandler[])(Ala_ImageInfo_t *pContext, tJBL_STATUS status, Ala_TranscieveInfo_t *pInfo)=
282 tJBL_STATUS JsblCerId_seq_handler(tJBL_STATUS (*seq_handler[])(Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo))
386 pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo))
421 pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo))
457 (Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t*
460 tJBL_STATUS ALA_update_seq_handler(tJBL_STATUS (*seq_handler[])(Ala_ImageInfo_t* pContext, tJBL_STATUS status, Ala_TranscieveInfo_t* pInfo), const char *name)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
clip.h 466 SWR_CONTEXT* pContext = pa.pDC->pContext;
    [all...]
state.h 810 typedef void(__cdecl *PFN_PIXEL_KERNEL)(HANDLE hPrivateData, SWR_PS_CONTEXT *pContext);
811 typedef void(__cdecl *PFN_CPIXEL_KERNEL)(HANDLE hPrivateData, SWR_PS_CONTEXT *pContext);
    [all...]
  /external/pdfium/fxjs/
cfxjse_engine.cpp 520 void CFXJSE_Engine::RemoveBuiltInObjs(CFXJSE_Context* pContext) const {
522 std::unique_ptr<CFXJSE_Value> pObject = pContext->GetGlobalObject();
cfxjse_resolveprocessor.cpp 639 CFXJSE_Engine* pContext = rnd.m_pSC;
643 bool bRet = pContext->RunScript(eLangType, wsExpression.AsStringView(),

Completed in 1067 milliseconds

1 2 3 4 5 6 7 891011