Searched refs:fInputSize (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/gpu/effects/ |
D | GrSkSLFP.cpp | 252 , fInputSize(inputSize) { in GrSkSLFP() 264 , fInputs(new int8_t[other.fInputSize]) in GrSkSLFP() 265 , fInputSize(other.fInputSize) { in GrSkSLFP() 266 memcpy(fInputs.get(), other.fInputs.get(), fInputSize); in GrSkSLFP() 289 const SkSL::Program* specialized = fFactory->getSpecialization(fKey, fInputs.get(), fInputSize); in onCreateGLSLInstance() 351 SkASSERT(fIndex != sk.fIndex || fInputSize == sk.fInputSize); in onIsEqual() 353 !memcmp(fInputs.get(), sk.fInputs.get(), fInputSize); in onIsEqual()
|
D | GrSkSLFP.h | 112 size_t fInputSize; variable
|
/external/skia/src/gpu/effects/ |
D | GrSkSLFP.cpp | 274 , fInputSize(inputSize) { in GrSkSLFP() 287 , fInputs(new int8_t[other.fInputSize]) in GrSkSLFP() 288 , fInputSize(other.fInputSize) { in GrSkSLFP() 289 memcpy(fInputs.get(), other.fInputs.get(), fInputSize); in GrSkSLFP() 312 const SkSL::Program* specialized = fFactory->getSpecialization(fKey, fInputs.get(), fInputSize); in onCreateGLSLInstance() 384 SkASSERT(fIndex != sk.fIndex || fInputSize == sk.fInputSize); in onIsEqual() 386 !memcmp(fInputs.get(), sk.fInputs.get(), fInputSize); in onIsEqual()
|
D | GrSkSLFP.h | 129 size_t fInputSize; variable
|