Searched defs:back (Results 1 - 25 of 139) sorted by relevance

123456

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen6_depthstencil.c49 int back = ctx->Stencil._BackFace; local
66 intel_translate_compare_func(ctx->Stencil.Function[back]);
68 intel_translate_stencil_op(ctx->Stencil.FailFunc[back]);
70 intel_translate_stencil_op(ctx->Stencil.ZFailFunc[back]);
72 intel_translate_stencil_op(ctx->Stencil.ZPassFunc[back]);
73 ds->ds1.bf_stencil_write_mask = ctx->Stencil.WriteMask[back];
74 ds->ds1.bf_stencil_test_mask = ctx->Stencil.ValueMask[back];
80 (ctx->Stencil._TestTwoSide && ctx->Stencil.WriteMask[back]))
H A Dbrw_cc.c108 const unsigned back = ctx->Stencil._BackFace; local
126 intel_translate_compare_func(ctx->Stencil.Function[back]);
128 intel_translate_stencil_op(ctx->Stencil.FailFunc[back]);
130 intel_translate_stencil_op(ctx->Stencil.ZFailFunc[back]);
132 intel_translate_stencil_op(ctx->Stencil.ZPassFunc[back]);
133 cc->cc1.bf_stencil_ref = ctx->Stencil.Ref[back];
134 cc->cc2.bf_stencil_write_mask = ctx->Stencil.WriteMask[back];
135 cc->cc2.bf_stencil_test_mask = ctx->Stencil.ValueMask[back];
141 (ctx->Stencil._TestTwoSide && ctx->Stencil.WriteMask[back]))
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_depthstencil.c49 int back = ctx->Stencil._BackFace; local
66 intel_translate_compare_func(ctx->Stencil.Function[back]);
68 intel_translate_stencil_op(ctx->Stencil.FailFunc[back]);
70 intel_translate_stencil_op(ctx->Stencil.ZFailFunc[back]);
72 intel_translate_stencil_op(ctx->Stencil.ZPassFunc[back]);
73 ds->ds1.bf_stencil_write_mask = ctx->Stencil.WriteMask[back];
74 ds->ds1.bf_stencil_test_mask = ctx->Stencil.ValueMask[back];
80 (ctx->Stencil._TestTwoSide && ctx->Stencil.WriteMask[back]))
H A Dbrw_cc.c108 const unsigned back = ctx->Stencil._BackFace; local
126 intel_translate_compare_func(ctx->Stencil.Function[back]);
128 intel_translate_stencil_op(ctx->Stencil.FailFunc[back]);
130 intel_translate_stencil_op(ctx->Stencil.ZFailFunc[back]);
132 intel_translate_stencil_op(ctx->Stencil.ZPassFunc[back]);
133 cc->cc1.bf_stencil_ref = ctx->Stencil.Ref[back];
134 cc->cc2.bf_stencil_write_mask = ctx->Stencil.WriteMask[back];
135 cc->cc2.bf_stencil_test_mask = ctx->Stencil.ValueMask[back];
141 (ctx->Stencil._TestTwoSide && ctx->Stencil.WriteMask[back]))
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_depth.c122 const GLuint back = ctx->Stencil._BackFace; local
124 dsa->stencil[1].func = st_compare_func_to_pipe(ctx->Stencil.Function[back]);
125 dsa->stencil[1].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[back]);
126 dsa->stencil[1].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[back]);
127 dsa->stencil[1].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[back]);
128 dsa->stencil[1].valuemask = ctx->Stencil.ValueMask[back] & 0xff;
129 dsa->stencil[1].writemask = ctx->Stencil.WriteMask[back] & 0xff;
130 sr.ref_value[1] = ctx->Stencil.Ref[back] & 0xff;
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DNullRegisterAllocator.java17 package com.android.dx.ssa.back;
H A DFirstFitAllocator.java17 package com.android.dx.ssa.back;
H A DRegisterAllocator.java17 package com.android.dx.ssa.back;
H A DInterferenceGraph.java17 package com.android.dx.ssa.back;
H A DIdenticalBlockCombiner.java17 package com.android.dx.ssa.back;
H A DLivenessAnalyzer.java17 package com.android.dx.ssa.back;
H A DSsaToRop.java17 package com.android.dx.ssa.back;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_depth.c122 const GLuint back = ctx->Stencil._BackFace; local
124 dsa->stencil[1].func = st_compare_func_to_pipe(ctx->Stencil.Function[back]);
125 dsa->stencil[1].fail_op = gl_stencil_op_to_pipe(ctx->Stencil.FailFunc[back]);
126 dsa->stencil[1].zfail_op = gl_stencil_op_to_pipe(ctx->Stencil.ZFailFunc[back]);
127 dsa->stencil[1].zpass_op = gl_stencil_op_to_pipe(ctx->Stencil.ZPassFunc[back]);
128 dsa->stencil[1].valuemask = ctx->Stencil.ValueMask[back] & 0xff;
129 dsa->stencil[1].writemask = ctx->Stencil.WriteMask[back] & 0xff;
130 sr.ref_value[1] = ctx->Stencil.Ref[back] & 0xff;
/external/chromium_org/android_webview/browser/
H A Dgl_view_renderer_manager.cc38 Key back = mru_list_.end(); local
39 back--;
40 return back;
/external/chromium_org/cc/layers/
H A Dlayer_lists.cc30 Layer* RenderSurfaceLayerList::back() { function in class:cc::RenderSurfaceLayerList
31 return list_.back().get();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Ddevice.hpp100 device &back() { function in class:clover::device_registry
101 return devs.back();
/external/chromium_org/ui/gfx/
H A Dcolor_utils_unittest.cc119 SkColor back = SkColorSetARGB(255, 100, 100, 100); local
121 EXPECT_TRUE(AlphaBlend(fore, back, 255) == fore);
122 EXPECT_TRUE(AlphaBlend(fore, back, 0) == back);
125 back = SkColorSetA(back, 0);
126 EXPECT_EQ(136U, SkColorGetA(AlphaBlend(fore, back, 136)));
130 EXPECT_EQ(0U, SkColorGetA(AlphaBlend(fore, back, 255)));
/external/icu/icu4c/source/layoutex/
H A DLXUtilities.cpp77 le_int32 front, back; local
79 for (front = 0, back = length - 1; front < back; front += 1, back -= 1) {
82 array[front] = array[back];
83 array[back] = swap;
89 le_int32 front, back; local
91 for (front = 0, back = length - 1; front < back; front += 1, back
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Ddevice.hpp100 device &back() { function in class:clover::device_registry
101 return devs.back();
/external/libunwind/doc/
H A Dunw_create_addr_space.tex20 address-space and initializes it based on the call-back routines
22 The call-back routines are described in detail below. The
31 \section{Call-back Routines}
33 \Prog{Libunwind} uses a set of call-back routines to access the
41 The first argument to every call-back routine is an address-space
44 call-back routine, \Prog{libunwind} sets the \Var{as} argument to the
49 The synopsis and a detailed description of every call-back routine
52 \subsection{Call-back Routine Synopsis}
79 \Prog{Libunwind} invokes the \Func{find\_proc\_info}() call-back to
86 \Var{need\_unwind\_info} is zero if the call-back doe
[all...]
/external/chromium_org/chrome/browser/sync_file_system/
H A Dfile_change.h64 const FileChange& back() const { return list_.back(); } function in class:sync_file_system::FileChangeList
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DUndoStack.cpp101 UndoStepStack::iterator back = --m_undoStack.end(); local
102 RefPtrWillBeRawPtr<UndoStep> step(back->get());
103 m_undoStack.remove(back);
105 // unapply will call us back to push this command onto the redo stack.
112 UndoStepStack::iterator back = --m_redoStack.end(); local
113 RefPtrWillBeRawPtr<UndoStep> step(back->get());
114 m_redoStack.remove(back);
119 // reapply will call us back to push this command onto the undo stack.
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DHistory.cpp92 void History::back(ExecutionContext* context) function in class:blink::History
/external/chromium_org/third_party/skia/include/core/
H A DSkDeque.h41 const void* back() const { return fBack; } function in class:SkDeque
47 void* back() { function in class:SkDeque
48 return (void*)((const SkDeque*)this)->back();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h73 Item *back() { return last_; } function in struct:__sanitizer::IntrusiveList

Completed in 2528 milliseconds

123456