Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.hpp191 struct UniformSlot struct
193 std::string name;
194 glu::DataType type;
197 {
204 } value;
207 {
216 } sampler;
218 inline UniformSlot (void) in UniformSlot() argument
/external/skia/src/gpu/graphite/
DDrawPass.h40 enum class UniformSlot; variable
DDrawTypes.h179 enum class UniformSlot { enum