| Index: src/gpu/gl/GrGLAssembleGLESInterface.h
|
| diff --git a/src/gpu/gl/GrGLAssembleGLESInterface.h b/src/gpu/gl/GrGLAssembleGLESInterface.h
|
| index d3ebebd75671f2d900d935b399886bc4c99c2769..8162c2d9b5f0b1e3f6e18c73573a213f589dc2e8 100644
|
| --- a/src/gpu/gl/GrGLAssembleGLESInterface.h
|
| +++ b/src/gpu/gl/GrGLAssembleGLESInterface.h
|
| @@ -276,6 +276,10 @@ static const GrGLInterface* GrGLAssembleGLESInterface(void* ctx, GrGLGetProc get
|
| GET_PROC_SUFFIX(CoverStrokePath, NV);
|
| GET_PROC_SUFFIX(CoverFillPathInstanced, NV);
|
| GET_PROC_SUFFIX(CoverStrokePathInstanced, NV);
|
| + GET_PROC_SUFFIX(StencilThenCoverFillPath, NV);
|
| + GET_PROC_SUFFIX(StencilThenCoverStrokePath, NV);
|
| + GET_PROC_SUFFIX(StencilThenCoverFillPathInstanced, NV);
|
| + GET_PROC_SUFFIX(StencilThenCoverStrokePathInstanced, NV);
|
| GET_PROC_SUFFIX(ProgramPathFragmentInputGen, NV);
|
| }
|
|
|
|
|