HomeSort by relevance Sort by last modified time
    Searched refs:emitCode (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /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);
  /external/skia/src/gpu/effects/
GrLumaColorFilterEffect.cpp 22 void emitCode(EmitArgs& args) override {
GrPremulInputFragmentProcessor.cpp 22 void emitCode(EmitArgs& args) override {
GrUnpremulInputFragmentProcessor.cpp 22 void emitCode(EmitArgs& args) override {
GrBlurredEdgeFragmentProcessor.cpp 22 void emitCode(EmitArgs& args) override {
GrConfigConversionEffect.cpp 22 void emitCode(EmitArgs& args) override {
GrDitherEffect.cpp 22 void emitCode(EmitArgs& args) override {
  /external/skqp/src/gpu/effects/
GrLumaColorFilterEffect.cpp 22 void emitCode(EmitArgs& args) override {
GrPremulInputFragmentProcessor.cpp 22 void emitCode(EmitArgs& args) override {
GrUnpremulInputFragmentProcessor.cpp 22 void emitCode(EmitArgs& args) override {
GrBlurredEdgeFragmentProcessor.cpp 22 void emitCode(EmitArgs& args) override {
GrConfigConversionEffect.cpp 22 void emitCode(EmitArgs& args) override {
GrDitherEffect.cpp 22 void emitCode(EmitArgs& args) override {
  /external/skia/src/gpu/glsl/
GrGLSLColorSpaceXformHelper.h 23 void emitCode(GrGLSLUniformHandler* uniformHandler, const GrColorSpaceXform* colorSpaceXform,
GrGLSLGeometryProcessor.h 22 /* Any general emit code goes in the base class emitCode. Subclasses override onEmitCode */
23 void emitCode(EmitArgs&) final;
GrGLSLXferProcessor.h 61 * This is similar to emitCode() in the base class, except it takes a full shader builder.
64 void emitCode(const EmitArgs&);
68 uniform variables required by the shaders created in emitCode(). The GrXferProcessor
86 * Called by emitCode() when the XP will not be performing a dst read. This method is
95 * Called by emitCode() when the XP will perform a dst read. This method only needs to supply
GrGLSLFragmentProcessor.cpp 61 this->childProcessor(childIndex)->emitCode(childArgs);
GrGLSLPrimitiveProcessor.h 110 * This is similar to emitCode() in the base class, except it takes a full shader builder.
113 virtual void emitCode(EmitArgs&) = 0;
118 * uploads any uniform variables required by the shaders created in emitCode(). The
124 * the transforms in the same order as the TransformHandler passed to emitCode.
  /external/skqp/src/gpu/glsl/
GrGLSLColorSpaceXformHelper.h 23 void emitCode(GrGLSLUniformHandler* uniformHandler, const GrColorSpaceXform* colorSpaceXform,
GrGLSLGeometryProcessor.h 22 /* Any general emit code goes in the base class emitCode. Subclasses override onEmitCode */
23 void emitCode(EmitArgs&) final;
GrGLSLXferProcessor.h 61 * This is similar to emitCode() in the base class, except it takes a full shader builder.
64 void emitCode(const EmitArgs&);
68 uniform variables required by the shaders created in emitCode(). The GrXferProcessor
86 * Called by emitCode() when the XP will not be performing a dst read. This method is
95 * Called by emitCode() when the XP will perform a dst read. This method only needs to supply
GrGLSLFragmentProcessor.cpp 61 this->childProcessor(childIndex)->emitCode(childArgs);

Completed in 1454 milliseconds

1 2 3 4 5 6 7