Searched refs:defineConstant (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.h | 70 void defineConstant(const char* type, const char* name, const char* value) { in defineConstant() function 74 void defineConstant(const char* name, int value) { in defineConstant() function 78 void defineConstant(const char* name, float value) { in defineConstant() function
|
/external/skia/src/gpu/glsl/ |
D | GrGLSLShaderBuilder.h | 70 void defineConstant(const char* type, const char* name, const char* value) { in defineConstant() function 74 void defineConstant(const char* name, int value) { in defineConstant() function 78 void defineConstant(const char* name, float value) { in defineConstant() function
|
/external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
D | RubyEnumDescriptor.java | 173 enumModule.defineConstant(value.getName(), runtime.newFixnum(value.getNumber())); in buildModuleFromDescriptor()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCCoverageProcessor_GSImpl.cpp | 101 g->defineConstant("bloat", bloat); in emitGeometryShader()
|
D | GrCCCoverageProcessor_VSImpl.cpp | 281 v->defineConstant("bloat", bloat); in onEmitCode()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCCoverageProcessor_GSImpl.cpp | 101 g->defineConstant("bloat", bloat); in emitGeometryShader()
|
D | GrCCCoverageProcessor_VSImpl.cpp | 280 v->defineConstant("bloat", bloat); in onEmitCode()
|