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

  /external/autotest/client/deps/glbench/src/
yuv2rgb_3.glslf 37 uniform sampler2D ySampler;
49 float yChannel = texture2D(ySampler, yPlane).r;
yuv2rgb_4.glslf 37 uniform sampler2D ySampler;
48 float yChannel = texture2D(ySampler, yPlane).r;
yuvtest.cc 89 int ySampler = glGetUniformLocation(program, "ySampler");
99 glUniform1i(ySampler, 2);

Completed in 508 milliseconds