Searched refs:EbtSamplerVideoWEBGL (Results 1 – 14 of 14) sorted by relevance
/external/angle/src/compiler/translator/ |
D | BaseTypes.h | 108 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()
|
D | TextureFunctionHLSL.cpp | 241 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()
|
D | UtilsHLSL.cpp | 76 case EbtSamplerVideoWEBGL: in TextureGroup() 978 case EbtSamplerVideoWEBGL: in TypeString()
|
D | Types.h | 359 bool isSamplerVideoWEBGL() const { return type == EbtSamplerVideoWEBGL; } in isSamplerVideoWEBGL()
|
D | Types.cpp | 143 case EbtSamplerVideoWEBGL: in getBasicString()
|
D | util.cpp | 381 case EbtSamplerVideoWEBGL: in GLVariableType()
|
D | BuildSPIRV.cpp | 408 case EbtSamplerVideoWEBGL: in getSpirvType() 782 case EbtSamplerVideoWEBGL: in getImageTypeParameters()
|
D | OutputGLSLBase.cpp | 1079 if (type.getBasicType() == EbtSamplerVideoWEBGL) in getTypeName()
|
D | glslang.y | 1267 $$.initialize(EbtSamplerVideoWEBGL, @1);
|
D | glslang_tab_autogen.cpp | 4492 (yyval.interm.typeSpecifierNonArray).initialize(EbtSamplerVideoWEBGL, (yylsp[0])); in yyparse()
|
D | SymbolTable_ESSL_autogen.cpp | 2754 StaticType::Get<EbtSamplerVideoWEBGL, EbpUndefined, EvqGlobal, 1, 1>());
|
D | SymbolTable_autogen.cpp | 4026 StaticType::Get<EbtSamplerVideoWEBGL, EbpUndefined, EvqGlobal, 1, 1>());
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | TranslatorMetalUtils.cpp | 173 case EbtSamplerVideoWEBGL: in getBasicMetalString()
|
D | SymbolEnv.cpp | 514 case EbtSamplerVideoWEBGL: in GetTextureBasicType() 688 case EbtSamplerVideoWEBGL: in GetTextureTypeName()
|