Home
last modified time | relevance | path

Searched refs:clears (Results 1 – 25 of 91) sorted by relevance

1234

/external/deqp/modules/egl/
DteglColorClearCase.cpp101 static void renderReference (tcu::Surface& dst, const vector<ClearOp>& clears, const tcu::PixelForm… in renderReference() argument
103 …for (vector<ClearOp>::const_iterator clearIter = clears.begin(); clearIter != clears.end(); clearI… in renderReference()
183 vector<ClearOp> clears; in executeForContexts() local
202 clears.push_back(clear); in executeForContexts()
221 clears.push_back(clear); in executeForContexts()
243 renderReference(refFrame, clears, pixelFmt); in executeForContexts()
273 ClearOp clears[NUM_CLEARS_PER_PACKET]; member
303 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(packetIter->clears); ndx++) in run()
304 renderClear(m_api, m_funcs, packetIter->clears[ndx]); in run()
376 for (int clearNdx = 0; clearNdx < DE_LENGTH_OF_ARRAY(packet.clears); clearNdx++) in executeForContexts()
[all …]
/external/deqp/doc/testspecs/GLES2/
Dfunctional.color_clear.txt19 Color buffer clears
25 + Full-screen color buffer clears: glClear(), glClearColor()
26 + glScissor() effect on color buffer clears
27 + glColorMask() effect on color buffer clears
31 + glViewport() effect on color buffer clears
33 + Depth and stencil buffer clears
39 of multiple color clears. Parameters, such as color, scissor rectangle
Dfunctional.scissors.txt53 After clearing with scissoring enabled, depth and stencil clears disable
55 tests requiring values set by the previous clears to produce the final output.
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp131 void renderGL (tcu::Surface& dst, const vector<Clear>& clears);
132 void renderReference (tcu::Surface& dst, const vector<Clear>& clears);
207 vector<Clear> clears; in iterate() local
213 generateClears(clears, deStringHash(getName())^deInt32Hash(m_curIter)); in iterate()
214 renderGL(result, clears); in iterate()
215 renderReference(reference, clears); in iterate()
227 void DepthStencilClearCase::generateClears (vector<Clear>& clears, deUint32 seed) in generateClears() argument
234 clears.resize(m_numClears); in generateClears()
236 for (vector<Clear>::iterator clear = clears.begin(); clear != clears.end(); clear++) in generateClears()
276 void DepthStencilClearCase::renderGL (tcu::Surface& dst, const vector<Clear>& clears) in renderGL() argument
[all …]
Des2fDepthStencilTests.cpp414 void render (const vector<ClearCommand>& clears, int viewportX, int viewportY) in render() argument
418 for (int ndx = 0; ndx < (int)clears.size(); ndx++) in render()
420 const ClearCommand& clear = clears[ndx]; in render()
481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, c… in renderReference() argument
483 for (int ndx = 0; ndx < (int)clears.size(); ndx++) in renderReference()
485 const ClearCommand& clear = clears[ndx]; in renderReference()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp131 void renderGL (tcu::Surface& dst, const vector<Clear>& clears);
132 void renderReference (tcu::Surface& dst, const vector<Clear>& clears);
210 vector<Clear> clears; in iterate() local
216 generateClears(clears, deStringHash(getName())^deInt32Hash(m_curIter)); in iterate()
217 renderGL(result, clears); in iterate()
218 renderReference(reference, clears); in iterate()
230 void DepthStencilClearCase::generateClears (vector<Clear>& clears, deUint32 seed) in generateClears() argument
237 clears.resize(m_numClears); in generateClears()
239 for (vector<Clear>::iterator clear = clears.begin(); clear != clears.end(); clear++) in generateClears()
279 void DepthStencilClearCase::renderGL (tcu::Surface& dst, const vector<Clear>& clears) in renderGL() argument
[all …]
Des3fDepthStencilTests.cpp414 void render (const vector<ClearCommand>& clears, int viewportX, int viewportY) in render() argument
418 for (int ndx = 0; ndx < (int)clears.size(); ndx++) in render()
420 const ClearCommand& clear = clears[ndx]; in render()
481 void renderReference (const vector<ClearCommand>& clears, const tcu::PixelBufferAccess& dstColor, c… in renderReference() argument
483 for (int ndx = 0; ndx < (int)clears.size(); ndx++) in renderReference()
485 const ClearCommand& clear = clears[ndx]; in renderReference()
/external/deqp/doc/testspecs/GLES3/
Dfunctional.rasterizer_discard.txt27 - Color clears & writes
28 - Depth clears & writes
29 - Stencil clears & writes
42 afterwards. For depth and stencil clears, series of primitives are drawn
Dfunctional.occlusion_query.txt27 - Depth writes and clears
28 - Stencil writes and clears
40 boxes, depth writes/clears or stencil writes/clears. Second, a number of
Dfunctional.primitive_bounding_box.txt94 clear.* cases do full and scissored framebuffer clears. Since clears are
98 some geometry is rendered between clears with properly set bounding box.
/external/autotest/server/site_tests/enterprise_KioskEnrollmentServer/
Dcontrol15 This test clears the TPM if necessary, kicks off a client side test that enrolls
16 a device in enterprise and clears the TPM again. Every time the TPM is cleared,
/external/autotest/server/site_tests/enterprise_RemoraRequisitionServer/
Dcontrol15 This test clears the TPM if necessary, kicks off a client side test that enrolls
16 a device as a remora device and clears the TPM again. Every time the TPM is
/external/autotest/server/site_tests/enterprise_CFM_Sanity/
Dcontrol17 This test clears the TPM if necessary, enrolls the device as a remora device
19 enrolled devices behave as expected. It clears the TPM at the end of the test
/external/ltp/testcases/commands/tpm-tools/tpm/tpm_clear/
D00_Descriptions.txt2 tpm_clear clears the TPM
/external/autotest/server/site_tests/network_WiFi_DisconnectClearsIP/
Dcontrol13 This test verifies that the DUT clears its IP configuration
/external/autotest/server/site_tests/firmware_Cr50UpdateScriptStress/
Dcontrol14 This test clears the cr50 update state and reboots the device many times
/external/autotest/server/site_tests/enterprise_CFM_USBPeripheralHotplugStress/
Dcontrol.jabra410mic18 This test clears the TPM, enrolls the device into hotrod kiosk mode before
Dcontrol.jabra41018 This test clears the TPM, enrolls the device into hotrod kiosk mode before
Dcontrol.c92018 This test clears the TPM, enrolls the device into hotrod kiosk mode before
/external/autotest/server/site_tests/enterprise_CFM_SessionStress/
Dcontrol17 This test clears the TPM and enables the appropriate usb port on the servo
/external/autotest/server/site_tests/enterprise_CFM_USBPeripheralHotplugDetect/
Dcontrol.c93018 This test clears the TPM if necessary, kicks off a client side test that enrolls
Dcontrol.c92018 This test clears the TPM if necessary, kicks off a client side test that enrolls
/external/autotest/server/site_tests/enterprise_CFM_VolumeChange/
Dcontrol.usb_speaker18 This test clears the TPM and enables the appropriate usb port on the servo
Dcontrol.internal_speaker18 This test clears the TPM and enables the appropriate usb port on the servo
/external/llvm/test/Transforms/MergeFunc/
Dcrash2.ll4 ; MergeFunctions clears its GlobalNumbers value map. If this map still contains

1234