Lines Matching defs:render
898 // render function has a default implentation. Can be overriden for special cases
899 virtual void render (void);
1052 this->render();
1263 void SRGBTestCase::render (void)
1401 // - in fragment shader, sample the texture using texture*() and render texel values to a color attachment in the FBO
1472 // - in fragment shader, sample the texture using texture*() and render texel values to a color attachment in the FBO
1543 // - in fragment shader, sample the texture using texelFetch*() and render texel values to a color attachment in the FBO
1613 // - render green image for pass or red for fail
1677 void render (void);
1682 void DecodeToggledCase::render (void)
1684 // override the base SRGBTestCase render function with the purpose of switching between shader programs,
1750 // - render green image for pass or red for fail