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

  /external/chromium_org/third_party/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);
  /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);

Completed in 182 milliseconds