Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DTextureGL.h45 bool depthStencilWorkaround; member
57 bool depthStencilWorkaround,
DTextureGL.cpp131 depthStencilWorkaround(depthStencilWorkaround_), in LevelInfoGL()
1869 else if (levelInfo.depthStencilWorkaround) in syncTextureStateSwizzle()
1932 bool updateWorkarounds = levelInfo.depthStencilWorkaround || levelInfo.lumaWorkaround.enabled || in setLevelInfo()
1941 updateWorkarounds |= curLevelInfo.depthStencilWorkaround; in setLevelInfo()