Home
last modified time | relevance | path

Searched refs:ProgramBindTexture (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/
Drsg.spec29 ProgramBindTexture {
DrsApiStubs.cpp855 RS_DISPATCH(ctxWrapper, ProgramBindTexture, pf, slot,a); in rsProgramBindTexture()
/frameworks/rs/cpp/
DrsDispatch.cpp134 dispatchTab.ProgramBindTexture = (ProgramBindTextureFnPtr)dlsym(handle, "rsProgramBindTexture"); in loadSymbols()
DrsDispatch.h244 ProgramBindTextureFnPtr ProgramBindTexture; member