Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrShaderProgram.hpp89 struct FragmentOutput struct
91 FragmentOutput (rr::GenericVecType type_) : type(type_) { } in FragmentOutput() function
93 rr::GenericVecType type;
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFragmentOutputTests.cpp93 struct FragmentOutput struct
95 FragmentOutput (void) in FragmentOutput() argument
103FragmentOutput (glu::DataType type_, glu::Precision precision_, int location_, int arrayLength_ = … in FragmentOutput() function
111 glu::DataType type;
112 glu::Precision precision;
113 int location;
114 int arrayLength; //!< 0 if not an array.