OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uvSampler
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/deps/glbench/src/
yuv2rgb_4.glslf
38
uniform sampler2D
uvSampler
; /* GL_LUMINANCE_ALPHA */
49
vec2 uvChannel = texture2D(
uvSampler
, uvPlane).ra;
yuvtest.cc
92
int
uvSampler
= glGetUniformLocation(program, "
uvSampler
");
102
glUniform1i(
uvSampler
, 5);
Completed in 47 milliseconds