Home
last modified time | relevance | path

Searched defs:InterfaceBlockField (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h225 struct InterfaceBlockField : public ShaderVariable struct
230 InterfaceBlockField &operator=(const InterfaceBlockField &other); argument
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp375 InterfaceBlockField::InterfaceBlockField() {} in InterfaceBlockField() function in sh::InterfaceBlockField
379 InterfaceBlockField::InterfaceBlockField(const InterfaceBlockField &other) : ShaderVariable(other) in InterfaceBlockField() function in sh::InterfaceBlockField
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h258 using InterfaceBlockField = ShaderVariable; variable