Lines Matching defs:tex
121 GLuint tex = renderEnvironment->ConvertFromYUVToRGB(effectBuffer.get(), format);
122 EXPECT_NE(tex, 0);
125 renderEnvironment->DrawFrame(tex, type);
127 effectBuffer->tex = renderEnvironment->RequestBuffer(WIDTH, HEIGHT);
128 EXPECT_NE(effectBuffer->tex, nullptr);
131 renderEnvironment->DrawFrame(tex, type);
134 renderEnvironment->DrawFrame(tex, type);
136 renderEnvironment->DrawFrame(tex, type);
139 renderEnvironment->DrawFrame(tex, type);
142 renderEnvironment->DrawFrame(tex, type);
144 renderEnvironment->DrawFrame(tex, type);
147 renderEnvironment->DrawFrame(tex, type);
150 renderEnvironment->DrawFrame(tex, type);
152 renderEnvironment->DrawFrame(tex, type);
161 effectBuffer->tex = texptr;
184 GLuint tex = renderEnvironment->ConvertFromYUVToRGB(effectBuffer.get(), format);
185 EXPECT_NE(tex, 0);
228 effectBuffer->tex = texptr;