Searched refs:strType (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 294 strType = _str.str(); in UniformType() 304 return strType; in str() 395 strType = "sampler2D"; in fill() 399 refStrType = strType = "float"; in fill() 403 refStrType = strType = "int"; in fill() 407 refStrType = strType = "uint"; in fill() 412 refStrType = strType = "vec2"; in fill() 417 refStrType = strType = "vec3"; in fill() 422 refStrType = strType = "vec4"; in fill() 427 strType in fill() 506 std::string strType, refStrType; global() member in glcts::__anon27691::UniformType [all...] |
/third_party/skia/modules/svg/src/ |
H A D | SkSVGDOM.cpp | 70 SkSVGStringType strType = SkSVGStringType(str); in SetStringAttribute() local 71 node->setAttribute(attr, SkSVGStringValue(strType)); in SetStringAttribute()
|
/third_party/skia/src/core/ |
H A D | SkPath.cpp | 1866 int count, SkScalarAsStringType strType, SkScalar conicWeight = -12345) { in append_params() 1874 SkAppendScalar(str, values[i], strType); in append_params() 1881 SkAppendScalar(str, conicWeight, strType); in append_params() 1884 if (kHex_SkScalarAsStringType == strType) { in append_params() 1865 append_params(SkString* str, const char label[], const SkPoint pts[], int count, SkScalarAsStringType strType, SkScalar conicWeight = -12345) append_params() argument
|
Completed in 10 milliseconds