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

  /frameworks/rs/cpp/
rsDispatch.cpp 65 dispatchTab.ContextCreate = (ContextCreateFnPtr)dlsym(handle, "rsContextCreate");;
145 if (dispatchTab.ContextCreate == nullptr) {
146 LOG_ERR("Couldn't initialize dispatchTab.ContextCreate");
RenderScript.cpp 174 mContext = RS::dispatch->ContextCreate(device, 0, targetApi, RS_CONTEXT_TYPE_NORMAL, flags);
rsDispatch.h 137 ContextCreateFnPtr ContextCreate;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dhal.h 121 LPD3DHAL_CONTEXTCREATECB ContextCreate;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhal.h 149 LPD3DHAL_CONTEXTCREATECB ContextCreate;
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 829 milliseconds