Searched refs:targetH (Results 1 – 7 of 7) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fOcclusionQueryTests.cpp | 199 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()
|
D | es3fTextureSpecificationTests.cpp | 232 int targetH = getHeight(); in renderTex() local 235 float h = (float)height / (float)targetH; in renderTex()
|
/external/deqp/modules/glshared/ |
D | glsFragOpInteractionCase.cpp | 182 static Quad getRandomQuad (de::Random& rnd, int targetW, int targetH) in getRandomQuad() argument 190 const int minH = deCeilFloatToInt32(minSize*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()
|
D | glsInteractionTestUtil.cpp | 254 …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()
|
D | glsInteractionTestUtil.hpp | 123 …de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, std::vector<Rend…
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureSpecificationTests.cpp | 565 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/ |
D | es31fTextureSpecificationTests.cpp | 189 int targetH = getHeight(); in renderTex() local 192 float h = (float)height / (float)targetH; in renderTex()
|