Home
last modified time | relevance | path

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

12345678910

/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()
377 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 …]
/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 …]
/external/skia/gm/
Dclear_swizzle.cpp44 } clears[] { variable
52 for (const auto& c : clears) {
58 for (const auto& c : clears) {
66 for (const auto& c : clears) {
/external/angle/src/libANGLE/renderer/vulkan/doc/
DDeferredClears.md5 1. Application binds and clears FBO1
11 This optimization is achieved in ANGLE by deferring clears.
35 _deferred clears_. The `FramebufferVk` call that immediately follows must handle these clears one
42 particular, the previously deferred clears and can be overridden by and/or re-deferred along with
43 the new clears.
/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/llvm-project/llvm/test/tools/llvm-rc/Inputs/
Dnot-expr.rc13 …) + (not 0x14) // expression evaluates to 0x20 with not mask 0x15, which clears 0x5 bits of default
15 …,0,0,(not 7) | 1 // expression evaluates to 1 with not mask 0x7, which clears 0x7 bits of groupb…
/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/platform_CryptohomeTpmLiveTestServer/
Dcontrol15 This test clears the TPM if necessary, kicks off a client side test that runs
16 cryptohome's TPM live tests and clears the TPM again. Every time the TPM is
/external/autotest/server/site_tests/enterprise_RemoraRequisitionServer/
Dcontrol16 This test clears the TPM if necessary, kicks off a client side test that enrolls
17 a device as a remora device and clears the TPM again. Every time the TPM is
/external/autotest/server/site_tests/enterprise_CFM_MeetAppSanity/
Dcontrol17 This test clears the TPM if necessary, enrolls the device into CFM and runs a
19 It clears the TPM at the end of the test run. Every time the TPM is cleared,
Dcontrol.partners17 This test clears the TPM if necessary, enrolls the device into CFM and runs a
19 It clears the TPM at the end of the test run. Every time the TPM is cleared,
/external/autotest/server/site_tests/firmware_Cr50VirtualNVRamServer/
Dcontrol17 This test clears the TPM if necessary, the runs a client side test that checks
18 Virtual NVRAM functionality in cr50. Finally, it clears the TPM again.
Dcontrol.faft_cr50_tot17 This test clears the TPM if necessary, the runs a client side test that checks
18 Virtual NVRAM functionality in cr50. Finally, it clears the TPM again.
/external/autotest/server/site_tests/enterprise_CFM_Sanity/
Dcontrol.partners16 This test clears the TPM if necessary, enrolls the device as a remora device
18 enrolled devices behave as expected. It clears the TPM at the end of the test
/external/autotest/server/site_tests/enterprise_CFM_RebootStress/
Dcontrol.partners17 This test clears the TPM, enrolls the device into CFM, launches the Hangout app
19 restart() API. It clears the TPM at the end of the test run to reset the device.
/external/ltp/testcases/commands/tpm-tools/tpm/tpm_clear/
D00_Descriptions.txt2 tpm_clear clears the TPM
/external/mesa3d/src/intel/vulkan/
DTODO10 - MSAA fast clears
/external/mesa3d/src/intel/blorp/
DTODO8 - Depth and Stencil clears
/external/mesa3d/docs/relnotes/
D13.0.2.rst61 - radv: fix 3D clears with baseMiplevel
110 - anv/blorp: Ignore clears for attachments first used as resolve
136 - anv: fix multi level clears with VK_REMAINING_MIP_LEVELS
/external/llvm-project/lldb/test/Shell/Settings/
DTestSettingsSet.test3 # Check that setting an empty value with -f(orce) clears the value.

12345678910