Home
last modified time | relevance | path

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

/external/angle/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()
779 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.cpp76 case EbtSamplerVideoWEBGL: in TextureGroup()
978 case EbtSamplerVideoWEBGL: in TypeString()
DTypes.h359 bool isSamplerVideoWEBGL() const { return type == EbtSamplerVideoWEBGL; } in isSamplerVideoWEBGL()
DTypes.cpp143 case EbtSamplerVideoWEBGL: in getBasicString()
Dutil.cpp381 case EbtSamplerVideoWEBGL: in GLVariableType()
DBuildSPIRV.cpp408 case EbtSamplerVideoWEBGL: in getSpirvType()
782 case EbtSamplerVideoWEBGL: in getImageTypeParameters()
DOutputGLSLBase.cpp1079 if (type.getBasicType() == EbtSamplerVideoWEBGL) in getTypeName()
Dglslang.y1267 $$.initialize(EbtSamplerVideoWEBGL, @1);
Dglslang_tab_autogen.cpp4492 (yyval.interm.typeSpecifierNonArray).initialize(EbtSamplerVideoWEBGL, (yylsp[0])); in yyparse()
DSymbolTable_ESSL_autogen.cpp2754 StaticType::Get<EbtSamplerVideoWEBGL, EbpUndefined, EvqGlobal, 1, 1>());
DSymbolTable_autogen.cpp4026 StaticType::Get<EbtSamplerVideoWEBGL, EbpUndefined, EvqGlobal, 1, 1>());
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DTranslatorMetalUtils.cpp173 case EbtSamplerVideoWEBGL: in getBasicMetalString()
DSymbolEnv.cpp514 case EbtSamplerVideoWEBGL: in GetTextureBasicType()
688 case EbtSamplerVideoWEBGL: in GetTextureTypeName()