Lines Matching defs:dst
163 void renderTex (tcu::Surface& dst, deUint32 program, int width, int height);
164 void readPixels (tcu::Surface& dst, int x, int y, int width, int height);
229 void TextureSpecCase::renderTex (tcu::Surface& dst, deUint32 program, int width, int height)
240 readPixels(dst, 0, 0, width, height);
243 void TextureSpecCase::readPixels (tcu::Surface& dst, int x, int y, int width, int height)
245 dst.setSize(width, height);
246 glReadPixels(x, y, width, height, GL_RGBA, GL_UNSIGNED_BYTE, dst.getAccess().getDataPtr());
310 tcu::Surface& dst = ndx ? reference : result;
316 renderTex(dst, shaderID, levelW, levelH);
401 tcu::Surface& dst = ndx ? reference : result;
407 renderTex(dst, shaderID, levelSize, levelSize);
501 tcu::Surface& dst = ndx ? reference : result;
507 renderTex(dst, shaderID, levelW, levelH);
602 tcu::Surface& dst = ndx ? reference : result;
608 renderTex(dst, shaderID, levelW, levelH);