/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_depthstencil.c | 49 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]))
|
brw_cc.c | 108 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/skia/tests/ |
PMFloatTest.cpp | 48 SkPMColor back[4]; local 49 SkPMFloat::RoundTo4PMColors(floats[0], floats[1], floats[2], floats[3], back); 51 REPORTER_ASSERT(r, back[i] == colors[i]); 54 SkPMFloat::RoundClampTo4PMColors(floats[0], floats[1], floats[2], floats[3], back); 56 REPORTER_ASSERT(r, back[i] == colors[i]);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_atom_depth.c | 122 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;
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
NullRegisterAllocator.java | 17 package com.android.dx.ssa.back;
|
FirstFitAllocator.java | 17 package com.android.dx.ssa.back;
|
InterferenceGraph.java | 17 package com.android.dx.ssa.back;
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/ |
NullRegisterAllocator.java | 17 package com.android.dx.ssa.back;
|
FirstFitAllocator.java | 17 package com.android.dx.ssa.back;
|
InterferenceGraph.java | 17 package com.android.dx.ssa.back;
|
/external/icu/icu4c/source/layoutex/ |
LXUtilities.cpp | 77 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 -= 1) [all...] |
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
device.hpp | 100 device &back() { function in class:clover::device_registry 101 return devs.back();
|
/external/slf4j/log4j-over-slf4j/src/test/java/org/apache/log4j/ |
NDCTest.java | 44 String back = NDC.pop(); local 45 assertEquals("a", back); 50 String back = NDC.peek(); local 51 assertEquals("peek", back);
|
/frameworks/base/libs/hwui/utils/ |
RingBuffer.h | 49 T& back() { function in class:android::uirenderer::RingBuffer
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ELFSegmentFactory.h | 38 const ELFSegment* back() const { return m_Segments.back(); } function in class:mcld::ELFSegmentFactory 39 ELFSegment* back() { return m_Segments.back(); } function in class:mcld::ELFSegmentFactory
|
/frameworks/compile/mclinker/include/mcld/Script/ |
SectionsCmd.h | 45 const_reference back() const { return m_SectionCommands.back(); } function in class:mcld::SectionsCmd 46 reference back() { return m_SectionCommands.back(); } function in class:mcld::SectionsCmd
|
StringList.h | 47 const_reference back() const { return m_Tokens.back(); } function in class:mcld::StringList 48 reference back() { return m_Tokens.back(); } function in class:mcld::StringList
|
/external/libunwind/doc/ |
unw_create_addr_space.tex | 20 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 does not need t [all...] |
/external/llvm/include/llvm/ADT/ |
SetVector.h | 89 const T &back() const { function in class:llvm::SetVector 90 assert(!empty() && "Cannot call back() on empty SetVector!"); 91 return vector_.back(); 169 set_.erase(back()); 174 T Ret = back();
|
/external/marisa-trie/lib/marisa/ |
vector.h | 57 const T &back() const { function in class:marisa::Vector 79 T &back() { function in class:marisa::Vector
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
vector.h | 57 const T &back() const { function in class:marisa_alpha::Vector 79 T &back() { function in class:marisa_alpha::Vector
|
/libcore/json/src/test/java/org/json/ |
JSONTokenerTest.java | 29 new JSONTokener(null).back(); 105 backTokener.back(); 152 abcdeTokener.back(); 165 abcTokener.back(); 169 abcTokener.back(); 170 abcTokener.back(); 171 abcTokener.back(); 172 abcTokener.back(); // you can back up before the beginning of a String!
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_utilities_linalg.h | 260 int back; local 261 back=0; 263 back+=(*f++)*(*g++); 265 return(back); 273 int back; local 274 back=0; 275 back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++); back+=(*f++)*(*g++) 295 int back; local 600 float back; local [all...] |
/external/clang/include/clang/Serialization/ |
ContinuousRangeMap.h | 65 if (!Rep.empty() && Rep.back() == Val) 68 assert((Rep.empty() || Rep.back().first < Val.first) && 104 reference back() { return Rep.back(); } function in class:clang::ContinuousRangeMap 105 const_reference back() const { return Rep.back(); } function in class:clang::ContinuousRangeMap
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_list.h | 73 Item *back() { return last_; } function in struct:__sanitizer::IntrusiveList
|