/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
clip.c | 41 if (_math_matrix_is_dirty(ctx->ProjectionMatrixStack.Top)) 42 _math_matrix_analyse( ctx->ProjectionMatrixStack.Top ); 47 ctx->ProjectionMatrixStack.Top->inv); 78 if (_math_matrix_is_dirty(ctx->ModelviewMatrixStack.Top)) 79 _math_matrix_analyse( ctx->ModelviewMatrixStack.Top ); 82 ctx->ModelviewMatrixStack.Top->inv );
|
matrix.c | 55 * \param top top clipping plane coordinate. 62 * the top matrix of the current matrix stack and sets 67 GLdouble bottom, GLdouble top, 77 top == bottom) 83 _math_matrix_frustum( ctx->CurrentStack->Top, 85 (GLfloat) bottom, (GLfloat) top, 97 * \param top top clipping plane coordinate. 104 * the top matrix of the current matrix stack and set [all...] |
/external/mesa3d/src/mesa/main/ |
clip.c | 41 if (_math_matrix_is_dirty(ctx->ProjectionMatrixStack.Top)) 42 _math_matrix_analyse( ctx->ProjectionMatrixStack.Top ); 47 ctx->ProjectionMatrixStack.Top->inv); 78 if (_math_matrix_is_dirty(ctx->ModelviewMatrixStack.Top)) 79 _math_matrix_analyse( ctx->ModelviewMatrixStack.Top ); 82 ctx->ModelviewMatrixStack.Top->inv );
|
matrix.c | 55 * \param top top clipping plane coordinate. 62 * the top matrix of the current matrix stack and sets 67 GLdouble bottom, GLdouble top, 77 top == bottom) 83 _math_matrix_frustum( ctx->CurrentStack->Top, 85 (GLfloat) bottom, (GLfloat) top, 97 * \param top top clipping plane coordinate. 104 * the top matrix of the current matrix stack and set [all...] |
/external/clang/test/Modules/Inputs/ |
category_top.h | 4 @interface Foo(Top) 5 -(void)top;
|
/external/lldb/include/lldb/Core/ |
InputReaderStack.h | 38 Top ();
|
/external/chromium_org/cc/resources/ |
eviction_tile_priority_queue.h | 26 Tile* Top(TreePriority tree_priority); 46 Tile* Top();
|
raster_tile_priority_queue.h | 27 Tile* Top(TreePriority tree_priority); 48 Tile* Top();
|
tile_manager_unittest.cc | 613 EXPECT_TRUE(queue.Top()); 614 all_tiles.insert(queue.Top()); 627 Tile* tile = queue.Top(); 689 Tile* tile = queue.Top(); 730 Tile* tile = queue.Top(); 780 EXPECT_TRUE(raster_queue.Top()); 781 all_tiles.insert(raster_queue.Top()); 798 Tile* tile = queue.Top(); [all...] |
raster_tile_priority_queue.cc | 124 Tile* RasterTilePriorityQueue::Top() { 126 return paired_queues_.front()->Top(tree_priority_); 164 Tile* RasterTilePriorityQueue::PairedPictureLayerQueue::Top( 209 // If no empty, use Top to do DCHECK the next iterator. 210 DCHECK(IsEmpty() || Top(tree_priority));
|
/external/chromium_org/third_party/webrtc/modules/video_render/ios/ |
video_render_ios_view.h | 26 Top:(const float)top
|
video_render_ios_channel.mm | 50 const float top, 55 Top:bottom 57 Bottom:top]) {
|
/external/llvm/lib/Target/Hexagon/ |
HexagonMachineScheduler.cpp | 202 Top.init(DAG, SchedModel); 209 delete Top.HazardRec; 211 Top.HazardRec = TM.getInstrInfo()->CreateTargetMIHazardRecognizer(Itin, DAG); 214 delete Top.ResourceModel; 216 Top.ResourceModel = new VLIWResourceModel(TM, DAG->getSchedModel()); 232 Top.MaxMinLatency = std::max(MinLatency, Top.MaxMinLatency); 237 Top.releaseNode(SU, SU->TopReadyCycle); 490 if (Top.ResourceModel->isResourceAvailable(SU)) 529 /// Pick the best candidate from the top queue [all...] |
HexagonMachineScheduler.h | 93 /// top-level schedule() driver. 194 // State of the top and bottom scheduled instruction boundaries. 195 VLIWSchedBoundary Top; 199 /// SUnit::NodeQueueId: 0 (none), 1 (top), 2 (bot), 3 (both) 207 : DAG(nullptr), SchedModel(nullptr), Top(TopQID, "TopQ"), 221 return Top.ResourceModel->getTotalPackets() +
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_normals.c | 62 if (_math_matrix_is_general_scale(ctx->ModelviewMatrixStack.Top)) 67 store->NormalTransform( ctx->ModelviewMatrixStack.Top, 109 if (_math_matrix_has_rotation(ctx->ModelviewMatrixStack.Top)) {
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_normals.c | 62 if (_math_matrix_is_general_scale(ctx->ModelviewMatrixStack.Top)) 67 store->NormalTransform( ctx->ModelviewMatrixStack.Top, 109 if (_math_matrix_has_rotation(ctx->ModelviewMatrixStack.Top)) {
|
/external/lldb/source/Core/ |
InputReaderStack.cpp | 56 InputReaderStack::Top () 62 input_reader_sp = m_input_readers.top();
|
/external/chromium_org/third_party/skia/src/images/ |
SkMovie_gif.cpp | 135 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row); 155 if (frame->ImageDesc.Top + copyHeight > height) { 156 copyHeight = height - frame->ImageDesc.Top; 181 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top); 188 if (frame->ImageDesc.Top + copyHeight > height) { 189 copyHeight = height - frame->ImageDesc.Top; 199 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height, 204 uint32_t* dst = bm->getAddr32(left, top); 211 if (top + copyHeight > bmHeight) { 212 copyHeight = bmHeight - top; [all...] |
/external/skia/src/images/ |
SkMovie_gif.cpp | 135 uint32_t* dst = bm->getAddr32(imageDesc.Left, imageDesc.Top + row); 155 if (frame->ImageDesc.Top + copyHeight > height) { 156 copyHeight = height - frame->ImageDesc.Top; 181 uint32_t* dst = bm->getAddr32(frame->ImageDesc.Left, frame->ImageDesc.Top); 188 if (frame->ImageDesc.Top + copyHeight > height) { 189 copyHeight = height - frame->ImageDesc.Top; 199 static void fillRect(SkBitmap* bm, GifWord left, GifWord top, GifWord width, GifWord height, 204 uint32_t* dst = bm->getAddr32(left, top); 211 if (top + copyHeight > bmHeight) { 212 copyHeight = bmHeight - top; [all...] |
/frameworks/ex/framesequence/jni/ |
FrameSequence_gif.cpp | 153 && target.Top <= covered.Top 154 && covered.Top + covered.Height <= target.Top + target.Height; 179 if (imageDesc.Top + copyHeight > maxHeight) { 180 copyHeight = maxHeight - imageDesc.Top; 289 prevFrame.ImageDesc.Top * outputPixelStride; 325 frame.ImageDesc.Top * outputPixelStride;
|
/external/llvm/include/llvm/ADT/ |
DepthFirstIterator.h | 76 // VisitStack - Used to maintain the ordering. Top = current block 104 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back(); 105 NodeType *Node = Top.first.getPointer(); 106 ChildItTy &It = Top.second; 107 if (!Top.first.getInt()) { 110 Top.first.setInt(1);
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
toplevel.ml | 2 * Top-Level parsing and JIT Driver 5 (* top ::= definition | external | expression | ';' *) 10 (* ignore top-level semicolons. *) 25 (* Evaluate a top-level expression into an anonymous function. *) 27 print_endline "parsed a top-level expr";
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
toplevel.ml | 2 * Top-Level parsing and JIT Driver 7 (* top ::= definition | external | expression | ';' *) 12 (* ignore top-level semicolons. *) 29 (* Evaluate a top-level expression into an anonymous function. *) 31 print_endline "parsed a top-level expr";
|
/external/chromium_org/net/websockets/ |
websocket_inflater.h | 101 std::pair<char*, size_t> Top();
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
toplevel.ml | 2 * Top-Level parsing and JIT Driver 8 (* top ::= definition | external | expression | ';' *) 13 (* ignore top-level semicolons. *) 30 (* Evaluate a top-level expression into an anonymous function. *) 32 print_endline "parsed a top-level expr";
|