Lines Matching refs:samplerExternalOES
260 TType *samplerExternalOES = new TType(EbtSamplerExternalOES); in InsertBuiltInFunctions() local
262 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2D", samplerExternalOES, float2); in InsertBuiltInFunctions()
263 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2DProj", samplerExternalOES, float3); in InsertBuiltInFunctions()
264 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2DProj", samplerExternalOES, float4); in InsertBuiltInFunctions()
265 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture3D", samplerExternalOES, float3); in InsertBuiltInFunctions()
270 TType *samplerExternalOES = new TType(EbtSamplerExternalOES); in InsertBuiltInFunctions() local
272 symbolTable.insertBuiltIn(ESSL3_BUILTINS, float4, "texture", samplerExternalOES, float2); in InsertBuiltInFunctions()
273 … symbolTable.insertBuiltIn(ESSL3_BUILTINS, float4, "textureProj", samplerExternalOES, float3); in InsertBuiltInFunctions()
274 … symbolTable.insertBuiltIn(ESSL3_BUILTINS, float4, "textureProj", samplerExternalOES, float4); in InsertBuiltInFunctions()
276 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", samplerExternalOES, int1); in InsertBuiltInFunctions()
277 … symbolTable.insertBuiltIn(ESSL3_BUILTINS, float4, "texelFetch", samplerExternalOES, int2, int1); in InsertBuiltInFunctions()