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

/external/chromium_org/third_party/mesa/src/src/glsl/builtins/profiles/
H A DARB_shader_texture_lod.frag8 vec4 texture2DLod (sampler2D sampler, vec2 coord, float lod);
9 vec4 texture2DProjLod(sampler2D sampler, vec3 coord, float lod);
10 vec4 texture2DProjLod(sampler2D sampler, vec4 coord, float lod);
H A DARB_shader_texture_lod.glsl9 vec4 texture2DGradARB (sampler2D sampler,
11 vec4 texture2DProjGradARB (sampler2D sampler,
13 vec4 texture2DProjGradARB (sampler2D sampler,
/external/mesa3d/src/glsl/builtins/profiles/
H A DARB_shader_texture_lod.frag8 vec4 texture2DLod (sampler2D sampler, vec2 coord, float lod);
9 vec4 texture2DProjLod(sampler2D sampler, vec3 coord, float lod);
10 vec4 texture2DProjLod(sampler2D sampler, vec4 coord, float lod);
H A DARB_shader_texture_lod.glsl9 vec4 texture2DGradARB (sampler2D sampler,
11 vec4 texture2DProjGradARB (sampler2D sampler,
13 vec4 texture2DProjGradARB (sampler2D sampler,
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/
H A Dsimple_water.frag8 uniform sampler2D m_water_normalmap;
9 uniform sampler2D m_water_reflection;
10 uniform sampler2D m_water_refraction;
11 uniform sampler2D m_water_dudvmap;
12 uniform sampler2D m_water_depthmap;
/external/chromium_org/cc/output/
H A Dshader.cc732 uniform sampler2D s_texture;
746 uniform sampler2D s_texture;
768 uniform sampler2D s_texture;
782 uniform sampler2D s_texture;
828 uniform sampler2D s_texture;
844 uniform sampler2D s_texture;
874 uniform sampler2D s_texture;
887 uniform sampler2D s_texture;
899 uniform sampler2D s_texture;
914 uniform sampler2D s_textur
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_copy_texture_chromium.cc66 uniform sampler2D u_texSampler;
73 uniform sampler2D u_texSampler;
80 uniform sampler2D u_texSampler;
88 uniform sampler2D u_texSampler;
97 uniform sampler2D u_texSampler;
105 uniform sampler2D u_texSampler;
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dshaders.cc175 uniform sampler2D y_texture;
176 uniform sampler2D u_texture;
177 uniform sampler2D v_texture;
196 uniform sampler2D s_texture;
213 uniform sampler2D s_texture;
/external/chromium_org/third_party/angle_dx11/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...]
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_shader_debug.spec182 void printMESA(const sampler2D value)
/external/mesa3d/docs/
H A DMESA_shader_debug.spec182 void printMESA(const sampler2D value)
/external/chromium_org/gpu/command_buffer/tests/
H A Dcompressed_texture_test.cc172 uniform sampler2D u_texture;
H A Dgl_depth_texture_unittest.cc88 uniform sampler2D u_texture;
/external/chromium_org/content/common/gpu/media/
H A Drendering_helper_gl.cc411 uniform sampler2D tex;
418 uniform sampler2D tex;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
H A DCustomFilterValidatedProgram.cpp268 uniform sampler2D css_u_texture;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc4816 { (yyval.identifier) = "sampler2D"; }

Completed in 502 milliseconds