HomeSort by relevance Sort by last modified time
    Searched full:cleargc (Results 1 - 21 of 21) sorted by null

  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 90 XMesaSetPlaneMask( xmesa->display, xmbuf->cleargc, m );
116 assert(xmbuf->cleargc);
118 XMesaFillRectangle( xmesa->display, xrb->pixmap, xmbuf->cleargc,
263 XMesaSetForeground(xmesa->display, b->cleargc, xmesa->clearpixel);
381 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */
513 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */
611 const XMesaGC gc = xmbuf->cleargc; /* effected by glColorMask */
xm_buffer.c 388 if (b->cleargc)
389 XMesaFreeGC(b->display, b->cleargc);
xm_api.c 622 /* cleargc - for glClear() */
623 b->cleargc = XCreateGC( v->display, window, 0, NULL );
624 XMesaSetFunction( v->display, b->cleargc, GXcopy );
    [all...]
xmesaP.h 218 XMesaGC cleargc; /* GC for clearing the color buffer */ member in struct:xmesa_buffer
  /external/swiftshader/third_party/LLVM/
FastIntrinsicID.patch 52 clearGC();
  /external/swiftshader/third_party/LLVM/include/llvm/
Function.h 195 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
200 void clearGC();
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp 194 clearGC();
284 void Function::clearGC() {
310 clearGC();
Core.cpp     [all...]
  /external/llvm/include/llvm/IR/
Function.h 221 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
228 void clearGC();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 244 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
251 void clearGC();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Function.h 266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
273 void clearGC();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Function.h 266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
273 void clearGC();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Function.h 266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
273 void clearGC();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
273 void clearGC();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Function.h 266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
273 void clearGC();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Function.h 266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
273 void clearGC();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Function.h 266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
273 void clearGC();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 266 /// hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm
273 void clearGC();
  /external/llvm/lib/IR/
Function.cpp 289 clearGC();
427 void Function::clearGC() {
447 clearGC();
    [all...]
Core.cpp     [all...]
  /external/v8/src/heap/
incremental-marking.cc     [all...]

Completed in 1836 milliseconds