OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u_texture
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/output/
shader.cc
1339
uniform SamplerType
u_texture
;
local
1401
uniform SamplerType
u_texture
;
local
[
all
...]
/external/chromium_org/gpu/tools/compositor_model_bench/
shaders.cc
176
uniform sampler2D
u_texture
;
local
183
float u_unsigned = texture2D(
u_texture
, uv_texCoord).x;
312
int uTexLoc = glGetUniformLocationARB(program, "
u_texture
");
Completed in 170 milliseconds