Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fOcclusionQueryTests.cpp198 int targetW = renderTarget.getWidth(); in iterate() local
251 int scissorBoxX = m_rnd.getInt(-DEPTH_CLEAR_OFFSET, targetW); in iterate()
253 int scissorBoxW = m_rnd.getInt( DEPTH_CLEAR_OFFSET, targetW+DEPTH_CLEAR_OFFSET); in iterate()
294 int scissorBoxX = m_rnd.getInt(-STENCIL_CLEAR_OFFSET, targetW); in iterate()
296 int scissorBoxW = m_rnd.getInt( STENCIL_CLEAR_OFFSET, targetW+STENCIL_CLEAR_OFFSET); in iterate()
324 int scissorBoxX = m_rnd.getInt(-SCISSOR_OFFSET, targetW-SCISSOR_OFFSET); in iterate()
326 int scissorBoxW = m_rnd.getInt(SCISSOR_MINSIZE, targetW+SCISSOR_OFFSET); in iterate()
Des3fTextureSpecificationTests.cpp231 int targetW = getWidth(); in renderTex() local
234 float w = (float)width / (float)targetW; in renderTex()
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp182 static Quad getRandomQuad (de::Random& rnd, int targetW, int targetH) in getRandomQuad() argument
189 const int minW = deCeilFloatToInt32(minSize * (float)targetW); in getRandomQuad()
191 const int maxW = targetW + 2*maxOutOfBounds; in getRandomQuad()
196 const int x = rnd.getInt(-maxOutOfBounds, targetW+maxOutOfBounds-width); 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 …derCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, vec… in computeRandomRenderCommands() argument
261 computeRandomRenderState(rnd, cmd->state, apiType, targetW, targetH); in computeRandomRenderCommands()
262 computeRandomQuad(rnd, cmd->quad, targetW, targetH); in computeRandomRenderCommands()
DglsInteractionTestUtil.hpp123 …erCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, std…
/external/deqp/modules/gles2/functional/
Des2fTextureSpecificationTests.cpp564 int targetW = getWidth(); in renderTex2D() local
567 float w = (float)width / (float)targetW; in renderTex2D()
581 int targetW = getWidth(); in renderTexCube() local
584 float w = (float)width / (float)targetW; in renderTexCube()
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp188 int targetW = getWidth(); in renderTex() local
191 float w = (float)width / (float)targetW; in renderTex()