HomeSort by relevance Sort by last modified time
    Searched refs:defineConstant (Results 1 - 9 of 9) sorted by null

  /external/skia/src/gpu/ccpr/
GrCCCoverageProcessor.cpp 51 f->defineConstant("float2[8]", samplesName, "float2[8]("
57 f->defineConstant("float2[16]", samplesName, "float2[16]("
GrCCCoverageProcessor_GSImpl.cpp 96 g->defineConstant("bloat", bloat);
GrCCCoverageProcessor_VSImpl.cpp 64 v->defineConstant("bloat", bloat);
  /external/skqp/src/gpu/ccpr/
GrCCCoverageProcessor.cpp 51 f->defineConstant("float2[8]", samplesName, "float2[8]("
57 f->defineConstant("float2[16]", samplesName, "float2[16]("
GrCCCoverageProcessor_GSImpl.cpp 87 g->defineConstant("bloat", bloat);
GrCCCoverageProcessor_VSImpl.cpp 54 v->defineConstant("bloat", bloat);
  /external/skia/src/gpu/glsl/
GrGLSLShaderBuilder.h 79 void defineConstant(const char* type, const char* name, const char* value) {
83 void defineConstant(const char* name, int value) {
87 void defineConstant(const char* name, float value) {
  /external/skqp/src/gpu/glsl/
GrGLSLShaderBuilder.h 79 void defineConstant(const char* type, const char* name, const char* value) {
83 void defineConstant(const char* name, int value) {
87 void defineConstant(const char* name, float value) {
  /external/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
RubyEnumDescriptor.java 173 enumModule.defineConstant(value.getName(), runtime.newFixnum(value.getNumber()));

Completed in 508 milliseconds