Home
last modified time | relevance | path

Searched refs:kSamplerTypes (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLGpu.cpp3372 static const GrSLType kSamplerTypes[3] = { kSampler2D_GrSLType, kSamplerExternal_GrSLType, in createCopyPrograms() local
3376 if (kSamplerExternal_GrSLType == kSamplerTypes[i] && in createCopyPrograms()
3380 if (kSampler2DRect_GrSLType == kSamplerTypes[i] && in createCopyPrograms()
3389 GrGLSLShaderVar uTexture("u_texture", kSamplerTypes[i], in createCopyPrograms()
3428 if (kSamplerTypes[i] == kSamplerExternal_GrSLType) { in createCopyPrograms()
3453 GrGLSLTexture2DFunctionName(kVec2f_GrSLType, kSamplerTypes[i], this->glslGeneration()) in createCopyPrograms()