HomeSort by relevance Sort by last modified time
    Searched refs:ESSL1_BUILTINS (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
Initialize.cpp 332 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2D", sampler2D, float2);
333 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2DProj", sampler2D, float3);
334 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2DProj", sampler2D, float4);
335 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "textureCube", samplerCube, float3);
341 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2D", samplerExternalOES, float2);
342 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2DProj", samplerExternalOES, float3);
343 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2DProj", samplerExternalOES, float4);
350 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2DRect", sampler2DRect, float2);
351 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2DRectProj", sampler2DRect, float3);
352 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2DRectProj", sampler2DRect, float4)
    [all...]
SymbolTable.cpp 111 if (level == ESSL1_BUILTINS && shaderVersion != 100)
133 if (level == ESSL1_BUILTINS && shaderVersion != 100)
SymbolTable.h 305 ESSL1_BUILTINS = 1,

Completed in 29 milliseconds