HomeSort by relevance Sort by last modified time
    Searched refs:InitialState (Results 1 - 25 of 34) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/gpu/
GrReducedClip.h 16 enum InitialState {
25 * initialState. Optionally, the caller can request a tighter bounds on the clip be returned via
36 InitialState* initialState,
GrClipMaskManager.h 106 bool createStencilClipMask(GrReducedClip::InitialState initialState,
113 GrReducedClip::InitialState initialState,
118 GrReducedClip::InitialState initialState,
GrReducedClip.cpp 20 InitialState* initialState,
33 InitialState* initialState,
39 *initialState = kAllIn_InitialState;
60 *initialState = kAllIn_InitialState;
74 *initialState = kAllIn_InitialState;
77 *initialState = kAllOut_InitialState;
87 *initialState = kAllOut_InitialState;
96 *initialState = kAllOut_InitialState
    [all...]
GrClipMaskManager.cpp 115 InitialState initialState;
134 &initialState,
138 if (kAllIn_InitialState == initialState) {
165 initialState,
170 initialState,
209 this->createStencilClipMask(initialState,
423 InitialState initialState,
461 kAllIn_InitialState == initialState ? 0xffffffff : 0x00000000
    [all...]
  /external/skia/src/gpu/
GrReducedClip.h 16 enum InitialState {
25 * initialState. Optionally, the caller can request a tighter bounds on the clip be returned via
36 InitialState* initialState,
GrClipMaskManager.h 106 bool createStencilClipMask(GrReducedClip::InitialState initialState,
113 GrReducedClip::InitialState initialState,
118 GrReducedClip::InitialState initialState,
GrReducedClip.cpp 20 InitialState* initialState,
33 InitialState* initialState,
39 *initialState = kAllIn_InitialState;
60 *initialState = kAllIn_InitialState;
74 *initialState = kAllIn_InitialState;
77 *initialState = kAllOut_InitialState;
87 *initialState = kAllOut_InitialState;
96 *initialState = kAllOut_InitialState
    [all...]
GrClipMaskManager.cpp 115 InitialState initialState;
134 &initialState,
138 if (kAllIn_InitialState == initialState) {
165 initialState,
170 initialState,
209 this->createStencilClipMask(initialState,
423 InitialState initialState,
461 kAllIn_InitialState == initialState ? 0xffffffff : 0x00000000
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk_unittest.cc 22 TEST(LoadingAnimationTest, InitialState) {
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk_unittest.cc 22 TEST(LoadingAnimationTest, InitialState) {
  /external/chromium_org/content/browser/loader/
offline_policy_unittest.cc 34 TEST_F(OfflinePolicyTest, InitialState) {
  /external/chromium_org/ui/base/animation/
slide_animation_unittest.cc 40 TEST_F(SlideAnimationTest, InitialState) {
  /external/chromium/chrome/browser/tabs/
tab_strip_selection_model_unittest.cc 30 TEST_F(TabStripSelectionModelTest, InitialState) {
  /external/chromium_org/ui/base/models/
list_selection_model_unittest.cc 33 TEST_F(ListSelectionModelTest, InitialState) {
  /external/chromium/chrome/browser/sync/
profile_sync_service.h 521 FRIEND_TEST_ALL_PREFIXES(ProfileSyncServiceTest, InitialState);
profile_sync_service_unittest.cc 115 TEST_F(ProfileSyncServiceTest, InitialState) {
  /external/chromium_org/third_party/WebKit/Source/core/animation/
PlayerTest.cpp 65 TEST_F(PlayerTest, InitialState)
  /external/chromium/chrome/browser/bookmarks/
bookmark_node_data_unittest.cc 40 TEST_F(BookmarkNodeDataTest, InitialState) {
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_node_data_unittest.cc 38 TEST_F(BookmarkNodeDataTest, InitialState) {
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.h 699 FRIEND_TEST_ALL_PREFIXES(ProfileSyncServiceTest, InitialState);
    [all...]
profile_sync_service_unittest.cc 184 TEST_F(ProfileSyncServiceTest, InitialState) {
  /frameworks/base/services/java/com/android/server/connectivity/
Tethering.java 784 mInitialState = new InitialState();
800 if (current == mInitialState) res += "InitialState";
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PaintAggregatorTest.cpp 41 TEST(PaintAggregator, InitialState)
  /external/chromium_org/content/renderer/
paint_aggregator_unittest.cc 10 TEST(PaintAggregator, InitialState) {
  /external/chromium_org/ppapi/tests/
test_paint_aggregator.cc 17 RUN_TEST(InitialState, filter);

Completed in 7194 milliseconds

1 2