Home
last modified time | relevance | path

Searched defs:UniformData (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/tests/graphite/
DCommandBufferTest.cpp72 struct UniformData { in DEF_GRAPHITE_TEST_FOR_CONTEXTS() struct
73 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()
/third_party/skia/experimental/graphite/src/
DUniformCache.h17 class UniformData; variable
DContextUtils.h69 UniformData(int count, in UniformData() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteArrayOfArrayOfOpaqueUniforms.cpp22 struct UniformData struct
26 const TVariable *flattened;
43 TVector<unsigned int> mSubArraySizes;
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp210 struct UniformData struct
212 UniformData (glw::GLuint uniformLocation, const std::string& uniformName) in UniformData() function
217 ~UniformData (void) {} in ~UniformData()
219 glw::GLuint location;
220 std::string name;
221 bool toggleDecode;
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDrawCallPerf.cpp70 enum class UniformData { enum