Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A 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() argument
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDrawPass.h39 enum class UniformSlot; variable
H A DDrawTypes.h137 enum class UniformSlot { enum