OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitCode
(Results
1 - 25
of
81
) sorted by null
1
2
3
4
/frameworks/native/opengl/tools/glgen/src/
CodeEmitter.java
20
void
emitCode
(CFunc cfunc, String original);
EGLCodeEmitter.java
50
public void
emitCode
(CFunc cfunc, String original) {
51
emitCode
(cfunc, original, null, mJavaImplStream,
GLESCodeEmitter.java
48
public void
emitCode
(CFunc cfunc, String original) {
49
emitCode
(cfunc, original, null, mJavaImplStream,
Jsr239CodeEmitter.java
83
public void
emitCode
(CFunc cfunc, String original) {
84
emitCode
(cfunc, original, mJavaInterfaceStream, mJavaImplStream, mCStream);
GenerateEGL.java
65
emitter.
emitCode
(cfunc, s);
GenerateGLES.java
64
emitter.
emitCode
(cfunc, s);
/external/skia/src/gpu/effects/
GrDitherEffect.cpp
63
void
emitCode
(EmitArgs& args) override;
69
void GLDitherEffect::
emitCode
(EmitArgs& args) {
GrSimpleTextureEffect.cpp
16
void
emitCode
(EmitArgs& args) override {
GrConvexPolyEffect.cpp
88
void
emitCode
(EmitArgs&) override;
102
void GLAARectEffect::
emitCode
(EmitArgs& args) {
174
void
emitCode
(EmitArgs&) override;
187
void GrGLConvexPolyEffect::
emitCode
(EmitArgs& args) {
GrXfermodeFragmentProcessor.cpp
62
void
emitCode
(EmitArgs&) override;
88
void GLComposeTwoFragmentProcessor::
emitCode
(EmitArgs& args) {
230
void
emitCode
(EmitArgs& args) override {
GrOvalEffect.cpp
98
virtual void
emitCode
(EmitArgs&) override;
113
void GLCircleEffect::
emitCode
(EmitArgs& args) {
268
void
emitCode
(EmitArgs&) override;
284
void GLEllipseEffect::
emitCode
(EmitArgs& args) {
GrBicubicEffect.cpp
26
void
emitCode
(EmitArgs&) override;
47
void GrGLBicubicEffect::
emitCode
(EmitArgs& args) {
GrConvolutionEffect.cpp
19
void
emitCode
(EmitArgs&) override;
34
void GrGLConvolutionEffect::
emitCode
(EmitArgs& args) {
/external/skia/src/effects/
SkLumaColorFilter.cpp
67
void
emitCode
(EmitArgs& args) override {
GrCircleBlurFragmentProcessor.cpp
24
void
emitCode
(EmitArgs&) override;
35
void GrGLCircleBlurFragmentProcessor::
emitCode
(EmitArgs& args) {
/external/skia/src/gpu/glsl/
GrGLSLFragmentProcessor.h
81
virtual void
emitCode
(EmitArgs&) = 0;
95
* on to the child's
emitCode
(). Also, any uniforms or functions emitted by the child will
110
uniform variables required by the shaders created in
emitCode
(). The GrFragmentProcessor
GrGLSLXferProcessor.h
60
* This is similar to
emitCode
() in the base class, except it takes a full shader builder.
63
void
emitCode
(const EmitArgs&);
67
uniform variables required by the shaders created in
emitCode
(). The GrXferProcessor
84
* Called by
emitCode
() when the XP will not be performing a dst read. This method is
93
* Called by
emitCode
() when the XP will perform a dst read. This method only needs to supply
GrGLSLFragmentProcessor.cpp
68
* So if we're inside proc A's
emitCode
, and A is about to call
emitCode
on proc D, we want the
104
this->childProcessor(childIndex)->
emitCode
(childArgs);
GrGLSLPrimitiveProcessor.h
73
* This is similar to
emitCode
() in the base class, except it takes a full shader builder.
76
virtual void
emitCode
(EmitArgs&) = 0;
81
uploads any uniform variables required by the shaders created in
emitCode
(). The
GrGLSLXferProcessor.cpp
15
void GrGLSLXferProcessor::
emitCode
(const EmitArgs& args) {
GrGLSLProgramBuilder.cpp
32
// be sent to the GrGLSLPrimitiveProcessor in its
emitCode
function
98
fGeometryProcessor->
emitCode
(args);
146
fragProc->
emitCode
(args);
193
fXferProcessor->
emitCode
(args);
GrGLSLGeometryProcessor.h
22
/* Any general emit code goes in the base class
emitCode
. Subclasses override onEmitCode */
23
void
emitCode
(EmitArgs&) override;
/external/skia/src/gpu/
GrFragmentProcessor.cpp
155
void
emitCode
(EmitArgs& args) override {
227
void
emitCode
(EmitArgs& args) override {
305
void
emitCode
(EmitArgs& args) override {
/external/skia/src/effects/gradients/
SkSweepGradient.cpp
135
virtual void
emitCode
(EmitArgs&) override;
204
void GrGLSweepGradient::
emitCode
(EmitArgs& args) {
SkTwoPointConicalGradient_gpu.cpp
149
virtual void
emitCode
(EmitArgs&) override;
226
void GLEdge2PtConicalEffect::
emitCode
(EmitArgs& args) {
432
virtual void
emitCode
(EmitArgs&) override;
509
void GLFocalOutside2PtConicalEffect::
emitCode
(EmitArgs& args) {
645
virtual void
emitCode
(EmitArgs&) override;
719
void GLFocalInside2PtConicalEffect::
emitCode
(EmitArgs& args) {
[
all
...]
Completed in 1029 milliseconds
1
2
3
4