Home
last modified time | relevance | path

Searched refs:targetH (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fOcclusionQueryTests.cpp199 int targetH = renderTarget.getHeight(); in iterate() local
252 int scissorBoxY = m_rnd.getInt(-DEPTH_CLEAR_OFFSET, targetH); in iterate()
254 int scissorBoxH = m_rnd.getInt( DEPTH_CLEAR_OFFSET, targetH+DEPTH_CLEAR_OFFSET); in iterate()
295 int scissorBoxY = m_rnd.getInt(-STENCIL_CLEAR_OFFSET, targetH); in iterate()
297 int scissorBoxH = m_rnd.getInt( STENCIL_CLEAR_OFFSET, targetH+STENCIL_CLEAR_OFFSET); in iterate()
325 int scissorBoxY = m_rnd.getInt(-SCISSOR_OFFSET, targetH-SCISSOR_OFFSET); in iterate()
327 int scissorBoxH = m_rnd.getInt(SCISSOR_MINSIZE, targetH+SCISSOR_OFFSET); in iterate()
Des3fTextureSpecificationTests.cpp232 int targetH = getHeight(); in renderTex() local
235 float h = (float)height / (float)targetH; in renderTex()
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp182 static Quad getRandomQuad (de::Random& rnd, int targetW, int targetH) in getRandomQuad() argument
190 const int minH = deCeilFloatToInt32(minSize * (float)targetH); in getRandomQuad()
192 const int maxH = targetH + 2*maxOutOfBounds; in getRandomQuad()
197 const int y = rnd.getInt(-maxOutOfBounds, targetH+maxOutOfBounds-height); in getRandomQuad()
217 …erCommand (de::Random& rnd, RenderCommand& command, glu::ApiType apiType, int targetW, int targetH) in computeRandomRenderCommand() argument
219 command.quad = getRandomQuad(rnd, targetW, targetH); in computeRandomRenderCommand()
221 gls::InteractionTestUtil::computeRandomRenderState(rnd, command.state, apiType, targetW, targetH); in computeRandomRenderCommand()
DglsInteractionTestUtil.cpp254 …de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, vector<RenderCom… in computeRandomRenderCommands() argument
261 computeRandomRenderState(rnd, cmd->state, apiType, targetW, targetH); in computeRandomRenderCommands()
262 computeRandomQuad(rnd, cmd->quad, targetW, targetH); in computeRandomRenderCommands()
DglsInteractionTestUtil.hpp123 …de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, std::vector<Rend…
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp565 int targetH = getHeight(); in renderTex2D() local
568 float h = (float)height / (float)targetH; in renderTex2D()
582 int targetH = getHeight(); in renderTexCube() local
585 float h = (float)height / (float)targetH; in renderTexCube()
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp189 int targetH = getHeight(); in renderTex() local
192 float h = (float)height / (float)targetH; in renderTex()