Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A 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()
H A Des3fTextureSpecificationTests.cpp232 int targetH = getHeight(); in renderTex() local
235 float h = (float)height / (float)targetH; in renderTex()
/third_party/vk-gl-cts/modules/glshared/
H A 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 static void computeRandomRenderCommand (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()
H A DglsInteractionTestUtil.cpp254 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, vector<RenderCommand>& dst)
261 computeRandomRenderState(rnd, cmd->state, apiType, targetW, targetH);
262 computeRandomQuad(rnd, cmd->quad, targetW, targetH);
H A DglsInteractionTestUtil.hpp123 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targetW, int targetH, std::vector<RenderCommand>& dst);
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureSpecificationTests.cpp569 int targetH = getHeight(); in renderTex2D() local
572 float h = (float)height / (float)targetH; in renderTex2D()
586 int targetH = getHeight(); in renderTexCube() local
589 float h = (float)height / (float)targetH; in renderTexCube()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureSpecificationTests.cpp189 int targetH = getHeight(); in renderTex() local
192 float h = (float)height / (float)targetH; in renderTex()

Completed in 19 milliseconds