Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsSampler.h27 const static uint32_t RS_MAX_SAMPLER_SLOT = 16; variable
82 ObjectBaseRef<Sampler> mSamplers[RS_MAX_SAMPLER_SLOT];
86 for (uint32_t i = 0; i < RS_MAX_SAMPLER_SLOT; i ++) { in deinit()
DrsContext.cpp605 if (slot > RS_MAX_SAMPLER_SLOT) { in rsi_ContextBindSampler()