Home | History | Annotate | Download | only in glshared

Lines Matching refs:de

92 		TCU_CHECK_INTERNAL(type.getBaseType() == rsg::VariableType::TYPE_FLOAT && de::inRange(type.getNumElements(), 1, 4));
148 DE_ASSERT(de::inBounds(vertexNdx, 0, pointer.numElements));
182 static Quad getRandomQuad (de::Random& rnd, int targetW, int targetH)
210 static float getRandomDepth (de::Random& rnd)
217 static void computeRandomRenderCommand (de::Random& rnd, RenderCommand& command, glu::ApiType apiType, int targetW, int targetH)
288 const int viewportX = de::min(quad.posA.x(), quad.posB.x());
289 const int viewportY = de::min(quad.posA.y(), quad.posB.y());
290 const int viewportW = de::abs(quad.posA.x()-quad.posB.x())+1;
291 const int viewportH = de::abs(quad.posA.y()-quad.posB.y())+1;
378 DE_ASSERT(de::inRange(numBits, 0, 32));
460 de::Random rnd (m_params.seed ^ 0x232faac);
461 const int viewportW = de::min<int>(m_renderCtx.getRenderTarget().getWidth(), VIEWPORT_WIDTH);
462 const int viewportH = de::min<int>(m_renderCtx.getRenderTarget().getHeight(), VIEWPORT_HEIGHT);
511 de::Random rnd (m_params.seed ^ deInt32Hash(m_iterNdx));
512 const tcu::ScopedLogSection section (m_testCtx.getLog(), string("Iter") + de::toString(m_iterNdx), string("Iteration ") + de::toString(m_iterNdx));