Searched defs:UniformData (Results 1 – 6 of 6) sorted by relevance
72 struct UniformData { in DEF_GRAPHITE_TEST_FOR_CONTEXTS() struct73 SkPoint fScale; in DEF_GRAPHITE_TEST_FOR_CONTEXTS()74 SkPoint fTranslate; in DEF_GRAPHITE_TEST_FOR_CONTEXTS()75 SkColor4f fColor; in DEF_GRAPHITE_TEST_FOR_CONTEXTS()
17 class UniformData; variable
69 UniformData(int count, in UniformData() function
22 struct UniformData struct26 const TVariable *flattened;43 TVector<unsigned int> mSubArraySizes;
210 struct UniformData struct212 UniformData (glw::GLuint uniformLocation, const std::string& uniformName) in UniformData() function217 ~UniformData (void) {} in ~UniformData()219 glw::GLuint location;220 std::string name;221 bool toggleDecode;
70 enum class UniformData { enum