Home
last modified time | relevance | path

Searched defs:TextureFormatInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTextureUtil.hpp88 struct TextureFormatInfo struct
90 Vec4 valueMin;
91 Vec4 valueMax;
92 Vec4 lookupScale;
93 Vec4 lookupBias;
95TextureFormatInfo (const Vec4& valueMin_, const Vec4& valueMax_, const Vec4& lookupScale_, const V… in TextureFormatInfo() argument
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DTextureGL.h26 struct TextureFormatInfo { struct
43 TextureFormatInfo GetGLFormat() const; argument