/external/skia/src/gpu/ |
D | GrClipMaskCache.h | 39 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); in canReuse() local 59 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); in reset() local 76 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); in pop() local 99 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); in getLastMask() local 111 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); in getLastMask() local 125 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); in acquireMask() local 137 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); in getLastMaskWidth() local 153 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); in getLastMaskHeight() local 170 GrClipStackFrame* back = (GrClipStackFrame*) fStack.back(); in getLastBound() local
|
D | GrAllocator.h | 115 void* back() { in back() function 124 const void* back() const { in back() function 295 T& back() { in back() function 302 const T& back() const { in back() function
|
D | GrBufferAllocPool.cpp | 170 BufferBlock& back = fBlocks.back(); in makeSpace() local 200 BufferBlock& back = fBlocks.back(); in makeSpace() local
|
/external/slf4j/log4j-over-slf4j/src/test/java/org/apache/log4j/ |
D | NDCTest.java | 44 String back = NDC.pop(); in testSmoke() local 50 String back = NDC.peek(); in testPop() local
|
/external/libpng/contrib/libtests/ |
D | pngstest.c | 1171 gpc_noop(Pixel *out, const Pixel *in, const Background *back) in gpc_noop() 1182 gpc_nop8(Pixel *out, const Pixel *in, const Background *back) in gpc_nop8() 1201 gpc_nop6(Pixel *out, const Pixel *in, const Background *back) in gpc_nop6() 1221 gpc_bckg(Pixel *out, const Pixel *in, const Background *back) in gpc_bckg() 1241 gpc_bckc(Pixel *out, const Pixel *in, const Background *back) in gpc_bckc() 1271 gpc_g8(Pixel *out, const Pixel *in, const Background *back) in gpc_g8() 1287 gpc_g8b(Pixel *out, const Pixel *in, const Background *back) in gpc_g8b() 1316 gpc_lin(Pixel *out, const Pixel *in, const Background *back) in gpc_lin() 1352 gpc_pre(Pixel *out, const Pixel *in, const Background *back) in gpc_pre() 1388 gpc_preq(Pixel *out, const Pixel *in, const Background *back) in gpc_preq() [all …]
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | vector.h | 57 const T &back() const { in back() function 79 T &back() { in back() function
|
/external/marisa-trie/lib/marisa/ |
D | vector.h | 57 const T &back() const { in back() function 79 T &back() { in back() function
|
/external/icu/icu4c/source/layoutex/ |
D | LXUtilities.cpp | 77 le_int32 front, back; in reverse() local 89 le_int32 front, back; in reverse() local
|
/external/skia/include/core/ |
D | SkDeque.h | 41 const void* back() const { return fBack; } in back() function 47 void* back() { in back() function
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_depthstencil.c | 49 int back = ctx->Stencil._BackFace; in gen6_upload_depth_stencil_state() local
|
D | brw_cc.c | 108 const unsigned back = ctx->Stencil._BackFace; in upload_cc_unit() local
|
/external/clang/include/clang/Serialization/ |
D | ContinuousRangeMap.h | 104 reference back() { return Rep.back(); } in back() function 105 const_reference back() const { return Rep.back(); } in back() function
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_depth.c | 122 const GLuint back = ctx->Stencil._BackFace; in update_depth_stencil_alpha() local
|
/external/skia/tests/ |
D | PMFloatTest.cpp | 48 SkPMColor back[4]; in DEF_TEST() local
|
/external/v8/test/mjsunit/ |
D | math-exp-precision.js | 56 var back = Math.log(ex); variable
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | device.hpp | 100 device &back() { in back() function in clover::device_registry
|
/external/llvm/include/llvm/ADT/ |
D | MapVector.h | 62 std::pair<KeyT, ValueT> &back() { return Vector.back(); } in back() function 63 const std::pair<KeyT, ValueT> &back() const { return Vector.back(); } in back() function
|
D | ArrayRef.h | 124 const T &back() const { in back() function 252 T &back() const { in back() function
|
/external/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 114 reference back() { in back() function 117 const_reference back() const { in back() function
|
/external/libcxx/test/support/ |
D | nasty_containers.hpp | 80 reference back() { return v_.back(); } in back() function in nasty_vector 81 const_reference back() const { return v_.back(); } in back() function in nasty_vector 195 reference back() { return l_.back(); } in back() function in nasty_list 196 const_reference back() const { return l_.back(); } in back() function in nasty_list
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_st.c | 230 enum st_attachment_type back, front; in xmesa_st_framebuffer_validate() local 329 struct pipe_resource **front, **back, *tmp; in xmesa_swap_st_framebuffer() local
|
/external/clang/include/clang/AST/ |
D | ASTVector.h | 122 reference back() { in back() function 125 const_reference back() const { in back() function
|
/external/clang/include/clang/Analysis/Analyses/ |
D | ThreadSafetyUtil.h | 147 T &back() { in back() function 151 const T &back() const { in back() function
|
/external/skia/bench/ |
D | PMFloatBench.cpp | 69 SkPMColor back[4]; in onDraw() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_list.h | 73 Item *back() { return last_; } in back() function
|