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

  /frameworks/rs/cpp/
RenderScript.cpp 360 RS::dispatch->ScriptKernelIDCreate = (ScriptKernelIDCreateFnPtr)dlsym(handle, "rsScriptKernelIDCreate");
361 if (RS::dispatch->ScriptKernelIDCreate == NULL) {
362 ALOGE("Couldn't initialize RS::dispatch->ScriptKernelIDCreate");
rsDispatch.h 151 ScriptKernelIDCreateFnPtr ScriptKernelIDCreate;
  /frameworks/rs/
rs.spec 354 ScriptKernelIDCreate {

Completed in 130 milliseconds