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 66 enum GrVertexAttribType {
80 static inline int GrVertexAttribTypeVectorCount(GrVertexAttribType type) {
96 static inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) {
152 inline void set(GrVertexAttribType type, size_t offset, GrVertexAttribBinding binding) {
162 GrVertexAttribType fType;
  /external/skia/include/gpu/
GrTypesPriv.h 66 enum GrVertexAttribType {
80 static inline int GrVertexAttribTypeVectorCount(GrVertexAttribType type) {
96 static inline size_t GrVertexAttribTypeSize(GrVertexAttribType type) {
152 inline void set(GrVertexAttribType type, size_t offset, GrVertexAttribBinding binding) {
162 GrVertexAttribType fType;

Completed in 25 milliseconds