Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/
H A DgluVarTypeUtil.hpp143 struct TypeAccessFormat struct
145TypeAccessFormat(const VarType &type_, const TypeComponentVector &path_) : type(type_), path(path_) in TypeAccessFormat() function
149 const VarType &type;
150 const TypeComponentVector &path;