Searched defs:sampler2D (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
H A DInitialize.cpp324 TType *sampler2D = new TType(EbtSampler2D, EbpUndefined, EvqGlobal, 1); local
330 symbolTable.insertBuiltIn(float4, "texture2D", sampler2D, float2);
331 symbolTable.insertBuiltIn(float4, "texture2DProj", sampler2D, float3);
332 symbolTable.insertBuiltIn(float4, "texture2DProj", sampler2D, float4);
355 symbolTable.insertBuiltIn(float4, "texture2D", sampler2D, float2, float1);
356 symbolTable.insertBuiltIn(float4, "texture2DProj", sampler2D, float3, float1);
357 symbolTable.insertBuiltIn(float4, "texture2DProj", sampler2D, float4, float1);
381 symbolTable.insertBuiltIn(float4, "texture2DLod", sampler2D, float2, float1);
382 symbolTable.insertBuiltIn(float4, "texture2DProjLod", sampler2D, float3, float1);
383 symbolTable.insertBuiltIn(float4, "texture2DProjLod", sampler2D, float
[all...]

Completed in 131 milliseconds