• Home
  • Raw
  • Download

Lines Matching refs:m_context

136 …glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(vertexSource, fra…  in render()
383 if (m_format != GL_RGBA_INTEGER && m_context.getRenderTarget().getNumSamples() > 1) in iterate()
386 …dThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (1 << deMin32(m_context.getRenderTarget(… in iterate()
387 …nThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (1 << deMin32(m_context.getRenderTarget(… in iterate()
388 …eThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (1 << deMin32(m_context.getRenderTarget(… in iterate()
389 …aThreshold = (deUint8)deCeilFloatToInt32(256.0f * (2.0f / (1 << deMin32(m_context.getRenderTarget(… in iterate()
399 …const float redThreshold = 2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().red… in iterate()
400 …const float greenThreshold = 2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().g… in iterate()
401 …const float blueThreshold = 2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().bl… in iterate()
402 …const float alphaThreshold = 2.0f / (1 << deMin32(m_context.getRenderTarget().getPixelFormat().a… in iterate()
424 …TestCaseGroup* group = new TestCaseGroup(m_context, "alignment", "Read pixels pack alignment param… in init()
426 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_1", "", false, 1, 0, 0, 0, GL_RGBA, GL_U… in init()
427 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_2", "", false, 2, 0, 0, 0, GL_RGBA, GL_U… in init()
428 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_4", "", false, 4, 0, 0, 0, GL_RGBA, GL_U… in init()
429 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_8", "", false, 8, 0, 0, 0, GL_RGBA, GL_U… in init()
431 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_1", "", false, 1, 0, 0, 0, GL_RGBA_INTEGER… in init()
432 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_2", "", false, 2, 0, 0, 0, GL_RGBA_INTEGER… in init()
433 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_4", "", false, 4, 0, 0, 0, GL_RGBA_INTEGER… in init()
434 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_8", "", false, 8, 0, 0, 0, GL_RGBA_INTEGER… in init()
436 …group->addChild(new ReadPixelsTest(m_context, "rgba_uint_1", "", false, 1, 0, 0, 0, GL_RGBA_INTEGE… in init()
437 …group->addChild(new ReadPixelsTest(m_context, "rgba_uint_2", "", false, 2, 0, 0, 0, GL_RGBA_INTEGE… in init()
438 …group->addChild(new ReadPixelsTest(m_context, "rgba_uint_4", "", false, 4, 0, 0, 0, GL_RGBA_INTEGE… in init()
439 …group->addChild(new ReadPixelsTest(m_context, "rgba_uint_8", "", false, 8, 0, 0, 0, GL_RGBA_INTEGE… in init()
441 group->addChild(new ReadPixelsTest(m_context, "choose_1", "", true, 1, 0, 0, 0)); in init()
442 group->addChild(new ReadPixelsTest(m_context, "choose_2", "", true, 2, 0, 0, 0)); in init()
443 group->addChild(new ReadPixelsTest(m_context, "choose_4", "", true, 4, 0, 0, 0)); in init()
444 group->addChild(new ReadPixelsTest(m_context, "choose_8", "", true, 8, 0, 0, 0)); in init()
450 TestCaseGroup* group = new TestCaseGroup(m_context, "rowlength", "Read pixels rowlength test"); in init()
451 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_17", "", false, 4, 17, 0, 0, GL_RGBA, GL… in init()
452 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_19", "", false, 4, 19, 0, 0, GL_RGBA, GL… in init()
453 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_23", "", false, 4, 23, 0, 0, GL_RGBA, GL… in init()
454 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_29", "", false, 4, 29, 0, 0, GL_RGBA, GL… in init()
456 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_17", "", false, 4, 17, 0, 0, GL_RGBA_INTEG… in init()
457 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_19", "", false, 4, 19, 0, 0, GL_RGBA_INTEG… in init()
458 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_23", "", false, 4, 23, 0, 0, GL_RGBA_INTEG… in init()
459 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_29", "", false, 4, 29, 0, 0, GL_RGBA_INTEG… in init()
461 …group->addChild(new ReadPixelsTest(m_context, "rgba_uint_17", "", false, 4, 17, 0, 0, GL_RGBA_INTE… in init()
462 …group->addChild(new ReadPixelsTest(m_context, "rgba_uint_19", "", false, 4, 19, 0, 0, GL_RGBA_INTE… in init()
463 …group->addChild(new ReadPixelsTest(m_context, "rgba_uint_23", "", false, 4, 23, 0, 0, GL_RGBA_INTE… in init()
464 …group->addChild(new ReadPixelsTest(m_context, "rgba_uint_29", "", false, 4, 29, 0, 0, GL_RGBA_INTE… in init()
466 group->addChild(new ReadPixelsTest(m_context, "choose_17", "", true, 4, 17, 0, 0)); in init()
467 group->addChild(new ReadPixelsTest(m_context, "choose_19", "", true, 4, 19, 0, 0)); in init()
468 group->addChild(new ReadPixelsTest(m_context, "choose_23", "", true, 4, 23, 0, 0)); in init()
469 group->addChild(new ReadPixelsTest(m_context, "choose_29", "", true, 4, 29, 0, 0)); in init()
475 …TestCaseGroup* group = new TestCaseGroup(m_context, "skip", "Read pixels skip pixels and rows test… in init()
476 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_0_3", "", false, 4, 17, 0, 3, GL_RGBA, G… in init()
477 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_3_0", "", false, 4, 17, 3, 0, GL_RGBA, G… in init()
478 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_3_3", "", false, 4, 17, 3, 3, GL_RGBA, G… in init()
479 …group->addChild(new ReadPixelsTest(m_context, "rgba_ubyte_3_5", "", false, 4, 17, 3, 5, GL_RGBA, G… in init()
481 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_0_3", "", false, 4, 17, 0, 3, GL_RGBA_INTE… in init()
482 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_3_0", "", false, 4, 17, 3, 0, GL_RGBA_INTE… in init()
483 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_3_3", "", false, 4, 17, 3, 3, GL_RGBA_INTE… in init()
484 …group->addChild(new ReadPixelsTest(m_context, "rgba_int_3_5", "", false, 4, 17, 3, 5, GL_RGBA_INTE… in init()
486 …group->addChild(new ReadPixelsTest(m_context, "rgba_uint_0_3", "", false, 4, 17, 0, 3, GL_RGBA_INT… in init()
487 …group->addChild(new ReadPixelsTest(m_context, "rgba_uint_3_0", "", false, 4, 17, 3, 0, GL_RGBA_INT… in init()
488 …group->addChild(new ReadPixelsTest(m_context, "rgba_uint_3_3", "", false, 4, 17, 3, 3, GL_RGBA_INT… in init()
489 …group->addChild(new ReadPixelsTest(m_context, "rgba_uint_3_5", "", false, 4, 17, 3, 5, GL_RGBA_INT… in init()
491 group->addChild(new ReadPixelsTest(m_context, "choose_0_3", "", true, 4, 17, 0, 3)); in init()
492 group->addChild(new ReadPixelsTest(m_context, "choose_3_0", "", true, 4, 17, 3, 0)); in init()
493 group->addChild(new ReadPixelsTest(m_context, "choose_3_3", "", true, 4, 17, 3, 3)); in init()
494 group->addChild(new ReadPixelsTest(m_context, "choose_3_5", "", true, 4, 17, 3, 5)); in init()