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

  /frameworks/rs/driver/
rsdShaderCache.h 65 int32_t fragUniformSlot(uint32_t a) const {return mCurrent->fragUniforms[a].slot;}
rsdShader.cpp 481 RSD_CALL_GL(glUniform1i, sc->fragUniformSlot(mTextureUniformIndexStart + ct), ct);
549 slot = sc->fragUniformSlot(uidx);

Completed in 70 milliseconds