Home
last modified time | relevance | path

Searched refs:outTypes (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/particles/src/
H A DSkParticleBinding.cpp59 void getCallParameterTypes(const SkSL::Type** outTypes) const override {
60 outTypes[0] = fCompiler.context().fTypes.fFloat.get();
177 void getCallParameterTypes(const SkSL::Type** outTypes) const override {
178 outTypes[0] = fCompiler.context().fTypes.fFloat2.get();
/third_party/skia/src/sksl/ir/
H A DSkSLExternalFunction.h29 * Fills in the outTypes array with pointers to the parameter types. outTypes must be able to
32 virtual void getCallParameterTypes(const Type** outTypes) const = 0;
/third_party/skia/tests/
H A DSkSLInterpreterTest.cpp877 void getCallParameterTypes(const SkSL::Type** outTypes) const override {
878 outTypes[0] = fCompiler.context().fTypes.fFloat.get();
927 void getCallParameterTypes(const SkSL::Type** outTypes) const override {
928 outTypes[0] = fCompiler.context().fTypes.fFloat.get();
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp1041 vector<glu::DataType> outTypes; in createRandomCase() local
1062 outTypes.push_back(basicType); in createRandomCase()
1067 DE_ASSERT((int)outTypes.size() == numTargets); in createRandomCase()
1072 glu::DataType outType = outTypes[targets.size()]; in createRandomCase()

Completed in 7 milliseconds