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

  /frameworks/rs/cpp/
rsDispatch.h 122 typedef void (*ContextBindProgramVertexFnPtr) (RsContext rsc, RsProgramVertex pgm);
236 ContextBindProgramVertexFnPtr ContextBindProgramVertex;
rsDispatch.cpp 126 dispatchTab.ContextBindProgramVertex = (ContextBindProgramVertexFnPtr)dlsym(handle, "rsContextBindProgramVertex");

Completed in 62 milliseconds