Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:kExternal
(Results
1 - 25
of
33
) sorted by relevance
1
2
/third_party/skia/include/private/
H
A
D
SkSLSymbol.h
22
kExternal
= (int) ProgramElement::Kind::kLast + 1,
member in SkSL::Symbol::Kind
30
kFirst =
kExternal
,
H
A
D
GrTypesPriv.h
351
kExternal
544
case GrTextureType::
kExternal
:
560
case GrTextureType::
kExternal
:
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-typedarray.cc
135
case
kExternal
##Type##Array: { \
in RUNTIME_FUNCTION()
138
if (
kExternal
##Type##Array == kExternalFloat64Array || \
in RUNTIME_FUNCTION()
139
kExternal
##Type##Array == kExternalFloat32Array) { \
in RUNTIME_FUNCTION()
H
A
D
runtime-atomics.cc
432
case
kExternal
##Type##Array: \
in GetModifySetValueInBuffer()
542
case
kExternal
##Type##Array: \
in RUNTIME_FUNCTION()
H
A
D
runtime-debug.cc
322
case
kExternal
##Type##Array: { \
in GetInternalProperties()
327
isolate->factory()->NewJSTypedArray(
kExternal
##Type##Array, \
in GetInternalProperties()
/third_party/skia/src/gpu/
H
A
D
GrTextureProxy.cpp
39
if (this->textureType() == GrTextureType::
kExternal
) {
in fDeferredUploader()
65
if (this->textureType() == GrTextureType::
kExternal
) {
in fDeferredUploader()
85
if (this->textureType() == GrTextureType::
kExternal
) {
in fDeferredUploader()
H
A
D
GrSurface.cpp
25
if (format.textureType() == GrTextureType::
kExternal
) {
in ComputeSize()
H
A
D
GrTexture.cpp
54
if (textureType == GrTextureType::
kExternal
) {
in GrTexture()
H
A
D
GrProgramDesc.cpp
33
case GrTextureType::
kExternal
:
in texture_type_key()
H
A
D
GrBackendSurface.cpp
95
return GrTextureType::
kExternal
;
in gl_target_to_gr_target()
131
fTextureType = GrTextureType::
kExternal
;
in GrBackendFormat()
493
return GrTextureType::
kExternal
;
in vk_image_info_to_texture_type()
H
A
D
GrSurfaceProxy.cpp
290
if (src->backendFormat().textureType() != GrTextureType::
kExternal
) {
in Copy()
/third_party/skia/src/gpu/gl/
H
A
D
GrGLTexture.cpp
27
return GrTextureType::
kExternal
;
in TextureTypeFromTarget()
38
case GrTextureType::
kExternal
:
in target_from_texture_type()
H
A
D
GrGLCaps.cpp
3400
(!srcTypeIfTexture || *srcTypeIfTexture != GrTextureType::
kExternal
) &&
in canCopyTexSubImage()
3401
*dstTypeIfTexture != GrTextureType::
kExternal
;
in canCopyTexSubImage()
3416
if (dstTypeIfTexture && *dstTypeIfTexture == GrTextureType::
kExternal
) {
in canCopyAsBlit()
3419
if (srcTypeIfTexture && *srcTypeIfTexture == GrTextureType::
kExternal
) {
in canCopyAsBlit()
3531
if (texProxy->textureType() == GrTextureType::
kExternal
) {
in getDstCopyRestrictions()
4573
if (format.textureType() == GrTextureType::
kExternal
) {
in isFormatAsColorTypeRenderable()
4589
if (format.textureType() == GrTextureType::
kExternal
) {
in isFormatRenderable()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H
A
D
ResourceMemoryAllocation.h
35
kExternal
,
member in dawn_native::AllocationMethod
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H
A
D
ResourceHeapAllocationD3D12.cpp
28
ASSERT((info.mMethod == AllocationMethod::
kExternal
) == (heap == nullptr));
in ResourceHeapAllocation()
H
A
D
TextureD3D12.cpp
575
info.mMethod = AllocationMethod::
kExternal
;
in InitializeAsExternalTexture()
637
info.mMethod = AllocationMethod::
kExternal
;
in InitializeAsSwapChainTexture()
737
if (mResourceAllocation.GetInfo().mMethod != AllocationMethod::
kExternal
) {
in TrackUsageAndTransitionNow()
891
if (mResourceAllocation.GetInfo().mMethod != AllocationMethod::
kExternal
) {
in TrackUsageAndGetResourceBarrierForPass()
/third_party/skia/tests/
H
A
D
EGLImageTest.cpp
180
REPORTER_ASSERT(reporter, proxy->textureType() == GrTextureType::
kExternal
);
in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
181
REPORTER_ASSERT(reporter, proxy->peekTexture()->textureType() == GrTextureType::
kExternal
);
in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
H
A
D
VkBackendSurfaceTest.cpp
60
REPORTER_ASSERT(reporter, drmBETex.textureType() == GrTextureType::
kExternal
);
in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
/third_party/skia/src/sksl/ir/
H
A
D
SkSLExternalFunction.h
21
inline static constexpr Kind kSymbolKind = Kind::
kExternal
;
/third_party/skia/src/gpu/vk/
H
A
D
GrVkTexture.cpp
59
isExternal ? GrTextureType::
kExternal
: GrTextureType::k2D, mipmapStatus)
in GrVkTexture()
/third_party/node/deps/v8/src/api/
H
A
D
api-inl.h
69
DCHECK(obj->type() == v8::internal::
kExternal
##Type##Array); \
/third_party/node/deps/v8/src/objects/
H
A
D
js-array-buffer.cc
338
return
kExternal
##Type##Array;
in type()
/third_party/skia/src/gpu/glsl/
H
A
D
GrGLSLProgramBuilder.cpp
310
SkASSERT(dstTextureProxy->textureType() != GrTextureType::
kExternal
);
in emitAndInstallDstTexture()
/third_party/skia/src/sksl/
H
A
D
SkSLDehydrator.cpp
223
case Symbol::Kind::
kExternal
:
in write()
H
A
D
SkSLCompiler.cpp
496
case Symbol::Kind::
kExternal
: {
in convertIdentifier()
Completed in 25 milliseconds
1
2