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:allocateStorage
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/codec/
H
A
D
SkHeifCodec.cpp
404
this->
allocateStorage
(dstInfo);
in onGetPixels()
415
void SkHeifCodec::
allocateStorage
(const SkImageInfo& dstInfo) {
in allocateStorage()
function in SkHeifCodec
464
this->
allocateStorage
(this->dstInfo());
in getSampler()
492
this->
allocateStorage
(dstInfo);
in onStartScanlineDecode()
H
A
D
SkJpegCodec.h
111
bool SK_WARN_UNUSED_RESULT
allocateStorage
(const SkImageInfo& dstInfo);
H
A
D
SkJpegCodec.cpp
582
if (!this->
allocateStorage
(dstInfo)) {
in onGetPixels()
595
bool SkJpegCodec::
allocateStorage
(const SkImageInfo& dstInfo) {
in allocateStorage()
function in SkJpegCodec
680
if (!this->
allocateStorage
(this->dstInfo())) {
in getSampler()
745
if (!this->
allocateStorage
(dstInfo)) {
in onStartScanlineDecode()
H
A
D
SkHeifCodec.h
76
void
allocateStorage
(const SkImageInfo& dstInfo);
H
A
D
SkPngCodec.h
106
void
allocateStorage
(const SkImageInfo& dstInfo);
H
A
D
SkPngCodec.cpp
436
void SkPngCodec::
allocateStorage
(const SkImageInfo& dstInfo) {
in allocateStorage()
function in SkPngCodec
1170
this->
allocateStorage
(dstInfo);
in onGetPixels()
1182
this->
allocateStorage
(dstInfo);
in onStartIncrementalDecode()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H
A
D
Buffer11.h
181
BufferStorage *
allocateStorage
(BufferUsage usage);
H
A
D
Buffer11.cpp
811
newStorage =
allocateStorage
(usage);
in getBufferStorage()
831
Buffer11::BufferStorage *Buffer11::
allocateStorage
(BufferUsage usage)
in allocateStorage()
function in rx::Buffer11
865
cacheEntry->storage =
allocateStorage
(BUFFER_USAGE_UNIFORM);
in getConstantBufferRangeStorage()
929
cacheEntry->storage =
allocateStorage
(BUFFER_USAGE_STRUCTURED);
in getStructuredBufferRangeSRV()
Completed in 10 milliseconds