Home
last modified time | relevance | path

Searched refs:RS_MAX_SAMPLER_SLOT (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/
DrsSampler.h26 const static uint32_t RS_MAX_SAMPLER_SLOT = 16; variable
90 ObjectBaseRef<Sampler> mSamplers[RS_MAX_SAMPLER_SLOT];
94 for (uint32_t i = 0; i < RS_MAX_SAMPLER_SLOT; i ++) { in deinit()
DrsContext.cpp803 if (slot > RS_MAX_SAMPLER_SLOT) { in rsi_ContextBindSampler()