HomeSort by relevance Sort by last modified time
    Searched full:clears (Results 1 - 25 of 2605) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/commands/tpm-tools/tpm/tpm_clear/
00_Descriptions.txt 2 tpm_clear clears the TPM
  /system/chre/build/
clean_build_template_args.mk 2 # Clears Build Template Configuration Variables
  /external/mesa3d/src/intel/blorp/
TODO 8 - Depth and Stencil clears
13 - Layered Clears (Topi)
  /external/deqp/modules/egl/
teglColorClearTests.cpp 39 : TestCaseGroup(eglTestCtx, "color_clears", "Color clears with different client APIs")
86 CASE("gles1", "Color clears using GLES1", EGL_OPENGL_ES_BIT, 1),
87 CASE("gles2", "Color clears using GLES2", EGL_OPENGL_ES2_BIT, 1),
88 CASE("gles3", "Color clears using GLES3", EGL_OPENGL_ES3_BIT, 1),
89 CASE("vg", "Color clears using OpenVG", EGL_OPENVG_BIT, 1)
94 CASE("gles1", "Color clears using multiple GLES1 contexts to shared surface", EGL_OPENGL_ES_BIT, 3),
95 CASE("gles2", "Color clears using multiple GLES2 contexts to shared surface", EGL_OPENGL_ES2_BIT, 3),
96 CASE("gles3", "Color clears using multiple GLES3 contexts to shared surface", EGL_OPENGL_ES3_BIT, 3),
97 CASE("vg", "Color clears using multiple OpenVG contexts to shared surface", EGL_OPENVG_BIT, 3),
98 CASE("gles1_gles2", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT, 1)
    [all...]
teglColorClearCase.cpp 101 static void renderReference (tcu::Surface& dst, const vector<ClearOp>& clears, const tcu::PixelFormat& pixelFormat)
103 for (vector<ClearOp>::const_iterator clearIter = clears.begin(); clearIter != clears.end(); clearIter++)
183 vector<ClearOp> clears; local
202 clears.push_back(clear);
221 clears.push_back(clear);
243 renderReference(refFrame, clears, pixelFmt);
259 NUM_CLEARS_PER_PACKET = 2 //!< Number of clears performed in one context activation in one thread.
273 ClearOp clears[NUM_CLEARS_PER_PACKET]; member in struct:deqp::egl::ClearPacket
302 // Execute clears
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
dv-branch.s 11 (p6) br.call.sptk.many b0 = b6 // if taken, clears b6/r2 usage
  /external/deqp/doc/testspecs/GLES2/
functional.color_clear.txt 19 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
  /external/autotest/server/site_tests/enterprise_CFM_MeetAppSanity/
control 18 This test clears the TPM if necessary, enrolls the device into CFM and runs a
20 It clears the TPM at the end of the test run. Every time the TPM is cleared,
control.partners 17 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/enterprise_KioskEnrollmentServer/
control 15 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,
enterprise_KioskEnrollmentServer.py 10 """A test that runs enterprise_KioskEnrollment and clears the TPM as
  /external/autotest/server/site_tests/enterprise_RemoraRequisitionServer/
control 16 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
enterprise_RemoraRequisitionServer.py 10 """A test that runs enterprise_RemoraRequisition and clears the TPM as
  /external/autotest/server/site_tests/enterprise_ClearTPM/
enterprise_ClearTPM.py 10 """A utility test that clears the TPM."""
  /external/mockito/src/test/java/org/mockito/
StateMaster.java 24 * Clears Mockito listeners added by {@link MockitoFramework#addListener(MockitoListener)}
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
labels.s 27 * #3, Next definition; exit from .copy clears all locals
41 * Section change clears all definitions; it's a CODE section if we see insns
48 * Newblock directive clears local labels
  /external/adhd/cras/src/dsp/tests/
dsp_test_util.h 17 /* Clears floating point exceptions. For debugging only. */
  /external/autotest/server/site_tests/enterprise_RemoraRequisitionDisplayUsageServer/
enterprise_RemoraRequisitionDisplayUsageServer.py 10 """A test that runs enterprise_RemoraRequisitionDisplayUsage and clears
  /external/autotest/server/site_tests/network_WiFi_DisconnectClearsIP/
control 14 This test verifies that the DUT clears its IP configuration
  /frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
IVrComposer.aidl 22 * Clears a previously registered frame notification callback.
  /prebuilts/go/darwin-x86/src/flag/
export_test.go 13 // ResetForTesting clears all flag state and sets the usage function as directed.
  /prebuilts/go/linux-x86/src/flag/
export_test.go 13 // ResetForTesting clears all flag state and sets the usage function as directed.
  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 131 void renderGL (tcu::Surface& dst, const vector<Clear>& clears);
132 void renderReference (tcu::Surface& dst, const vector<Clear>& clears);
207 vector<Clear> clears; local
213 generateClears(clears, deStringHash(getName())^deInt32Hash(m_curIter));
214 renderGL(result, clears);
215 renderReference(reference, clears);
227 void DepthStencilClearCase::generateClears (vector<Clear>& clears, deUint32 seed)
234 clears.resize(m_numClears);
236 for (vector<Clear>::iterator clear = clears.begin(); clear != clears.end(); clear++
    [all...]
  /external/autotest/server/site_tests/enterprise_CFM_RebootStress/
control.hangout_app 18 This test clears the TPM, enrolls the device into CFM, launches the Hangout app
20 restart() API. It clears the TPM at the end of the test run to reset the device.
control.partners 17 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.

Completed in 628 milliseconds

1 2 3 4 5 6 7 8 91011>>