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

  /external/skia/src/sksl/
SkSLGLSLCodeGenerator.h 106 void writeExtension(const String& name);
108 void writeExtension(const String& name, bool require);
SkSLGLSLCodeGenerator.cpp 68 void GLSLCodeGenerator::writeExtension(const String& name) {
69 this->writeExtension(name, true);
72 void GLSLCodeGenerator::writeExtension(const String& name, bool require) {
532 this->writeExtension(fProgram.fSettings.fCaps->shaderDerivativeExtensionString());
757 this->writeExtension(extension);
    [all...]
SkSLMetalCodeGenerator.h 153 void writeExtension(const Extension& ext);
SkSLMetalCodeGenerator.cpp 68 void MetalCodeGenerator::writeExtension(const Extension& ext) {
    [all...]
  /external/skqp/src/sksl/
SkSLGLSLCodeGenerator.h 106 void writeExtension(const String& name);
108 void writeExtension(const String& name, bool require);
SkSLGLSLCodeGenerator.cpp 68 void GLSLCodeGenerator::writeExtension(const String& name) {
69 this->writeExtension(name, true);
72 void GLSLCodeGenerator::writeExtension(const String& name, bool require) {
528 this->writeExtension(fProgram.fSettings.fCaps->shaderDerivativeExtensionString());
751 this->writeExtension(extension);
    [all...]
SkSLMetalCodeGenerator.h 151 void writeExtension(const Extension& ext);
SkSLMetalCodeGenerator.cpp 66 void MetalCodeGenerator::writeExtension(const Extension& ext) {
    [all...]
  /external/golang-protobuf/proto/
text.go 719 if err := tm.writeExtension(w, desc.Name, pb); err != nil {
725 if err := tm.writeExtension(w, desc.Name, v.Index(i).Interface()); err != nil {
734 func (tm *TextMarshaler) writeExtension(w *textWriter, name string, pb interface{}) error {
  /external/syzkaller/vendor/github.com/golang/protobuf/proto/
text.go 719 if err := tm.writeExtension(w, desc.Name, pb); err != nil {
725 if err := tm.writeExtension(w, desc.Name, v.Index(i).Interface()); err != nil {
734 func (tm *TextMarshaler) writeExtension(w *textWriter, name string, pb interface{}) error {

Completed in 653 milliseconds