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

  /external/skia/src/gpu/
GrPrimitiveProcessor.h 49 return GrShaderVar(fName, GrVertexAttribTypeToSLType(fType),
  /external/skqp/src/gpu/
GrPrimitiveProcessor.h 49 return GrShaderVar(fName, GrVertexAttribTypeToSLType(fType),
  /external/skqp/src/gpu/glsl/
GrGLSLVarying.cpp 14 GrSLType type = GrVertexAttribTypeToSLType(input->fType);
22 GrSLType type = GrVertexAttribTypeToSLType(input->fType);
66 GrVertexAttribTypeToSLType(attr.fType),
  /external/skia/src/gpu/glsl/
GrGLSLVarying.cpp 16 GrSLType type = GrVertexAttribTypeToSLType(input->fType);
74 GrVertexAttribTypeToSLType(attr.fType),
  /external/skia/src/gpu/ccpr/
GrCCCoverageProcessor_GSImpl.cpp 34 gpArgs->fPositionVar.set(GrVertexAttribTypeToSLType(proc.getAttrib(0).fType),
  /external/skqp/include/private/
GrTypesPriv.h 558 static inline GrSLType GrVertexAttribTypeToSLType(GrVertexAttribType type) {
    [all...]
  /external/skia/include/private/
GrTypesPriv.h 552 static inline GrSLType GrVertexAttribTypeToSLType(GrVertexAttribType type) {
    [all...]

Completed in 470 milliseconds