Searched refs:fSamplerExternalOES_Type (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLContext.h | 97 , fSamplerExternalOES_Type(new Type("samplerExternalOES", SpvDim2D, false, false, in Context() 299 const std::unique_ptr<Type> fSamplerExternalOES_Type; variable
|
D | SkSLGLSLCodeGenerator.cpp | 633 if (c.fArguments[0]->fType != *fContext.fSamplerExternalOES_Type) { in writeFunctionCall() 1269 if (!fFoundExternalSamplerDecl && var.fVar->fType == *fContext.fSamplerExternalOES_Type) { in writeFunctionCall()
|
/external/skqp/src/sksl/ |
D | SkSLContext.h | 94 , fSamplerExternalOES_Type(new Type("samplerExternalOES", SpvDim2D, false, false, in Context() 293 const std::unique_ptr<Type> fSamplerExternalOES_Type; variable
|
D | SkSLGLSLCodeGenerator.cpp | 629 if (c.fArguments[0]->fType != *fContext.fSamplerExternalOES_Type) { in writeFunctionCall() 1242 if (!fFoundExternalSamplerDecl && var.fVar->fType == *fContext.fSamplerExternalOES_Type) { in writeFunctionCall()
|