HomeSort by relevance Sort by last modified time
    Searched refs:childInputs (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/glsl/
GrGLSLFragmentProcessor.cpp 49 TransformedCoordVars coordVars = args.fTransformedCoords.childInputs(childIndex);
50 TextureSamplers textureSamplers = args.fTexSamplers.childInputs(childIndex);
51 BufferSamplers bufferSamplers = args.fBufferSamplers.childInputs(childIndex);
52 ImageStorages imageStorages = args.fImageStorages.childInputs(childIndex);
GrGLSLFragmentProcessor.h 52 BuilderInputProvider childInputs(int childIdx) const {

Completed in 562 milliseconds