Home | History | Annotate | Download | only in functional

Lines Matching full:m_context

303 	m_program = new glu::ShaderProgram(m_context.getRenderContext(), glu::makeVtxFragSources(vertShaderSourceStr, fragShaderSource));
436 int width = deMin32(m_context.getRenderTarget().getWidth(), MAX_RENDER_WIDTH);
437 int height = deMin32(m_context.getRenderTarget().getHeight(), MAX_RENDER_HEIGHT);
439 int xOffsetMax = m_context.getRenderTarget().getWidth() - width;
440 int yOffsetMax = m_context.getRenderTarget().getHeight() - height;
455 glu::readPixels(m_context.getRenderContext(), xOffset, yOffset, resultImg.getAccess());
639 TestCaseGroup* functionGroup = new TestCaseGroup(m_context, functionName, functionDesc);
657 TestCaseGroup* instancingTypeGroup = new TestCaseGroup(m_context, instancingTypeName, instancingTypeDesc);
664 instancingTypeGroup->addChild(new InstancedRenderingCase(m_context, countName.c_str(), "",
704 TestCaseGroup* typesGroup = new TestCaseGroup(m_context, "types", "Tests for instanced attributes of particular data types");
711 typesGroup->addChild(new InstancedRenderingCase(m_context, glu::getDataTypeName(type), "",