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:prepareToDraw
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/src/gpu/gl/
H
A
D
GrGLOpsRenderPass.cpp
183
GrGLenum glPrimType = fGpu->
prepareToDraw
(fPrimitiveType);
in onDraw()
193
GrGLenum glPrimType = fGpu->
prepareToDraw
(fPrimitiveType);
in onDrawIndexed()
226
GrGLenum glPrimType = fGpu->
prepareToDraw
(fPrimitiveType);
in onDrawInstanced()
244
GrGLenum glPrimType = fGpu->
prepareToDraw
(fPrimitiveType);
in onDrawIndexedInstanced()
294
GrGLenum glPrimType = fGpu->
prepareToDraw
(fPrimitiveType);
in onDrawIndirect()
302
GrGLenum glPrimType = fGpu->
prepareToDraw
(fPrimitiveType);
in onDrawIndirect()
320
GrGLenum glPrimType = fGpu->
prepareToDraw
(fPrimitiveType);
in multiDrawArraysANGLEOrWebGL()
366
GrGLenum glPrimType = fGpu->
prepareToDraw
(fPrimitiveType);
in onDrawIndexedIndirect()
374
GrGLenum glPrimType = fGpu->
prepareToDraw
(fPrimitiveType);
in onDrawIndexedIndirect()
393
GrGLenum glPrimType = fGpu->
prepareToDraw
(fPrimitiveTyp
in multiDrawElementsANGLEOrWebGL()
[all...]
H
A
D
GrGLGpu.h
104
GrGLenum
prepareToDraw
(GrPrimitiveType primitiveType);
H
A
D
GrGLGpu.cpp
2335
GrGLenum GrGLGpu::
prepareToDraw
(GrPrimitiveType primitiveType) {
in prepareToDraw()
function in GrGLGpu
/third_party/skia/src/gpu/
H
A
D
GrOpsRenderPass.cpp
213
bool GrOpsRenderPass::
prepareToDraw
() {
in prepareToDraw()
function in GrOpsRenderPass
229
if (!this->
prepareToDraw
()) {
in draw()
240
if (!this->
prepareToDraw
()) {
in drawIndexed()
252
if (!this->
prepareToDraw
()) {
in drawInstanced()
264
if (!this->
prepareToDraw
()) {
in drawIndexedInstanced()
278
if (!this->
prepareToDraw
()) {
in drawIndirect()
304
if (!this->
prepareToDraw
()) {
in drawIndexedIndirect()
H
A
D
GrOpsRenderPass.h
177
bool
prepareToDraw
();
/third_party/skia/experimental/sktext/editor/
H
A
D
Texts.cpp
12
fDrawableText = fWrappedText->
prepareToDraw
<DrawableText>(fUnicodeText.get(),
in paint()
41
fDrawableText = fWrappedText->
prepareToDraw
<DrawableText>(fUnicodeText.get(),
in paint()
/third_party/skia/experimental/sktext/include/
H
A
D
Interface.h
98
std::unique_ptr<DrawableText>
prepareToDraw
(UnicodeText* unicodeText, PositionType positionType, SkSpan<TextIndex> blocks) const;
H
A
D
Text.h
201
std::unique_ptr<Drawable>
prepareToDraw
(UnicodeText* unicodeText, PositionType positionType, SkSpan<TextIndex> blocks) const {
in prepareToDraw()
function in skia::text::WrappedText
Completed in 12 milliseconds