Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp880 const int stencilChannelIndex = 3; in getPixStencil() local
881 … return channelToInt(pixelPtr + getChannelSize(m_format.type)*stencilChannelIndex, m_format.type); in getPixStencil()
1114 const int stencilChannelIndex = 3; in setPixStencil() local
1115 …intToChannel(pixelPtr + getChannelSize(m_format.type)*stencilChannelIndex, stencil, m_format.type); in setPixStencil()