HomeSort by relevance Sort by last modified time
    Searched refs:Backend (Results 151 - 158 of 158) sorted by null

1 2 3 4 5 67

  /external/skia/gm/
gmmain.cpp 132 enum Backend {
157 Backend fBackend;
158 GLContextType fGLContextType; // GPU backend only
159 int fSampleCnt; // GPU backend only
345 * Depending on the backend, this may mean that we skipped a single rendermode, or all
349 const char renderModeDescriptor [], Backend backend) {
350 if (kRaster_Backend == backend) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 162 // Returns the disk cache backend for |context| if there is one, or NULL.
163 disk_cache::Backend* GetDiskCacheBackend(net::URLRequestContext* context) {
    [all...]
  /external/elfutils/0.153/
elfutils.spec 224 - libebl: i386 backend fix for multi-register integer return value
292 - libebl: sparc backend fixes; some more arm backend support
315 - libebl: backend fixes for i386 TLS relocs; backend support for
334 - elflint: backend improvements for sparc, alpha
356 - libebl: powerpc backend support for Altivec registers
372 - libebl: backend improvements for sparc, alpha, powerpc
392 - libebl: sparc backend support for return value location
393 - libebl, libdwfl: backend register name support extended with more inf
    [all...]
  /external/chromium_org/net/disk_cache/
entry_unittest.cc     [all...]
  /art/compiler/dex/quick/
codegen_util.cc     [all...]
mir_to_lir.h 26 #include "dex/backend.h"
227 class Mir2Lir : public Backend {
643 * @brief Provides the maximum number of compiler temporaries that the backend can/wants
    [all...]
  /external/chromium_org/net/http/
http_cache_unittest.cc 552 disk_cache::Backend* backend; local
554 // This will lazily initialize the backend.
555 int rv = cache.http_cache()->GetBackend(&backend, cb.callback());
613 // This will initialize a cache object with NULL backend.
1891 scoped_ptr<disk_cache::Backend>* backend = factory->backend(); local
1907 disk_cache::Backend* backend; local
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc     [all...]

Completed in 1438 milliseconds

1 2 3 4 5 67