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

1 2 3 4 5 6 7 8 91011>>

  /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);
258 NUM_CLEARS_PER_PACKET = 2 //!< Number of clears performed in one context activation in one thread.
272 ClearOp clears[NUM_CLEARS_PER_PACKET]; member in struct:deqp::egl::ClearPacket
301 // Execute clears
    [all...]
  /toolchain/binutils/binutils-2.25/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
functional.scissors.txt 30 + Clears (including GLES 3 only ones)
53 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/autotest/server/site_tests/enterprise_RemoraRequisitionServer/
control 15 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
enterprise_RemoraRequisitionServer.py 10 """A test that runs enterprise_RemoraRequisition and clears the TPM as
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
vpath2 4 ." vpath pattern (clears path associated with pattern)\n"
5 ." vpath (clears all paths specified with vpath)\n";
8 ."directive forms and clears them afterwards. It has a simple\n"
  /toolchain/binutils/binutils-2.25/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
  /device/google/dragon/audio/hal/dsp/tests/
dsp_test_util.h 17 /* Clears floating point exceptions. For debugging only. */
  /external/autotest/server/site_tests/network_WiFi_DisconnectClearsIP/
control 14 This test verifies that the DUT clears its IP configuration
  /frameworks/base/test-runner/src/junit/runner/
FailureDetailView.java 25 * Clears the view
  /prebuilts/go/darwin-x86/src/flag/
export_test.go 11 // ResetForTesting clears all flag state and sets the usage function as directed.
  /prebuilts/go/linux-x86/src/flag/
export_test.go 11 // 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...]
  /frameworks/base/core/java/android/webkit/
WebViewDatabase.java 54 * Clears any saved username/password pairs for web forms.
75 * Clears any saved credentials for HTTP authentication.
92 * Clears any saved data for web forms.
  /external/deqp/doc/testspecs/GLES3/
functional.occlusion_query.txt 27 - Depth writes and clears
28 - Stencil writes and clears
40 boxes, depth writes/clears or stencil writes/clears. Second, a number of
functional.rasterizer_discard.txt 27 - Color clears & writes
28 - Depth clears & writes
29 - Stencil clears & writes
42 afterwards. For depth and stencil clears, series of primitives are drawn
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
PreloadTarget.java 8 * clears itself.
  /frameworks/native/opengl/tests/testViewport/
README 7 The program clears the screen to blue, then draws a full screen white quad that
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
AllocationRecorder.java 30 * Clears the prior state and starts a new recording.
51 /** Clears the prior state and starts a new recording. */
  /external/libcap-ng/libcap-ng-0.7/utils/
captest.8 14 This drops all capabilities and clears the bounding set.
20 This changes to uid and gid 99, drops supplemental groups, and clears the bounding set.
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 131 void renderGL (tcu::Surface& dst, const vector<Clear>& clears);
132 void renderReference (tcu::Surface& dst, const vector<Clear>& clears);
210 vector<Clear> clears; local
216 generateClears(clears, deStringHash(getName())^deInt32Hash(m_curIter));
217 renderGL(result, clears);
218 renderReference(reference, clears);
230 void DepthStencilClearCase::generateClears (vector<Clear>& clears, deUint32 seed)
237 clears.resize(m_numClears);
239 for (vector<Clear>::iterator clear = clears.begin(); clear != clears.end(); clear++
    [all...]
  /frameworks/base/core/java/android/hardware/usb/
IUsbManager.aidl 47 * (or clears it if the package name is null)
52 * (or clears it if the package name is null)
84 /* Clears default preferences and permissions for the package */
  /external/libchrome/base/test/
test_simple_task_runner.h 63 // Clears the queue of pending tasks without running them.
66 // Runs each current pending task in order and clears the queue.

Completed in 1807 milliseconds

1 2 3 4 5 6 7 8 91011>>