Home
last modified time | relevance | path

Searched refs:GrShaderType (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrCaps.cpp22 static const char* shader_type_to_string(GrShaderType type) { in shader_type_to_string()
59 GrShaderType shaderType = static_cast<GrShaderType>(s); in dump()
/external/skia/include/gpu/
DGrCaps.h73 const PrecisionInfo& getFloatShaderPrecisionInfo(GrShaderType shaderType, in getFloatShaderPrecisionInfo()
DGrTypesPriv.h37 enum GrShaderType { enum
/external/skia/src/gpu/gl/
DGrGLCaps.cpp1084 static GrGLenum shader_type_to_gl_shader(GrShaderType type) { in shader_type_to_gl_shader()
1104 GrShaderType shaderType = static_cast<GrShaderType>(s); in initShaderPrecisionTable()