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

  /external/skia/include/gpu/
GrShaderVar.h 47 GrShaderVar(const SkString& name, GrSLType type, int arrayCount = kNonArray,
58 GrShaderVar(const char* name, GrSLType type, int arrayCount = kNonArray,
69 GrShaderVar(const char* name, GrSLType type, TypeModifier typeModifier,
88 void set(GrSLType type,
102 void set(GrSLType type,
164 GrSLType getType() const { return fType; }
168 void setType(GrSLType type) { fType = type; }
184 GrSLType fType;
GrTypesPriv.h 19 enum GrSLType {
64 static inline int GrSLTypeVectorCount(GrSLType type) {
65 SkASSERT(type >= 0 && type < static_cast<GrSLType>(kGrSLTypeCount));
82 static inline GrSLType GrSLFloatVectorType(int count) {
84 return (GrSLType)(count);
93 static inline bool GrSLTypeIsFloatType(GrSLType type) {
94 SkASSERT(type >= 0 && type < static_cast<GrSLType>(kGrSLTypeCount));
172 * converts a GrVertexAttribType to a GrSLType
174 static inline GrSLType GrVertexAttribTypeToSLType(GrVertexAttribType type) {
  /external/skia/src/gpu/gl/builders/
GrGLProgramBuilder.h 50 GrSLType type,
59 GrSLType type,
92 GrSLType type() const { return fType; }
101 GrGLVarying(GrSLType type, Varying varying)
108 GrSLType fType;
121 GrGLVertToFrag(GrSLType type)
126 GrGLVertToGeo(GrSLType type)
131 GrGLGeoToFrag(GrSLType type)
233 GrSLType type,
GrGLShaderBuilder.h 50 GrSLType coordType = kVec2f_GrSLType) const;
55 GrSLType coordType = kVec2f_GrSLType);
65 GrSLType coordType = kVec2f_GrSLType);
96 void emitFunction(GrSLType returnType,
GrGLShaderBuilder.cpp 15 inline const char* sample_function_name(GrSLType type, GrGLSLGeneration glslGen) {
29 GrSLType varyingType = kVec2f_GrSLType) {
81 void GrGLShaderBuilder::emitFunction(GrSLType returnType,
106 GrSLType varyingType) const {
118 GrSLType varyingType) {
125 GrSLType varyingType) {
GrGLProgramBuilder.cpp 121 GrSLType type = GrVertexAttribTypeToSLType(input->fType);
145 GrSLType type,
  /external/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,
99 void set(GrSLType type,
115 void set(GrSLType type,
132 void set(GrSLType type,
171 GrSLType effectiveType = this->getType();
GrGLPathProcessor.h 48 GrSLType fType;
GrGLPrimitiveProcessor.h 119 GrSLType fType;
GrGLProgramDataManager.h 104 GrSLType fType;
GrGLGeometryProcessor.cpp 34 GrSLType varyingType;
GrGLPathProcessor.cpp 70 GrSLType varyingType =
GrGLSL.h 60 * Converts a GrSLType to a string containing the name of the equivalent GLSL type.
62 static inline const char* GrGLSLTypeString(GrSLType t) {

Completed in 75 milliseconds