Searched defs:kVec2f_GrSLType (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/gl/builders/
H A DGrGLShaderBuilder.cpp16 if (kVec2f_GrSLType == type) {
29 GrSLType varyingType = kVec2f_GrSLType) {
172 kVec2f_GrSLType);
23 append_texture_lookup(SkString* out, GrGLGpu* gpu, const char* samplerName, const char* coordName, uint32_t configComponentMask, const char* swizzle, GrSLType varyingType = kVec2f_GrSLType) argument
/external/skia/include/gpu/
H A DGrTypesPriv.h22 kVec2f_GrSLType, enumerator in enum:GrSLType
71 GR_STATIC_ASSERT(2 == kVec2f_GrSLType);
87 GR_STATIC_ASSERT(kVec2f_GrSLType == 2);
99 GR_STATIC_ASSERT(2 == kVec2f_GrSLType);
183 return kVec2f_GrSLType;

Completed in 1699 milliseconds