Home | History | Annotate | Download | only in performance

Lines Matching defs:RENDER_SIZE

506 	enum {RENDER_SIZE = 512};
555 tcu::TextureLevel resultTex (tcu::TextureFormat(tcu::TextureFormat::RGBA, tcu::TextureFormat::UNORM_INT8), RENDER_SIZE, RENDER_SIZE);
562 gl.renderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, RENDER_SIZE, RENDER_SIZE);
564 gl.renderbufferStorage(GL_RENDERBUFFER, GL_DEPTH24_STENCIL8, RENDER_SIZE, RENDER_SIZE);
569 gl.viewport(0, 0, RENDER_SIZE, RENDER_SIZE);
761 const float pxPerCall = RENDER_SIZE*RENDER_SIZE;