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

  /external/skia/include/private/
GrTypesPriv.h 475 enum GrVertexAttribType {
507 static inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) {
550 * converts a GrVertexAttribType to a GrSLType
552 static inline GrSLType GrVertexAttribTypeToSLType(GrVertexAttribType type) {
    [all...]
  /external/skqp/include/private/
GrTypesPriv.h 481 enum GrVertexAttribType {
513 static inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) {
556 * converts a GrVertexAttribType to a GrSLType
558 static inline GrSLType GrVertexAttribTypeToSLType(GrVertexAttribType type) {
    [all...]

Completed in 136 milliseconds