OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backend
(Results
751 - 775
of
2151
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/external/skia/gm/
texturedomaineffect.cpp
8
// This test only works with the GPU
backend
.
46
// TODO: do this with surfaces & images and gpu
backend
/external/skia/include/core/
SkColorFilter.h
139
* A subclass may implement this factory function to work with the GPU
backend
. It returns
145
* A null return indicates that the color filter isn't implemented for the GPU
backend
.
/external/skia/src/core/
SkSpecialImage.h
92
* Create a new special surface with a
backend
that is compatible with this special image.
99
* Create a new surface with a
backend
that is compatible with this special image.
/external/skia/tests/
ProxyConversionTest.cpp
8
// This is a GPU-
backend
specific test.
66
if (kOpenGL_GrBackend == ctxInfo.
backend
()) {
/external/skia/tools/viewer/sk_app/
Window.h
202
// Returns null if there is not a GPU
backend
or if the
backend
is not yet created.
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
GCStrategy.h
70
bool CustomRoots; //< Default is to pass through to
backend
.
72
bool UsesMetadata; //< If set,
backend
must emit metadata tables.
RuntimeLibcalls.h
11
// the
backend
may emit during code generation, and also some helper functions.
23
/// the
backend
can emit. The various long double types cannot be merged,
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAssembler.h
70
/// @name Assembler
Backend
Data
454
/// @name Assembler
Backend
Data
663
MCAsmBackend &
Backend
;
675
/// The map of sections to their associated assembler
backend
data.
680
/// The map of symbols to their associated assembler
backend
data.
790
MCAsmBackend &getBackend() const { return
Backend
; }
798
/// if not specified it is automatically created from
backend
.
872
/// @name
Backend
Data Access
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeELFWriterInfo.cpp
1
//===-- MBlazeELFWriterInfo.cpp - ELF Writer Info for the MBlaze
backend
--===//
10
// This file implements ELF writer information for the MBlaze
backend
.
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ELFWriterInfo.cpp
1
//===-- X86ELFWriterInfo.cpp - ELF Writer Info for the X86
backend
--------===//
10
// This file implements ELF writer information for the X86
backend
.
/external/v8/tools/release/
check_clusterfuzz.py
36
# Constants for the clusterfuzz
backend
.
37
HOSTNAME = "
backend
-dot-cluster-fuzz.appspot.com"
/frameworks/compile/mclinker/include/mcld/LD/
Relocator.h
43
/// scanRelocation - When read in relocations,
backend
can do any modification
83
/// partialScanRelocation - When doing partial linking,
backend
can do any
/frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h
97
/// prelayout - help
backend
to do some modification before layout
107
/// postlayout - help
backend
to do some modification after layout
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftadvanc.h
115
/* if the corresponding font
backend
doesn't have a quick way to */
165
/* if the corresponding font
backend
doesn't have a quick way to */
/external/elfutils/libdw/
cfi.c
307
/* Special case hack to give
backend
abi_cfi a shorthand. */
435
First we'll let the
backend
fill in the default initial
440
/* Make sure we have a
backend
handle cached. */
458
(i.e. call-clobbered), then the
backend
supplies instructions
462
/* Dummy CIE for
backend
's instructions. */
/external/llvm/include/llvm/MC/
MCAssembler.h
97
MCAsmBackend &
Backend
;
249
MCAssembler(MCContext &Context, MCAsmBackend &
Backend
,
259
MCAsmBackend &getBackend() const { return
Backend
; }
270
/// if not specified it is automatically created from
backend
.
395
/// \name
Backend
Data Access
/external/swiftshader/third_party/LLVM/lib/MC/
WinCOFFStreamer.cpp
194
: true) && "Got non COFF section in the COFF
backend
!");
238
: true) && "Got non COFF section in the COFF
backend
!");
265
: true) && "Got non COFF section in the COFF
backend
!");
304
: true) && "Got non COFF section in the COFF
backend
!");
312
: true) && "Got non COFF section in the COFF
backend
!");
/external/syslinux/gpxe/src/drivers/block/
srp.c
443
container_of ( scsi->
backend
, struct srp_device, refcnt );
497
scsi->
backend
= ref_get ( &srp->refcnt );
515
container_of ( scsi->
backend
, struct srp_device, refcnt );
521
ref_put ( scsi->
backend
);
522
scsi->
backend
= NULL;
/external/skia/site/dev/design/
pdftheory.md
9
* Add section "Using the PDF
backend
"
15
pages. This document describes how the
backend
operates, but **these
19
See [Using Skia's PDF
Backend
](../../user/sample/pdf) to find out how
26
* [Typical usage of the PDF
backend
](#Typical_usage_of_the_PDF_backend)
41
<span id="Typical_usage_of_the_PDF_backend">Typical usage of the PDF
backend
</span>
44
SkPDFDevice is the main interface to the PDF
backend
. This child of
131
The PDF
backend
requires all indirect objects used in a PDF to be
278
of the PDF
backend
. PDF does not support perspective transforms
377
PDF
backend
always uses the glyph-id encoding of the text.
395
they can contain more than 256 glyphs. The PDF
backend
handles this b
[
all
...]
/external/skia/src/gpu/
GrContext.cpp
40
GrContext* GrContext::Create(GrBackend
backend
, GrBackendContext backendContext) {
42
return Create(
backend
, backendContext, defaultOptions);
45
GrContext* GrContext::Create(GrBackend
backend
, GrBackendContext backendContext,
49
if (context->init(
backend
, backendContext, options)) {
74
bool GrContext::init(GrBackend
backend
, GrBackendContext backendContext,
79
fGpu = GrGpu::Create(
backend
, backendContext, options, this);
170
// Release all resources in the
backend
3D API.
[
all
...]
/prebuilts/sdk/tools/jacks/
jack-4.31.CANDIDATE.jar
/device/linaro/bootloader/arm-trusted-firmware/drivers/io/
io_fip.c
250
/* Clear the
backend
. */
368
/* Open the
backend
, attempt to access the blob image */
400
/* Close the
backend
. */
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
chrome_browser_backend.py
129
# Ignore certificate errors if the platform
backend
has not created
139
""" Initiate the devtool client
backend
which allow browser connection
147
'Devtool client
backend
cannot be init twice')
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
web_contents.py
45
exceptions.Error: If there is an error in inspector
backend
connection.
50
"""Returns a list of webview contexts within the current inspector
backend
.
56
exceptions.Error: If there is an error in inspector
backend
connection.
/external/curl/lib/
getinfo.c
308
tsi->
backend
= Curl_ssl_backend();
311
if(conn && tsi->
backend
!= CURLSSLBACKEND_NONE) {
339
#error "SSL
backend
specific information missing for CURLINFO_TLS_SSL_PTR"
Completed in 2175 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>