Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DTexture.h126 mCachedSamplerCompareMode != samplerState.getCompareMode()) in compatibleWithSamplerFormat()
129 mCachedSamplerCompareMode = samplerState.getCompareMode(); in compatibleWithSamplerFormat()
244 mutable GLenum mCachedSamplerCompareMode; variable
DTexture.cpp109 mCachedSamplerCompareMode(GL_NONE), in TextureState()