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

  /frameworks/rs/cpp/
RenderScript.cpp 370 RS::dispatch->ScriptGroupCreate = (ScriptGroupCreateFnPtr)dlsym(handle, "rsScriptGroupCreate");
371 if (RS::dispatch->ScriptGroupCreate == NULL) {
372 ALOGE("Couldn't initialize RS::dispatch->ScriptGroupCreate");
rsDispatch.h 153 ScriptGroupCreateFnPtr ScriptGroupCreate;
  /frameworks/rs/
rs.spec 369 ScriptGroupCreate {

Completed in 26 milliseconds