Searched refs:ShaderVarHandle (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/
H A DGrGLPrimitiveProcessor.h100 class ShaderVarHandle { class in class:GrGLPrimitiveProcessor
103 ShaderVarHandle() : fHandle(-1) {} function in class:GrGLPrimitiveProcessor::ShaderVarHandle
104 ShaderVarHandle(int value) : fHandle(value) { SkASSERT(this->isValid()); } function in class:GrGLPrimitiveProcessor::ShaderVarHandle
117 ShaderVarHandle fHandle;
H A DGrGLPathProcessor.cpp83 fInstalledTransforms[i][t].fHandle = ShaderVarHandle(varyingInfo.fLocation);

Completed in 1151 milliseconds