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

  /external/chromium_org/third_party/skia/include/gpu/
GrTypesPriv.h 68 enum GrVertexAttribType {
82 static inline int GrVertexAttribTypeVectorCount(GrVertexAttribType type) {
98 static inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) {
154 inline void set(GrVertexAttribType type, size_t offset, GrVertexAttribBinding binding) {
164 GrVertexAttribType fType;
  /external/skia/include/gpu/
GrTypesPriv.h 68 enum GrVertexAttribType {
82 static inline int GrVertexAttribTypeVectorCount(GrVertexAttribType type) {
98 static inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) {
154 inline void set(GrVertexAttribType type, size_t offset, GrVertexAttribBinding binding) {
164 GrVertexAttribType fType;

Completed in 635 milliseconds