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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/sessions/
session_data_deleter.h 10 // Clears cookies and local storage for origins that are session-only and clears
  /external/deqp/modules/egl/
teglColorClearTests.cpp 45 : TestCaseGroup(eglTestCtx, "color_clears", "Color clears with different client APIs")
83 { "gles1", "Color clears using GLES1", EGL_OPENGL_ES_BIT, 1 },
84 { "gles2", "Color clears using GLES2", EGL_OPENGL_ES2_BIT, 1 },
85 { "gles3", "Color clears using GLES3", EGL_OPENGL_ES3_BIT_KHR, 1 },
86 { "vg", "Color clears using OpenVG", EGL_OPENVG_BIT, 1 }
91 { "gles1", "Color clears using multiple GLES1 contexts to shared surface", EGL_OPENGL_ES_BIT, 3 },
92 { "gles2", "Color clears using multiple GLES2 contexts to shared surface", EGL_OPENGL_ES2_BIT, 3 },
93 { "gles3", "Color clears using multiple GLES3 contexts to shared surface", EGL_OPENGL_ES3_BIT_KHR, 3 },
94 { "vg", "Color clears using multiple OpenVG contexts to shared surface", EGL_OPENVG_BIT, 3 },
95 { "gles1_gles2", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT, 1 }
    [all...]
teglColorClearCase.cpp 100 static void renderReference (tcu::Surface& dst, const vector<ClearOp>& clears, const tcu::PixelFormat& pixelFormat)
102 for (vector<ClearOp>::const_iterator clearIter = clears.begin(); clearIter != clears.end(); clearIter++)
154 vector<ClearOp> clears; local
171 clears.push_back(clear);
190 clears.push_back(clear);
207 renderReference(refFrame, clears, pixelFmt);
222 NUM_CLEARS_PER_PACKET = 2 //!< Number of clears performed in one context activation in one thread.
236 ClearOp clears[NUM_CLEARS_PER_PACKET]; member in struct:deqp::egl::ClearPacket
263 // Execute clears
    [all...]
  /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
  /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"
  /external/chromium_org/chrome/common/extensions/api/
browsing_data.json 57 "description": "The browser's cache. Note: when removing data, this clears the <em>entire</em> cache: it is not limited to the range you specify."
150 "description": "Clears various types of browsing data stored in a user's profile.",
173 "description": "Clears websites' appcache data.",
191 "description": "Clears the browser's cache.",
209 "description": "Clears the browser's cookies and server-bound certificates modified within a particular timeframe.",
227 "description": "Clears the browser's list of downloaded files (<em>not</em> the downloaded files themselves).",
245 "description": "Clears websites' file system data.",
263 "description": "Clears the browser's stored form data (autofill).",
281 "description": "Clears the browser's history.",
299 "description": "Clears websites' IndexedDB data."
    [all...]
  /frameworks/base/test-runner/src/junit/runner/
FailureDetailView.java 25 * Clears the view
  /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/chromium_org/media/cast/logging/
simple_event_subscriber.h 31 // Assigns frame events received so far to |frame_events| and clears them
35 // Assigns packet events received so far to |packet_events| and clears them
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
address_field_util.h 28 // Clears |fields|, parses |format|, and adds the format address fields to
35 // Clears |fields|, parses |required|, and adds the required fields to |fields|.
  /packages/apps/Dialer/src/com/android/dialer/calllog/
VoicemailNotifier.java 26 * Updates the notification and clears it if there are no new voicemails.
36 /** Clears the new voicemail notification. */
  /external/chromium_org/ui/views/ime/
mock_input_method.h 51 // Clears all internal states and result.
64 // Clears boolean states defined below.
67 // Clears only composition information and result text.
  /frameworks/base/core/java/android/webkit/
WebViewDatabase.java 62 * Clears any saved username/password pairs for web forms.
87 * Clears any saved credentials for HTTP authentication.
108 * Clears any saved data for web forms.
  /external/chromium_org/ash/test/
test_user_wallpaper_delegate.h 27 // Returns and clears |update_wallpaper_count_|.
  /external/chromium_org/chrome/browser/extensions/
dev_mode_bubble_controller.h 18 // Clears the list of profiles the bubble has been shown for. Should only be
suspicious_extension_bubble_controller.h 19 // Clears the list of profiles the bubble has been shown for. Should only be
  /external/chromium_org/chrome/browser/google/
google_brand_chromeos.h 19 // Clears brand code for the current session (not persisted through browser
  /external/chromium_org/content/browser/android/java/
jni_helper.h 14 // Gets the method ID from the class name. Clears the pending Java exception
  /external/chromium_org/extensions/common/
url_pattern_set.h 28 // Clears |out| and populates the set with |set1| - |set2|.
33 // Clears |out| and populates the set with the intersection of |set1|
39 // Clears |out| and populates the set with the union of |set1| and |set2|.
44 // Clears |out| and populates it with the union of all sets in |sets|.
  /external/chromium_org/net/spdy/
spdy_header_block.h 28 // SpdyHeaderBlockNetLogCallback. On failure, returns false and clears
  /external/chromium_org/sync/sessions/
debug_info_getter.h 22 // Clears the debug info.
  /external/chromium_org/ui/events/gesture_detection/
bitset_32.h 25 // Clears the bit set.
45 // Clears the specified bit.
60 // Finds the first marked bit in the set and clears it. Returns the bit
78 // Finds the last marked bit in the set and clears it. Returns the bit index.
  /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
  /frameworks/native/opengl/tests/testViewport/
README 7 The program clears the screen to blue, then draws a full screen white quad that

Completed in 1501 milliseconds

1 2 3 4 5 6 7 8 91011>>