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

  /frameworks/rs/cpp/
RenderScript.cpp 365 RS::dispatch->ScriptFieldIDCreate = (ScriptFieldIDCreateFnPtr)dlsym(handle, "rsScriptFieldIDCreate");
366 if (RS::dispatch->ScriptFieldIDCreate == NULL) {
367 ALOGE("Couldn't initialize RS::dispatch->ScriptFieldIDCreate");
rsDispatch.h 152 ScriptFieldIDCreateFnPtr ScriptFieldIDCreate;
  /frameworks/rs/
rs.spec 362 ScriptFieldIDCreate {

Completed in 47 milliseconds