Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.hpp234 struct UniformSlot struct
236 std::string name;
237 glu::DataType type;
240 {
247 } value;
250 {
259 } sampler;
261 inline UniformSlot(void) : type(glu::TYPE_LAST) in UniformSlot() function
/external/skia/src/gpu/graphite/
DDrawPass.h39 enum class UniformSlot; variable
DDrawTypes.h137 enum class UniformSlot { enum