Home | History | Annotate | Download | only in functional

Lines Matching refs:ShaderType

1194 	static const ShaderType s_shaderTypes[] =
1282 ShaderType shaderType = s_shaderTypes[shaderTypeNdx];
1284 const char* shaderTypeName = getShaderTypeName(shaderType);
1285 bool isVertexCase = (ShaderType)shaderType == SHADERTYPE_VERTEX;
1434 ShaderType shaderType = s_shaderTypes[shaderTypeNdx];
1436 const char* shaderTypeName = getShaderTypeName(shaderType);
1437 bool isVertexCase = (ShaderType)shaderType == SHADERTYPE_VERTEX;
1497 ShaderType shaderType = s_shaderTypes[shaderTypeNdx];
1499 const char* shaderTypeName = getShaderTypeName(shaderType);
1500 bool isVertexCase = (ShaderType)shaderType == SHADERTYPE_VERTEX;