Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DBaseTypes.h108 EbtSamplerVideoWEBGL, enumerator
109 EbtGuardSamplerEnd = EbtSamplerVideoWEBGL, // non type: see implementation of IsSampler()
288 case EbtSamplerVideoWEBGL: in IsIntegerSampler()
469 case EbtSamplerVideoWEBGL: in IsSampler2D()
555 case EbtSamplerVideoWEBGL: in IsSamplerCube()
611 case EbtSamplerVideoWEBGL: in IsSampler3D()
667 case EbtSamplerVideoWEBGL: in IsSamplerArray()
723 case EbtSamplerVideoWEBGL: in IsSampler1D()
792 case EbtSamplerVideoWEBGL: in IsShadowSampler()
DTextureFunctionHLSL.cpp241 case EbtSamplerVideoWEBGL: in GetHLSLCoordCount()
287 case EbtSamplerVideoWEBGL: in OutputTextureFunctionArgumentList()
366 case EbtSamplerVideoWEBGL: in OutputTextureFunctionArgumentList()
437 case EbtSamplerVideoWEBGL: in OutputTextureFunctionArgumentList()
1026 case EbtSamplerVideoWEBGL: in OutputTextureSampleFunctionReturnStatement()
1303 case EbtSamplerVideoWEBGL: in getReturnType()
1331 case EbtSamplerVideoWEBGL: in getReturnType()
DUtilsHLSL.cpp78 case EbtSamplerVideoWEBGL: in TextureGroup()
980 case EbtSamplerVideoWEBGL: in TypeString()
DTypes.h361 bool isSamplerVideoWEBGL() const { return type == EbtSamplerVideoWEBGL; } in isSamplerVideoWEBGL()
DTypes.cpp143 case EbtSamplerVideoWEBGL: in getBasicString()
Dutil.cpp381 case EbtSamplerVideoWEBGL: in GLVariableType()
DBuildSPIRV.cpp538 case EbtSamplerVideoWEBGL: in getSpirvType()
956 case EbtSamplerVideoWEBGL: in getImageTypeParameters()
DOutputGLSLBase.cpp1107 if (type.getBasicType() == EbtSamplerVideoWEBGL) in getTypeName()
Dglslang.y1278 $$.initialize(EbtSamplerVideoWEBGL, @1);
Dglslang_tab_autogen.cpp4505 (yyval.interm.typeSpecifierNonArray).initialize(EbtSamplerVideoWEBGL, (yylsp[0])); in yyparse()
DSymbolTable_ESSL_autogen.cpp2780 StaticType::Get<EbtSamplerVideoWEBGL, EbpUndefined, EvqGlobal, 1, 1>());
DSymbolTable_autogen.cpp4045 StaticType::Get<EbtSamplerVideoWEBGL, EbpUndefined, EvqGlobal, 1, 1>());
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DTranslatorMetalUtils.cpp173 case EbtSamplerVideoWEBGL: in getBasicMetalString()
DSymbolEnv.cpp513 case EbtSamplerVideoWEBGL: in GetTextureBasicType()
687 case EbtSamplerVideoWEBGL: in GetTextureTypeName()