HomeSort by relevance Sort by last modified time
    Searched refs:SwizzleCacheValue (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
TextureStorage11.h 102 struct SwizzleCacheValue
109 SwizzleCacheValue();
110 SwizzleCacheValue(GLenum red, GLenum green, GLenum blue, GLenum alpha);
112 bool operator ==(const SwizzleCacheValue &other) const;
113 bool operator !=(const SwizzleCacheValue &other) const;
115 SwizzleCacheValue mSwizzleCache[gl::IMPLEMENTATION_MAX_TEXTURE_LEVELS];
TextureStorage11.cpp 27 TextureStorage11::SwizzleCacheValue::SwizzleCacheValue()
32 TextureStorage11::SwizzleCacheValue::SwizzleCacheValue(GLenum red, GLenum green, GLenum blue, GLenum alpha)
37 bool TextureStorage11::SwizzleCacheValue::operator==(const SwizzleCacheValue &other) const
45 bool TextureStorage11::SwizzleCacheValue::operator!=(const SwizzleCacheValue &other) const
245 SwizzleCacheValue swizzleTarget(swizzleRed, swizzleGreen, swizzleBlue, swizzleAlpha);
275 // The default constructor of SwizzleCacheValue has GL_NONE for all channels which is not
    [all...]

Completed in 56 milliseconds