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:emitCode
(Results
1 - 25
of
37
) sorted by relevance
1
2
/third_party/skia/gm/
H
A
D
fp_sample_chaining.cpp
43
void
emitCode
(EmitArgs& args) override {
84
void
emitCode
(EmitArgs& args) override {
113
void
emitCode
(EmitArgs& args) override {
H
A
D
dsl_processor_test.cpp
32
void
emitCode
(EmitArgs& args) override {
H
A
D
destcolor.cpp
53
void
emitCode
(EmitArgs& args) override {
H
A
D
fpcoordinateoverride.cpp
64
void
emitCode
(EmitArgs& args) override {
in onMakeProgramImpl()
/third_party/skia/src/gpu/
H
A
D
GrColorSpaceXform.cpp
100
void
emitCode
(EmitArgs& args) override {
in onMakeProgramImpl()
105
fColorSpaceHelper.
emitCode
(uniformHandler, proc.colorXform());
in onMakeProgramImpl()
H
A
D
GrFragmentProcessor.cpp
295
void
emitCode
(EmitArgs& args) override {
411
void
emitCode
(EmitArgs& args) override {
543
void
emitCode
(EmitArgs& args) override {
602
void
emitCode
(ProgramImpl::EmitArgs& args) override {
893
void
emitCode
(EmitArgs& args) override {
H
A
D
GrXferProcessor.h
324
* This is similar to
emitCode
() in the base class, except it takes a full shader builder.
327
void
emitCode
(const EmitArgs&);
331
by the shaders created in
emitCode
(). The GrXferProcessor parameter is guaranteed to be of
350
* Called by
emitCode
() when the XP will not be performing a dst read. This method is
359
* Called by
emitCode
() when the XP will perform a dst read. This method only needs to supply
H
A
D
GrXferProcessor.cpp
209
void ProgramImpl::
emitCode
(const EmitArgs& args) {
in emitCode()
function in ProgramImpl
H
A
D
GrGeometryProcessor.h
326
FPCoordsMap
emitCode
(EmitArgs&, const GrPipeline& pipeline);
329
* Called after all effect
emitCode
() functions, to give the processor a chance to write out
340
* required by the shaders created in
emitCode
(). The GrGeometryProcessor parameter is
H
A
D
GrFragmentProcessor.h
228
* (e.g. uses EmitArgs::fSampleCoord in
emitCode
()). This is decided at FP-tree construction
237
* of non-explicit sample usages. (e.g. uses EmitArgs::fSampleCoord in
emitCode
()). This is
409
// FP implementations must call this function if their matching ProgramImpl's
emitCode
()
415
// FP implementations must set this flag if their ProgramImpl's
emitCode
() function calls
421
// FP implementations must set this flag if their ProgramImpl's
emitCode
() function emits a
534
virtual void
emitCode
(EmitArgs&) = 0;
595
*
emitCode
(). Also, any uniforms or functions emitted by the child will have their names
648
* uniform variables required by the shaders created in
emitCode
(). The GrFragmentProcessor
/third_party/skia/src/gpu/glsl/
H
A
D
GrGLSLProgramBuilder.cpp
51
// be sent to the ProgramImpl in its
emitCode
function
in emitAndInstallProcs()
121
fFPCoordsMap = fGPImpl->
emitCode
(args, this->pipeline());
in emitAndInstallPrimProc()
283
impl.
emitCode
(args);
in writeFPFunction()
393
fXPImpl->
emitCode
(args);
in emitAndInstallXferProc()
H
A
D
GrGLSLColorSpaceXformHelper.h
25
void
emitCode
(GrGLSLUniformHandler* uniformHandler, const GrColorSpaceXform* colorSpaceXform,
in emitCode()
function in GrGLSLColorSpaceXformHelper
/third_party/skia/src/gpu/effects/
H
A
D
GrMatrixEffect.cpp
33
void
emitCode
(EmitArgs& args) override {
in onMakeProgramImpl()
H
A
D
GrGaussianConvolutionFragmentProcessor.cpp
25
void
emitCode
(EmitArgs&) override;
52
void GrGaussianConvolutionFragmentProcessor::Impl::
emitCode
(EmitArgs& args) {
in emitCode()
function in GrGaussianConvolutionFragmentProcessor::Impl
H
A
D
GrRRectEffect.cpp
147
void
emitCode
(EmitArgs&) override;
157
void CircularRRectEffect::Impl::
emitCode
(EmitArgs& args) {
in emitCode()
function in CircularRRectEffect::Impl
509
void
emitCode
(EmitArgs&) override;
520
void EllipticalRRectEffect::Impl::
emitCode
(EmitArgs& args) {
in emitCode()
function in EllipticalRRectEffect::Impl
H
A
D
GrTextureEffect.h
116
void
emitCode
(EmitArgs&) override;
H
A
D
GrModulateAtlasCoverageEffect.cpp
38
void
emitCode
(EmitArgs& args) override {
in onMakeProgramImpl()
H
A
D
GrMatrixConvolutionEffect.cpp
24
void
emitCode
(EmitArgs&) override;
197
void GrMatrixConvolutionEffect::Impl::
emitCode
(EmitArgs& args) {
in emitCode()
function in GrMatrixConvolutionEffect::Impl
H
A
D
GrBicubicEffect.cpp
21
void
emitCode
(EmitArgs&) override;
30
void GrBicubicEffect::Impl::
emitCode
(EmitArgs& args) {
in emitCode()
function in GrBicubicEffect::Impl
H
A
D
GrConvexPolyEffect.cpp
104
void
emitCode
(EmitArgs& args) override {
in onMakeProgramImpl()
H
A
D
GrBlendFragmentProcessor.cpp
205
void
emitCode
(EmitArgs& args) override {
in onMakeProgramImpl()
/third_party/skia/tests/
H
A
D
SkSLCross.cpp
60
void
emitCode
(EmitArgs& args) override {
H
A
D
ProgramsTest.cpp
54
void
emitCode
(EmitArgs& args) override {
108
void
emitCode
(EmitArgs& args) override {
/third_party/skia/src/effects/imagefilters/
H
A
D
SkDisplacementMapImageFilter.cpp
405
void
emitCode
(EmitArgs&) override;
539
void GrDisplacementMapEffect::Impl::
emitCode
(EmitArgs& args) {
in emitCode()
function in GrDisplacementMapEffect::Impl
/third_party/skia/src/effects/
H
A
D
SkTableColorFilter.cpp
163
void
emitCode
(EmitArgs& args) override {
in onMakeProgramImpl()
Completed in 18 milliseconds
1
2