Home
last modified time | relevance | path

Searched refs:bindColorTarget (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/rs/
H A DrsFBOCache.h36 void bindColorTarget(Context *rsc, Allocation *a, uint32_t slot);
H A DrsScriptC_LibGL.cpp91 rsc->mFBOCache.bindColorTarget(rsc, a, slot); in rsrBindFrameBufferObjectColorTarget()
102 rsc->mFBOCache.bindColorTarget(rsc, nullptr, slot); in rsrClearFrameBufferObjectColorTarget()
H A DrsFBOCache.cpp46 void FBOCache::bindColorTarget(Context *rsc, Allocation *a, uint32_t slot) { in bindColorTarget() function in android::renderscript::FBOCache