Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/
H A DrsProgramFragment.h45 int32_t mTextureUniformIndexStart; variable
/aosp12/frameworks/rs/driver/
H A DrsdShader.h124 int32_t mTextureUniformIndexStart; variable
H A DrsdShader.cpp134 mTextureUniformIndexStart = uniformCount; in init()
485 RSD_CALL_GL(glUniform1i, sc->fragUniformSlot(mTextureUniformIndexStart + ct), ct); in setupTextures()