Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp837 const int stencilChannelIndex = 3; in getPixStencil() local
838 … return channelToInt(pixelPtr + getChannelSize(m_format.type)*stencilChannelIndex, m_format.type); in getPixStencil()
1073 const int stencilChannelIndex = 3; in setPixStencil() local
1074 …intToChannel(pixelPtr + getChannelSize(m_format.type)*stencilChannelIndex, stencil, m_format.type); in setPixStencil()