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

  /external/skia/platform_tools/android/apps/skar_java/src/main/assets/shaders/
screenquad.frag 20 uniform samplerExternalOES sTexture;
  /external/skqp/platform_tools/android/apps/skar_java/src/main/assets/shaders/
screenquad.frag 20 uniform samplerExternalOES sTexture;
  /external/swiftshader/src/OpenGL/compiler/
Initialize.cpp 260 TType *samplerExternalOES = new TType(EbtSamplerExternalOES);
262 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2D", samplerExternalOES, float2);
263 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2DProj", samplerExternalOES, float3);
264 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture2DProj", samplerExternalOES, float4);
265 symbolTable.insertBuiltIn(ESSL1_BUILTINS, float4, "texture3D", samplerExternalOES, float3);
270 TType *samplerExternalOES = new TType(EbtSamplerExternalOES);
272 symbolTable.insertBuiltIn(ESSL3_BUILTINS, float4, "texture", samplerExternalOES, float2);
273 symbolTable.insertBuiltIn(ESSL3_BUILTINS, float4, "textureProj", samplerExternalOES, float3);
274 symbolTable.insertBuiltIn(ESSL3_BUILTINS, float4, "textureProj", samplerExternalOES, float4);
276 symbolTable.insertBuiltIn(ESSL3_BUILTINS, int2, "textureSize", samplerExternalOES, int1)
    [all...]
  /external/mesa3d/src/compiler/glsl/tests/
sampler_types_test.cpp 99 T(samplerExternalOES,
  /external/mesa3d/src/compiler/
builtin_type_macros.h 162 DECL_TYPE(samplerExternalOES, GL_SAMPLER_EXTERNAL_OES, GLSL_TYPE_SAMPLER, GLSL_SAMPLER_DIM_EXTERNAL, 0, 0, GLSL_TYPE_FLOAT)

Completed in 675 milliseconds