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

1 2

  /external/skia/src/gpu/effects/
GrVertexEffect.h 28 void addVertexAttrib(GrSLType type) {
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLGeometryShaderBuilder.h 22 void addVarying(GrSLType type,
GrGLShaderBuilder.h 56 GrSLType coordType = kVec2f_GrSLType) const;
61 GrSLType coordType = kVec2f_GrSLType);
71 GrSLType coordType = kVec2f_GrSLType);
102 void emitFunction(GrSLType returnType,
GrGLShaderBuilder.cpp 15 inline const char* sample_function_name(GrSLType type, GrGLSLGeneration glslGen) {
29 GrSLType varyingType = kVec2f_GrSLType) {
72 void GrGLShaderBuilder::emitFunction(GrSLType returnType,
97 GrSLType varyingType) const {
109 GrSLType varyingType) {
116 GrSLType varyingType) {
GrGLVertexShaderBuilder.h 50 void addVarying(GrSLType type,
GrGLFullProgramBuilder.h 23 void addVarying(GrSLType type,
35 VaryingHandle addSeparableVarying(GrSLType type,
GrGLFragmentShaderBuilder.h 99 void addVarying(GrSLType type,
GrGLGeometryShaderBuilder.cpp 18 void GrGLGeometryShaderBuilder::addVarying(GrSLType type,
GrGLFullProgramBuilder.cpp 63 void GrGLFullProgramBuilder::addVarying(GrSLType type,
83 GrGLFullProgramBuilder::addSeparableVarying(GrSLType type,
156 GrSLType varyingType =
GrGLFragmentOnlyProgramBuilder.cpp 98 GrSLType type =
GrGLProgramBuilder.h 119 GrSLType type,
125 GrSLType type,
  /external/chromium_org/third_party/skia/include/gpu/
GrShaderVar.h 58 GrShaderVar(const SkString& name, GrSLType type, int arrayCount = kNonArray,
68 GrShaderVar(const char* name, GrSLType type, int arrayCount = kNonArray,
78 GrShaderVar(const char* name, GrSLType type, TypeModifier typeModifier,
99 void set(GrSLType type,
114 void set(GrSLType type,
129 void set(GrSLType type,
145 void set(GrSLType type,
206 GrSLType getType() const { return fType; }
210 void setType(GrSLType type) { fType = type; }
226 GrSLType fType
    [all...]
GrTypesPriv.h 18 enum GrSLType {
35 static inline int GrSLTypeVectorCount(GrSLType type) {
36 SkASSERT(type >= 0 && type < static_cast<GrSLType>(kGrSLTypeCount));
53 static inline GrSLType GrSLFloatVectorType(int count) {
55 return (GrSLType)(count);
  /external/skia/src/gpu/gl/
GrGLShaderVar.h 70 GrGLShaderVar(const char* name, GrSLType type, int arrayCount = kNonArray,
104 void set(GrSLType type,
123 void set(GrSLType type,
142 void set(GrSLType type,
162 void set(GrSLType type,
227 GrSLType getType() const { return fType; }
231 void setType(GrSLType type) { fType = type; }
271 GrSLType effectiveType = this->getType();
349 GrSLType fType;
GrGLShaderBuilder.h 136 GrSLType coordType = kVec2f_GrSLType) const;
141 GrSLType coordType = kVec2f_GrSLType);
151 GrSLType coordType = kVec2f_GrSLType);
154 void fsEmitFunction(GrSLType returnType,
185 GrSLType type,
191 GrSLType type,
436 bool addAttribute(GrSLType type, const char* name);
441 void addVarying(GrSLType type,
461 bool addEffectAttribute(int attributeIndex, GrSLType type, const SkString& name);
GrGLProgramEffects.h 59 TransformedCoords(const SkString& name, GrSLType type)
64 GrSLType type() const { return fType; }
69 GrSLType fType;
203 GrSLType fType;
GrGLUniformManager.h 51 UniformHandle appendUniform(GrSLType type, int arrayCount = GrGLShaderVar::kNonArray);
109 GrSLType fType;
GrGLShaderBuilder.cpp 43 inline const char* sample_function_name(GrSLType type, GrGLSLGeneration glslGen) {
58 GrSLType varyingType = kVec2f_GrSLType) {
365 GrSLType varyingType) const {
377 GrSLType varyingType) {
385 GrSLType varyingType) {
436 GrSLType type,
535 void GrGLShaderBuilder::fsEmitFunction(GrSLType returnType,
    [all...]
  /external/skia/include/gpu/
GrTypesPriv.h 18 enum GrSLType {
35 static inline int GrSLTypeVectorCount(GrSLType type) {
36 SkASSERT(type >= 0 && type < static_cast<GrSLType>(kGrSLTypeCount));
53 static inline GrSLType GrSLFloatVectorType(int count) {
55 return (GrSLType)(count);
GrEffect.h 165 GrSLType vertexAttribType(int index) const { return fVertexAttribTypes[index]; }
332 SkSTArray<kMaxVertexAttribs, GrSLType, true> fVertexAttribTypes;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderVar.h 39 GrGLShaderVar(const char* name, GrSLType type, int arrayCount = kNonArray,
49 GrGLShaderVar(const char* name, GrSLType type, TypeModifier typeModifier,
83 void set(GrSLType type,
98 void set(GrSLType type,
113 void set(GrSLType type,
129 void set(GrSLType type,
167 GrSLType effectiveType = this->getType();
GrGLProgramDataManager.h 111 GrSLType fType;
118 GrSLType fType;
GrGLProgramEffects.h 124 GrSLType fType;
  /external/chromium_org/third_party/skia/src/gpu/
GrRODrawState.cpp 84 GrSLType slTypes[kMaxVertexAttribCnt];
86 slTypes[i] = static_cast<GrSLType>(-1);
105 GrSLType effectSLType = s[effectIndex].getType();
110 (static_cast<GrSLType>(-1) != slTypes[index] && slTypes[index] != effectSLType)) {
  /external/skia/src/gpu/
GrDrawState.cpp 146 GrSLType slTypes[kMaxVertexAttribCnt];
148 slTypes[i] = static_cast<GrSLType>(-1);
168 GrSLType effectSLType = (*effect)->vertexAttribType(i);
173 (static_cast<GrSLType>(-1) != slTypes[attribIndex] &&

Completed in 548 milliseconds

1 2